apply_bit         262 drivers/regulator/88pm8607.c 		.apply_bit = (ubit),					\
apply_bit         216 drivers/regulator/helpers.c 	if (rdev->desc->apply_bit)
apply_bit         218 drivers/regulator/helpers.c 					 rdev->desc->apply_bit,
apply_bit         219 drivers/regulator/helpers.c 					 rdev->desc->apply_bit);
apply_bit         270 drivers/regulator/helpers.c 	if (rdev->desc->apply_bit)
apply_bit         272 drivers/regulator/helpers.c 					 rdev->desc->apply_bit,
apply_bit         273 drivers/regulator/helpers.c 					 rdev->desc->apply_bit);
apply_bit         100 drivers/regulator/ltc3589.c 	shift = ffs(rdev->desc->apply_bit) - 1;
apply_bit         134 drivers/regulator/ltc3589.c 	mask = rdev->desc->apply_bit << 1;
apply_bit         139 drivers/regulator/ltc3589.c 	mask |= rdev->desc->apply_bit;
apply_bit         140 drivers/regulator/ltc3589.c 	bit |= rdev->desc->apply_bit;
apply_bit         239 drivers/regulator/ltc3589.c 		.apply_bit = (go_bit),					\
apply_bit         105 drivers/regulator/tps65023-regulator.c 		.apply_bit	= TPS65023_REG_CTRL2_GO,	\
apply_bit         125 drivers/regulator/tps6586x-regulator.c 		.apply_bit = (gobit),				\
apply_bit         150 drivers/regulator/tps6586x-regulator.c 		.apply_bit = (gobit),				\
apply_bit         367 include/linux/regulator/driver.h 	unsigned int apply_bit;