Searched refs:change_bits (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
D | bitops.h | 78 DEFINE_BITOP(change_bits, xor, "") in DEFINE_BITOP() 97 change_bits(BIT_MASK(nr), addr + BIT_WORD(nr)); in change_bit()
|
/linux-4.1.27/drivers/usb/core/ |
D | hub.h | 45 unsigned long change_bits[1]; /* ports with logical connect member
|
D | hub.c | 985 set_bit(port1, hub->change_bits); in hub_port_logical_disconnect() 1196 set_bit(port1, hub->change_bits); in hub_activate() 1212 set_bit(port1, hub->change_bits); in hub_activate() 1222 set_bit(port1, hub->change_bits); in hub_activate() 1227 set_bit(port1, hub->change_bits); in hub_activate() 4883 clear_bit(port1, hub->change_bits); in hub_port_connect_change() 4903 connect_change = test_bit(port1, hub->change_bits); in port_event() 5017 (u16) hub->change_bits[0], in hub_event() 5062 || test_bit(i, hub->change_bits) in hub_event()
|