Home
last modified time | relevance | path

Searched refs:child_usage_bits (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/core/
Dhub.h52 unsigned long child_usage_bits[1]; /* ports powered on for member
Dport.c121 if (!test_and_set_bit(port1, hub->child_usage_bits)) { in usb_port_runtime_resume()
Dhub.c2181 if (!test_and_set_bit(port1, hub->child_usage_bits)) in usb_disconnect()
2204 if (port_dev && test_and_clear_bit(port1, hub->child_usage_bits)) in usb_disconnect()
2523 if (!test_and_set_bit(port1, hub->child_usage_bits)) in usb_new_device()
3221 && test_and_clear_bit(port1, hub->child_usage_bits)) in usb_port_suspend()
3403 if (!test_and_set_bit(port1, hub->child_usage_bits)) { in usb_port_resume()