Query: usb_autopm_put_interface_async
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_AUTOPM_PUT_INTER(9) USB Core APIs USB_AUTOPM_PUT_INTER(9)NAMEusb_autopm_put_interface_async - decrement a USB interface's PM-usage counterSYNOPSISvoid usb_autopm_put_interface_async(struct usb_interface * intf);ARGUMENTSintf the usb_interface whose counter should be decrementedDESCRIPTIONThis routine does much the same thing as usb_autopm_put_interface: It decrements intf's usage counter and schedules a delayed autosuspend request if the counter is <= 0. The difference is that it does not perform any synchronization; callers should hold a private lock and handle all synchronization issues themselves. Typically a driver would call this routine during an URB's completion handler, if no more URBs were pending. This routine can run in atomic context.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_AUTOPM_PUT_INTER(9)
| Related Man Pages |
|---|
| struct_usb_driver(9) - centos |
| usb_bulk_msg(9) - centos |
| struct_usb_driver(9) - suse |
| struct_usb_interface(9) - suse |
| usb_queue_reset_device(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Getting command output to putty window title. |
| Tar Command |
| Docker learning Phase-I |
| The Future of the PM (Private Message) System at UNIX.com |
| 32 bit process addressing more than 4GB |