Searched refs:change_bits (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | bitops.h | 83 DEFINE_BITOP(change_bits, xor, "") 146 change_bits(BIT_MASK(nr), addr + BIT_WORD(nr)); in arch_change_bit()
|
| /linux/drivers/usb/core/ |
| H A D | hub.h | 38 unsigned long change_bits[1]; /* ports with logical connect member
|
| H A D | hub.c | 1034 set_bit(port1, hub->change_bits); in hub_port_logical_disconnect() 1271 set_bit(port1, hub->change_bits); in hub_activate() 1297 set_bit(port1, hub->change_bits); in hub_activate() 1302 set_bit(port1, hub->change_bits); in hub_activate() 3343 clear_bit(port1, hub->change_bits); in check_port_resume_type() 5700 clear_bit(port1, hub->change_bits); in hub_port_connect_change() 5757 connect_change = test_bit(port1, hub->change_bits); in port_event() 5894 (u16) hub->change_bits[0], in hub_event() 5939 || test_bit(i, hub->change_bits) in hub_event()
|