Searched refs:bandwidth_mutex (Results 1 – 5 of 5) sorted by relevance
1369 mutex_lock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()1371 mutex_unlock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()1561 mutex_lock(hcd->bandwidth_mutex); in usb_set_interface()1567 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()1579 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()1604 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()1607 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()1707 mutex_lock(hcd->bandwidth_mutex); in usb_reset_configuration()1713 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()1721 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()[all …]
2564 hcd->bandwidth_mutex = kmalloc(sizeof(*hcd->bandwidth_mutex), in __usb_create_hcd()2566 if (!hcd->bandwidth_mutex) { in __usb_create_hcd()2572 mutex_init(hcd->bandwidth_mutex); in __usb_create_hcd()2577 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in __usb_create_hcd()2675 kfree(hcd->bandwidth_mutex); in hcd_release()
293 mutex_lock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()296 mutex_unlock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
4433 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()4435 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()4495 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()4497 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()6163 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()6169 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()6180 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()6183 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
185 struct mutex *bandwidth_mutex; member