Lines Matching full:interfaces

357 	/* Probed interfaces are initially active.  They are  in usb_probe_interface()
418 /* Unbound interfaces are always runtime-PM-disabled and -suspended */ in usb_probe_interface()
445 * wouldn't be enabled unless all the bound interfaces supported in usb_unbind_interface()
506 /* Unbound interfaces are always runtime-PM-disabled and -suspended */ in usb_unbind_interface()
571 /* Claimed interfaces are initially inactive (suspended) and in usb_driver_claim_interface()
596 * Unbound interfaces are always runtime-PM-disabled in usb_driver_claim_interface()
870 /* devices and interfaces are handled separately */ in usb_device_match()
896 /* device drivers never match interfaces */ in usb_device_match()
1051 * unattached interfaces will be rescanned whenever a new driver is
1052 * added, allowing the new driver to attach to any recognized interfaces.
1140 * Unbind drivers for @udev's marked interfaces. These interfaces have
1187 * Rebind drivers to @udev's marked interfaces. These interfaces have
1209 * Unbind all of @udev's marked interfaces and then rebind all of them.
1210 * This ordering is necessary because some drivers claim several interfaces
1223 /* Unbind drivers for @udev's interfaces that don't support suspend/resume
1387 * usb_suspend_both - suspend a USB device and its interfaces
1394 * autosuspend, if an error occurs at any stage, all the interfaces
1397 * from suspend methods of interfaces and the non-root-hub device itself
1398 * are simply ignored, so all suspended interfaces are only resumed
1423 /* Suspend all the interfaces and then udev itself */ in usb_suspend_both()
1451 * suspended interfaces and just return the error. in usb_suspend_both()
1468 /* If the suspend failed, resume interfaces that did get suspended */ in usb_suspend_both()
1495 * usb_resume_both - resume a USB device and its interfaces
1530 /* Resume the interfaces */ in usb_resume_both()
1603 /* For PM complete calls, all we do is rebind interfaces in usb_resume_complete()
1619 * Unbind the interfaces that will need rebinding later, in usb_resume()
1672 * usb_autosuspend_device - delayed autosuspend of a USB device and its interfaces
1680 * interfaces are inactive then a delayed autosuspend will be attempted.
1699 * usb_autoresume_device - immediately autoresume a USB device and its interfaces
1898 /* Fail if autosuspend is disabled, or any interfaces are in use, or in autosuspend_check()
1906 /* We don't need to check interfaces that are in autosuspend_check()
1958 * interfaces and then the device itself. in usb_runtime_suspend()
1986 * and all its interfaces. in usb_runtime_resume()