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