Home
last modified time | relevance | path

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

/linux-4.1.27/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()
1466 mutex_lock(hcd->bandwidth_mutex); in usb_reset_configuration()
1472 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
1504 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
[all …]
Dhcd.c2457 hcd->bandwidth_mutex = kmalloc(sizeof(*hcd->bandwidth_mutex), in usb_create_shared_hcd()
2459 if (!hcd->bandwidth_mutex) { in usb_create_shared_hcd()
2464 mutex_init(hcd->bandwidth_mutex); in usb_create_shared_hcd()
2469 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in usb_create_shared_hcd()
2537 kfree(hcd->bandwidth_mutex); in hcd_release()
Dhub.c3984 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
3986 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4035 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
4037 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
5381 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5387 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5398 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5401 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
/linux-4.1.27/include/linux/usb/
Dhcd.h173 struct mutex *bandwidth_mutex; member
/linux-4.1.27/drivers/usb/host/
Dxhci.c4199 mutex_lock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4202 mutex_unlock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4231 mutex_lock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4233 mutex_unlock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()