Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
Dmessage.c1364 mutex_lock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()
1366 mutex_unlock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()
1555 mutex_lock(hcd->bandwidth_mutex); in usb_set_interface()
1561 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1573 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1598 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1601 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1701 mutex_lock(hcd->bandwidth_mutex); in usb_reset_configuration()
1707 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
1715 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
[all …]
Dhcd.c2462 hcd->bandwidth_mutex = kmalloc(sizeof(*hcd->bandwidth_mutex), in __usb_create_hcd()
2464 if (!hcd->bandwidth_mutex) { in __usb_create_hcd()
2470 mutex_init(hcd->bandwidth_mutex); in __usb_create_hcd()
2475 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in __usb_create_hcd()
2571 kfree(hcd->bandwidth_mutex); in hcd_release()
Dport.c139 mutex_lock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
142 mutex_unlock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
Dhub.c4307 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4309 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4369 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
4371 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
5968 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5974 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5985 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5988 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
/kernel/linux/linux-5.10/include/linux/usb/
Dhcd.h200 struct mutex *bandwidth_mutex; member
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.c4518 mutex_lock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4521 mutex_unlock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4550 mutex_lock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()
4552 mutex_unlock(hcd->bandwidth_mutex); in xhci_set_usb2_hardware_lpm()