Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/core/
A Dmessage.c1373 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 …]
A Dhcd.c2585 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()
A Dport.c249 mutex_lock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
252 mutex_unlock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
A Dhub.c4386 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()
/linux-6.3-rc2/include/linux/usb/
A Dhcd.h186 struct mutex *bandwidth_mutex; member

Completed in 24 milliseconds