Searched refs:change_bits (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | bitops.h | 91 DEFINE_BITOP(change_bits, xor, "") in DEFINE_BITOP() 110 change_bits(BIT_MASK(nr), addr + BIT_WORD(nr)); in change_bit()
|
/Linux-v4.19/drivers/usb/core/ |
D | hub.h | 37 unsigned long change_bits[1]; /* ports with logical connect member
|
D | hub.c | 940 set_bit(port1, hub->change_bits); in hub_port_logical_disconnect() 1153 set_bit(port1, hub->change_bits); in hub_activate() 1169 set_bit(port1, hub->change_bits); in hub_activate() 1179 set_bit(port1, hub->change_bits); in hub_activate() 1184 set_bit(port1, hub->change_bits); in hub_activate() 5139 clear_bit(port1, hub->change_bits); in hub_port_connect_change() 5159 connect_change = test_bit(port1, hub->change_bits); in port_event() 5275 (u16) hub->change_bits[0], in hub_event() 5320 || test_bit(i, hub->change_bits) in hub_event()
|