Searched refs:autosuspended (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/sound/usb/
H A Dusbaudio.h40 unsigned int autosuspended:1; member in struct:snd_usb_audio
H A Dcard.c694 chip->autosuspended = !!PMSG_IS_AUTO(message); usb_audio_suspend()
695 if (!chip->autosuspended) usb_audio_suspend()
739 if (!chip->autosuspended) __usb_audio_resume()
741 chip->autosuspended = 0; __usb_audio_resume()
/linux-4.4.14/drivers/usb/core/
H A Ddriver.c546 * device from being autosuspended, but left disabled. In either usb_driver_claim_interface()
1418 * autosuspended then its current wakeup setting is okay. choose_wakeup()
1431 /* If the device is autosuspended with the wrong wakeup setting, choose_wakeup()
1474 * tell the PM core in case it was autosuspended previously. usb_resume()
1497 * usb_enable_autosuspend - allow a USB device to be autosuspended
1498 * @udev: the USB device which may be autosuspended
1500 * This routine allows @udev to be autosuspended. An autosuspend won't
1513 * usb_disable_autosuspend - prevent a USB device from being autosuspended
1514 * @udev: the USB device which may not be autosuspended
1516 * This routine prevents @udev from being autosuspended and wakes it up
1517 * if it is already autosuspended.
1672 * the routine prevents @intf from being autosuspended subsequently. (Note
H A Dsysfs.c973 /* Devices will be autosuspended even when an interface isn't claimed */ supports_autosuspend_show()
/linux-4.4.14/drivers/usb/
H A Dusb-skeleton.c128 /* allow the device to be autosuspended */ skel_release()

Completed in 198 milliseconds