Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-axp288.c219 if (info->pdata->gpio_mux_cntl) in axp288_handle_chrg_det_event()
220 gpiod_set_value(info->pdata->gpio_mux_cntl, in axp288_handle_chrg_det_event()
319 if (info->pdata->gpio_mux_cntl) { in axp288_extcon_probe()
320 gpio = desc_to_gpio(info->pdata->gpio_mux_cntl); in axp288_extcon_probe()
327 gpiod_direction_output(info->pdata->gpio_mux_cntl, in axp288_extcon_probe()
/linux-4.4.14/include/linux/mfd/
Daxp20x.h440 struct gpio_desc *gpio_mux_cntl; member