Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dmessage.c1369 mutex_lock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()
1371 mutex_unlock(hcd->bandwidth_mutex); in usb_disable_device_endpoints()
1561 mutex_lock(hcd->bandwidth_mutex); in usb_set_interface()
1567 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1579 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1604 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1607 mutex_unlock(hcd->bandwidth_mutex); in usb_set_interface()
1707 mutex_lock(hcd->bandwidth_mutex); in usb_reset_configuration()
1713 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
1721 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_configuration()
[all …]
H A Dhcd.c2564 hcd->bandwidth_mutex = kmalloc(sizeof(*hcd->bandwidth_mutex), in __usb_create_hcd()
2566 if (!hcd->bandwidth_mutex) { in __usb_create_hcd()
2572 mutex_init(hcd->bandwidth_mutex); in __usb_create_hcd()
2577 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in __usb_create_hcd()
2675 kfree(hcd->bandwidth_mutex); in hcd_release()
H A Dport.c293 mutex_lock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
296 mutex_unlock(hcd->bandwidth_mutex); in usb3_lpm_permit_store()
H A Dhub.c4387 * Caller must own the bandwidth_mutex.
4424 /* Grab the bandwidth_mutex before calling usb_disable_lpm() */
4433 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4435 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_disable_lpm()
4447 * bandwidth_mutex.
4487 /* Grab the bandwidth_mutex before calling usb_enable_lpm() */
4495 mutex_lock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
4497 mutex_unlock(hcd->bandwidth_mutex); in usb_unlocked_enable_lpm()
6163 mutex_lock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
6169 mutex_unlock(hcd->bandwidth_mutex); in usb_reset_and_verify_device()
[all...]
/openbmc/linux/include/linux/usb/
H A Dhcd.h185 struct mutex *bandwidth_mutex; member