Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/
Dmessage.c1372 mutex_lock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()
1374 mutex_unlock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()
1564 mutex_lock(hcd->bandwidth_mutex); in usb_set_interface()
1570 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1582 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1607 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1610 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1710 mutex_lock(hcd->bandwidth_mutex); in usb_reset_configuration()
1716 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
1724 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
[all …]
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()
Dport.c222 mutex_lock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
225 mutex_unlock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
Dhub.c4345 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4347 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4407 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
4409 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
5967 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5973 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5984 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
5987 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
/linux-6.1.9/include/linux/usb/
Dhcd.h186 struct mutex *bandwidth_mutex; member