Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dmessage.c1371 mutex_lock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()
1373 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 …]
H A Dhcd.c2565 hcd->bandwidth_mutex = kmalloc(sizeof(*hcd->bandwidth_mutex), in __usb_create_hcd()
2567 if (!hcd->bandwidth_mutex) { in __usb_create_hcd()
2573 mutex_init(hcd->bandwidth_mutex); in __usb_create_hcd()
2578 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in __usb_create_hcd()
2676 kfree(hcd->bandwidth_mutex); in hcd_release()
H A Dport.c296 mutex_lock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
299 mutex_unlock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
H A Dhub.c4465 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4467 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4527 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
4529 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
6195 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
6201 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
6212 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
6215 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
/linux/include/linux/usb/
H A Dhcd.h185 struct mutex *bandwidth_mutex; member