1USB_AUTOPM_PUT_INTER(9) USB Core APIs USB_AUTOPM_PUT_INTER(9)
2
3
4
6 usb_autopm_put_interface_no_suspend - decrement a USB interface's
7 PM-usage counter
8
10 void usb_autopm_put_interface_no_suspend(struct usb_interface * intf);
11
13 intf
14 the usb_interface whose counter should be decremented
15
17 This routine decrements intf's usage counter but does not carry out an
18 autosuspend.
19
20 This routine can run in atomic context.
21
23Kernel Hackers Manual 3.10 June 2019 USB_AUTOPM_PUT_INTER(9)