Searched refs:act_dis_gpiod (Results 1 – 1 of 1) sorted by relevance
51 struct gpio_desc *act_dis_gpiod; member101 if (!IS_ERR(rpdata->act_dis_gpiod)) { in tps65132_regulator_disable()102 gpiod_set_value_cansleep(rpdata->act_dis_gpiod, 1); in tps65132_regulator_disable()105 gpiod_set_value_cansleep(rpdata->act_dis_gpiod, 0); in tps65132_regulator_disable()153 rpdata->act_dis_gpiod = devm_fwnode_get_index_gpiod_from_child( in tps65132_of_parse_cb()156 if (IS_ERR(rpdata->act_dis_gpiod)) { in tps65132_of_parse_cb()157 ret = PTR_ERR(rpdata->act_dis_gpiod); in tps65132_of_parse_cb()