usb_autopm_get_interface_async(9) suse man page | unix.com

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)

NAME
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 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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 USB_AUTOPM_GET_INTER(9)
Related Man Pages
struct_usb_driver(9) - centos
struct_usb_interface(9) - centos
usb_queue_reset_device(9) - centos
device_schedule_callback_owner(9) - suse
struct_usb_driver(9) - suse
Similar Topics in the Unix Linux Community
Getting command output to putty window title.
Migrating to UNIX
Update kernel Linux without reboot?!
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB