Lines Matching refs:hcd
1148 struct usb_hcd *hcd = bus_to_hcd(dev->bus); in usb_disable_device() local
1195 if (hcd->driver->check_bandwidth) { in usb_disable_device()
1202 mutex_lock(hcd->bandwidth_mutex); in usb_disable_device()
1204 mutex_unlock(hcd->bandwidth_mutex); in usb_disable_device()
1293 struct usb_hcd *hcd = bus_to_hcd(dev->bus); in usb_set_interface() local
1320 mutex_lock(hcd->bandwidth_mutex); in usb_set_interface()
1326 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1338 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1361 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1364 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1447 struct usb_hcd *hcd = bus_to_hcd(dev->bus); in usb_reset_configuration() local
1464 mutex_lock(hcd->bandwidth_mutex); in usb_reset_configuration()
1470 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
1502 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
1511 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
1734 struct usb_hcd *hcd = bus_to_hcd(dev->bus); in usb_set_configuration() local
1813 mutex_lock(hcd->bandwidth_mutex); in usb_set_configuration()
1820 mutex_unlock(hcd->bandwidth_mutex); in usb_set_configuration()
1828 mutex_unlock(hcd->bandwidth_mutex); in usb_set_configuration()
1846 intf->authorized = !!HCD_INTF_AUTHORIZED(hcd); in usb_set_configuration()
1898 mutex_unlock(hcd->bandwidth_mutex); in usb_set_configuration()