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()
259 mutex_lock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()262 mutex_unlock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
4396 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()4398 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()4458 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()4460 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()6073 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()6079 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()6090 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()6093 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
185 struct mutex *bandwidth_mutex; member