strobes           143 drivers/regulator/tps65217-regulator.c 	if (!tps->strobes[rid])
strobes           148 drivers/regulator/tps65217-regulator.c 				 tps->strobes[rid], TPS65217_PROTECT_L1);
strobes           231 drivers/regulator/tps65217-regulator.c 	tps->strobes = devm_kcalloc(&pdev->dev,
strobes           234 drivers/regulator/tps65217-regulator.c 	if (!tps->strobes)
strobes           257 drivers/regulator/tps65217-regulator.c 		tps->strobes[i] = val & regulators[i].bypass_mask;
strobes           155 drivers/regulator/tps65218-regulator.c 	if (!tps->strobes[rid]) {
strobes           157 drivers/regulator/tps65218-regulator.c 			tps->strobes[rid] = 3;
strobes           164 drivers/regulator/tps65218-regulator.c 				 tps->strobes[rid], TPS65218_PROTECT_L1);
strobes           326 drivers/regulator/tps65218-regulator.c 	tps->strobes = devm_kcalloc(&pdev->dev,
strobes           329 drivers/regulator/tps65218-regulator.c 	if (!tps->strobes)
strobes           345 drivers/regulator/tps65218-regulator.c 		tps->strobes[i] = val & regulators[i].bypass_mask;
strobes           268 include/linux/mfd/tps65217.h 	u8 *strobes;
strobes           271 include/linux/mfd/tps65218.h 	u8 *strobes;