chg_bits          216 drivers/extcon/extcon.c 	unsigned long chg_bits[BITS_TO_LONGS(EXTCON_PROP_CHG_CNT)];
chg_bits          318 drivers/extcon/extcon.c 		ret = test_bit(prop - EXTCON_PROP_CHG_MIN, cable->chg_bits);
chg_bits          845 drivers/extcon/extcon.c 		__set_bit(prop - EXTCON_PROP_CHG_MIN, cable->chg_bits);