Query: usb_autopm_put_interface
OS: centos
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 - decrement a USB interface's PM-usage counterSYNOPSISvoid usb_autopm_put_interface(struct usb_interface * intf);ARGUMENTSintf the usb_interface whose counter should be decrementedDESCRIPTIONThis routine should be called by an interface driver when it is finished using intf and wants to allow it to autosuspend. A typical example would be a character-device driver when its device file is closed. The routine decrements intf's usage counter. When the counter reaches 0, a delayed autosuspend request for intf's device is attempted. The attempt may fail (see autosuspend_check). This routine can run only in process context.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_AUTOPM_PUT_INTER(9)
Related Man Pages |
---|
struct_usb_driver(9) - centos |
usb_queue_reset_device(9) - centos |
hfa(4) - debian |
struct_usb_interface(9) - suse |
usb_queue_reset_device(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Best performance UNIX just for HOST Virtualization? |
Docker learning Phase-I |
Shopt -s histappend |
Please Welcome Dave Munro to the Moderator Team! |