Home
last modified time | relevance | path

Searched refs:bandwidth_mutex (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/core/
Dmessage.c1202 mutex_lock(hcd->bandwidth_mutex); in usb_disable_device()
1204 mutex_unlock(hcd->bandwidth_mutex); in usb_disable_device()
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()
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()
[all …]
Dhcd.c2500 hcd->bandwidth_mutex = kmalloc(sizeof(*hcd->bandwidth_mutex), in usb_create_shared_hcd()
2502 if (!hcd->bandwidth_mutex) { in usb_create_shared_hcd()
2507 mutex_init(hcd->bandwidth_mutex); in usb_create_shared_hcd()
2511 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in usb_create_shared_hcd()
2578 kfree(hcd->bandwidth_mutex); in hcd_release()
Dhub.c4024 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4026 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4075 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
4077 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
5421 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5427 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5438 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5441 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
/linux-4.4.14/include/linux/usb/
Dhcd.h183 struct mutex *bandwidth_mutex; member
/linux-4.4.14/drivers/usb/host/
Dxhci.c4187 mutex_lock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4190 mutex_unlock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4219 mutex_lock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4221 mutex_unlock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()