diff options
author | Alan Stern <[email protected]> | 2018-06-29 13:52:20 -0400 |
---|---|---|
committer | Felipe Balbi <[email protected]> | 2018-07-26 13:53:52 +0300 |
commit | bf594c1070f5c34a2576a725eef69cba2686b98d (patch) | |
tree | ca9f4049fbac501035e760f6572c105448404dad /net/switchdev/switchdev.c | |
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 <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions