Man Page: usb_autopm_get_interface_async
Operating Environment: suse
Section: 9
USB_AUTOPM_GET_INTER(9) USB Core APIs USB_AUTOPM_GET_INTER(9)NAMEusb_autopm_get_interface_async - increment a USB interface's PM-usage counterSYNOPSISint usb_autopm_get_interface_async(struct usb_interface * intf);ARGUMENTSintf the usb_interface whose counter should be incrementedDESCRIPTIONThis 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 any synchronization (callers should hold a private lock and handle all synchronization issues themselves), and it does not autoresume the device directly (it only queues a request). After a successful call, the device may not yet be resumed. This routine can run in atomic context.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_AUTOPM_GET_INTER(9)
| Related Man Pages |
|---|
| usb_control_msg(9) - suse |
| usb_match_id(9) - suse |
| usb_control_msg(9) - centos |
| usb_queue_reset_device(9) - centos |
| blk_init_queue(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Update kernel Linux without reboot?! |
| SOCKS proxy & PAM configuration exposure |
| Tar Command |
| Shopt -s histappend |