Searched refs:change_bits (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/net/ethtool/ |
| D | bitset.c | 557 unsigned int change_bits; in ethnl_update_bitset32() local 576 change_bits = min_t(unsigned int, in ethnl_update_bitset32() 578 ethnl_bitmap32_update(bitmap, change_bits, in ethnl_update_bitset32() 583 if (no_mask && change_bits < nbits) in ethnl_update_bitset32() 584 ethnl_bitmap32_clear(bitmap, change_bits, nbits, mod); in ethnl_update_bitset32() 624 unsigned int change_bits; in ethnl_parse_bitset() local 630 change_bits = nla_get_u32(tb[ETHTOOL_A_BITSET_SIZE]); in ethnl_parse_bitset() 631 if (change_bits > nbits) in ethnl_parse_bitset() 632 change_bits = nbits; in ethnl_parse_bitset() 634 change_bits); in ethnl_parse_bitset() [all …]
|
| /Linux-v5.10/arch/powerpc/include/asm/ |
| D | bitops.h | 85 DEFINE_BITOP(change_bits, xor, "") in DEFINE_BITOP() 104 change_bits(BIT_MASK(nr), addr + BIT_WORD(nr)); in arch_change_bit()
|
| /Linux-v5.10/drivers/usb/core/ |
| D | hub.h | 37 unsigned long change_bits[1]; /* ports with logical connect member
|
| D | hub.c | 972 set_bit(port1, hub->change_bits); in hub_port_logical_disconnect() 1205 set_bit(port1, hub->change_bits); in hub_activate() 1221 set_bit(port1, hub->change_bits); in hub_activate() 1231 set_bit(port1, hub->change_bits); in hub_activate() 1236 set_bit(port1, hub->change_bits); in hub_activate() 3120 clear_bit(port1, hub->change_bits); in check_port_resume_type() 5355 clear_bit(port1, hub->change_bits); in hub_port_connect_change() 5412 connect_change = test_bit(port1, hub->change_bits); in port_event() 5531 (u16) hub->change_bits[0], in hub_event() 5576 || test_bit(i, hub->change_bits) in hub_event()
|