Home
last modified time | relevance | path

Searched refs:act_dis_gpiod (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/regulator/
Dtps65132-regulator.c51 struct gpio_desc *act_dis_gpiod; member
101 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()