1USB_DEVICE_AUTOSUSPE(9) USB Core APIs USB_DEVICE_AUTOSUSPE(9)
23
4
NAME
6usb_device_autosuspend_enable - enable autosuspend on a device
7
SYNOPSIS
9void usb_device_autosuspend_enable(struct usb_device * udev);
10
ARGUMENTS
12udev
13the usb_device to be autosuspended
14
DESCRIPTION
16This routine should be called by an interface driver when it knows that
17the device in question supports USB autosuspend.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 USB_DEVICE_AUTOSUSPE(9)