Searched refs:change_bits (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/net/ethtool/ |
A D | bitset.c | 557 unsigned int change_bits; in ethnl_update_bitset32() local 576 change_bits = min_t(unsigned int, in ethnl_update_bitset32() 624 unsigned int change_bits; in ethnl_parse_bitset() local 631 if (change_bits > nbits) in ethnl_parse_bitset() 632 change_bits = nbits; in ethnl_parse_bitset() 634 change_bits); in ethnl_parse_bitset() 635 if (change_bits < nbits) in ethnl_parse_bitset() 636 bitmap_clear(val, change_bits, nbits - change_bits); in ethnl_parse_bitset() 642 change_bits); in ethnl_parse_bitset() 643 if (change_bits < nbits) in ethnl_parse_bitset() [all …]
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
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-6.3-rc2/drivers/usb/core/ |
A D | hub.h | 37 unsigned long change_bits[1]; /* ports with logical connect member
|
A D | hub.c | 983 set_bit(port1, hub->change_bits); in hub_port_logical_disconnect() 1219 set_bit(port1, hub->change_bits); in hub_activate() 1245 set_bit(port1, hub->change_bits); in hub_activate() 1250 set_bit(port1, hub->change_bits); in hub_activate() 3238 clear_bit(port1, hub->change_bits); in check_port_resume_type() 5544 clear_bit(port1, hub->change_bits); in hub_port_connect_change() 5600 connect_change = test_bit(port1, hub->change_bits); in port_event() 5734 (u16) hub->change_bits[0], in hub_event() 5779 || test_bit(i, hub->change_bits) in hub_event()
|
Completed in 14 milliseconds