Searched refs:bandwidth_mutex (Results 1 – 5 of 5) sorted by relevance
1373 mutex_lock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()1375 mutex_unlock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()1565 mutex_lock(hcd->bandwidth_mutex); in usb_set_interface()1571 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()1583 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()1608 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()1611 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()1711 mutex_lock(hcd->bandwidth_mutex); in usb_reset_configuration()1738 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()2039 mutex_lock(hcd->bandwidth_mutex); in usb_set_configuration()[all …]
2585 hcd->bandwidth_mutex = kmalloc(sizeof(*hcd->bandwidth_mutex), in __usb_create_hcd()2587 if (!hcd->bandwidth_mutex) { in __usb_create_hcd()2593 mutex_init(hcd->bandwidth_mutex); in __usb_create_hcd()2598 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in __usb_create_hcd()2696 kfree(hcd->bandwidth_mutex); in hcd_release()
249 mutex_lock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()252 mutex_unlock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
4386 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()4388 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()4448 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()4450 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()6026 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()6032 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()6043 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()6046 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
186 struct mutex *bandwidth_mutex; member
Completed in 24 milliseconds