diff options
author | Alan Stern <stern@rowland.harvard.edu> | 2018-06-29 13:52:20 -0400 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2018-07-26 13:53:52 +0300 |
commit | bf594c1070f5c34a2576a725eef69cba2686b98d (patch) | |
tree | ca9f4049fbac501035e760f6572c105448404dad /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ad22a6663c6312825876fed25fd6d010d4b46db1 (diff) |
USB: gadget: Document that certain ep operations can be called in interrupt context
This documentation patch specifies that certain USB gadget endpoint
operations may be called in interrupt context:
usb_ep_queue, usb_ep_dequeue, usb_ep_set_halt,
usb_ep_clear_halt, usb_ep_set_wedge, usb_ep_fifo_status,
and usb_ep_fifo_flush;
while others must be called in process context:
usb_ep_enable and usb_ep_disable.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions