Home
last modified time | relevance | path

Searched refs:event_bits (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/core/
H A Dhub.h37 unsigned long event_bits[1]; /* status change bitmask */ member
50 #error event_bits[] is too short!
H A Dhub.c800 hub->event_bits[0] = bits; in hub_irq()
1219 set_bit(port1, hub->event_bits); in hub_activate()
1287 set_bit(port1, hub->event_bits); in hub_activate()
5758 clear_bit(port1, hub->event_bits); in port_event()
5895 (u16) hub->event_bits[0]); in hub_event()
5938 if (test_bit(i, hub->event_bits) in hub_event()
5960 if (test_and_clear_bit(0, hub->event_bits) == 0) in hub_event()