embeddedsw/lib/sw_services/xilpm/examples
Soren Brinkmann 69bae79a14 xilpm: Expand 'req' to 'request'
To avoid confustion between request vs requirement, spell them out.

Scripted change:
  find -type f -name "*.[chS]" -exec sed -i -e 's/PM_REQ_WAKEUP/PM_REQUEST_WAKEUP/g' -e 's/PM_REQ_SUSPEND/PM_REQUEST_SUSPEND/g' -e 's/PM_REQ_NODE/PM_REQUEST_NODE/g' -e 's/REQ_ACK_NO/REQUEST_ACK_NO/g' -e 's/REQ_ACK_BLOCKING/REQUEST_ACK_BLOCKING/g' -e 's/REQ_ACK_CB_STANDARD/REQUEST_ACK_CB_STANDARD/g' -e 's/REQ_ACK_CB_ERROR/REQUEST_ACK_CB_CERROR/g' -e 's/IPI_BUFFER_REQ_OFFSET/IPI_BUFFER_REQUEST_OFFSET/g' -e 's/XPm_ReqSuspend/XPm_RequestSuspend/g' -e 's/XPm_ReqWakeUp/XPm_RequestWakeUp/g' -e 's/XPm_ReqNode/XPm_RequestNode/g' '{}' ';'

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
2015-06-03 18:40:00 +05:30
..
gic_setup.c lib:sw_services:standalone drivers license changes 2015-05-15 14:48:25 +05:30
gic_setup.h lib:sw_services:standalone drivers license changes 2015-05-15 14:48:25 +05:30
timer.c lib:sw_services:standalone drivers license changes 2015-05-15 14:48:25 +05:30
timer.h lib:sw_services:standalone drivers license changes 2015-05-15 14:48:25 +05:30
xilpm_selfsuspend_example.c xilpm: Expand 'req' to 'request' 2015-06-03 18:40:00 +05:30