act_dis_gpiod      51 drivers/regulator/tps65132-regulator.c 	struct gpio_desc *act_dis_gpiod;
act_dis_gpiod      98 drivers/regulator/tps65132-regulator.c 	if (!IS_ERR(rpdata->act_dis_gpiod)) {
act_dis_gpiod      99 drivers/regulator/tps65132-regulator.c 		gpiod_set_value_cansleep(rpdata->act_dis_gpiod, 1);
act_dis_gpiod     102 drivers/regulator/tps65132-regulator.c 		gpiod_set_value_cansleep(rpdata->act_dis_gpiod, 0);
act_dis_gpiod     150 drivers/regulator/tps65132-regulator.c 	rpdata->act_dis_gpiod = devm_fwnode_get_index_gpiod_from_child(
act_dis_gpiod     153 drivers/regulator/tps65132-regulator.c 	if (IS_ERR_OR_NULL(rpdata->act_dis_gpiod)) {
act_dis_gpiod     154 drivers/regulator/tps65132-regulator.c 		ret = PTR_ERR(rpdata->act_dis_gpiod);