usb_autopm_get_interface_async (9) Linux Manual Page
usb_autopm_get_interface_async – increment a USB interface’s PM-usage counter Synopsis int usb_autopm_get_interface_async(struct usb_interface *intf); Arguments intf the usb_interface whose counter should be incremented Description This routine does much the same thing as usb_autopm_get_interface: It increments intf‘s usage counter and queues an autoresume request if the device is suspended. The differences are that it does not perform…
