Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Dmessage.c1265 mutex_lock(hcd->bandwidth_mutex); in usb_disable_device()
1267 mutex_unlock(hcd->bandwidth_mutex); in usb_disable_device()
1394 mutex_lock(hcd->bandwidth_mutex); in usb_set_interface()
1400 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1412 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1435 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1438 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1538 mutex_lock(hcd->bandwidth_mutex); in usb_reset_configuration()
1544 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
1576 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
[all …]
Dport.c130 mutex_lock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
133 mutex_unlock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
Dhcd.c2537 hcd->bandwidth_mutex = kmalloc(sizeof(*hcd->bandwidth_mutex), in __usb_create_hcd()
2539 if (!hcd->bandwidth_mutex) { in __usb_create_hcd()
2545 mutex_init(hcd->bandwidth_mutex); in __usb_create_hcd()
2550 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in __usb_create_hcd()
2645 kfree(hcd->bandwidth_mutex); in hcd_release()
Dhub.c4118 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4120 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4180 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
4182 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
5631 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5637 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5648 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5651 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
/Linux-v4.19/include/linux/usb/
Dhcd.h192 struct mutex *bandwidth_mutex; member
/Linux-v4.19/drivers/usb/host/
Dxhci.c4304 mutex_lock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4307 mutex_unlock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4336 mutex_lock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4338 mutex_unlock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()