Searched refs:act_dis_gpiod (Results 1 – 1 of 1) sorted by relevance
51 struct gpio_desc *act_dis_gpiod; member98 if (!IS_ERR(rpdata->act_dis_gpiod)) { in tps65132_regulator_disable()99 gpiod_set_value_cansleep(rpdata->act_dis_gpiod, 1); in tps65132_regulator_disable()102 gpiod_set_value_cansleep(rpdata->act_dis_gpiod, 0); in tps65132_regulator_disable()151 rpdata->act_dis_gpiod = devm_fwnode_gpiod_get(tps->dev, 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()
Completed in 3 milliseconds