Searched refs:change_bits (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/ethtool/
H A Dbitset.c557 unsigned int change_bits; local
576 change_bits = min_t(unsigned int,
578 ethnl_bitmap32_update(bitmap, change_bits,
583 if (no_mask && change_bits < nbits)
584 ethnl_bitmap32_clear(bitmap, change_bits, nbits, mod);
624 unsigned int change_bits; local
630 change_bits = nla_get_u32(tb[ETHTOOL_A_BITSET_SIZE]);
631 if (change_bits > nbits)
632 change_bits = nbits;
634 change_bits);
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dbitops.h83 DEFINE_BITOP(change_bits, xor, "")
146 change_bits(BIT_MASK(nr), addr + BIT_WORD(nr));
/linux-master/drivers/usb/core/
H A Dhub.h38 unsigned long change_bits[1]; /* ports with logical connect member in struct:usb_hub
H A Dhub.c1031 set_bit(port1, hub->change_bits);
1172 * Check each port and set hub->change_bits to let hub_wq know
1267 set_bit(port1, hub->change_bits);
1289 /* Don't set the change_bits when the device
1293 set_bit(port1, hub->change_bits);
1298 set_bit(port1, hub->change_bits);
3293 * turned on the port1 bit in hub->change_bits. But after
3298 clear_bit(port1, hub->change_bits);
5655 clear_bit(port1, hub->change_bits);
5711 connect_change = test_bit(port1, hub->change_bits);
[all...]

Completed in 237 milliseconds