Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/pinctrl/
Dpinmux.h78 void (*gpio_disable_free) (struct pinctrl_dev *pctldev, member
/Linux-v4.19/drivers/pinctrl/spear/
Dpinctrl-spear.c331 static void gpio_disable_free(struct pinctrl_dev *pctldev, in gpio_disable_free() function
343 .gpio_disable_free = gpio_disable_free,
/Linux-v4.19/drivers/pinctrl/
Dpinmux.c210 if (gpio_range && ops->gpio_disable_free) in pin_free()
211 ops->gpio_disable_free(pctldev, gpio_range, pin); in pin_free()
Dpinctrl-tb10x.c746 .gpio_disable_free = tb10x_gpio_disable_free,
Dpinctrl-at91.c858 .gpio_disable_free = at91_gpio_disable_free,
/Linux-v4.19/drivers/pinctrl/bcm/
Dpinctrl-nsp-mux.c527 .gpio_disable_free = nsp_gpio_disable_free,
Dpinctrl-cygnus-mux.c906 .gpio_disable_free = cygnus_gpio_disable_free,
Dpinctrl-bcm2835.c905 .gpio_disable_free = bcm2835_pmx_gpio_disable_free,
/Linux-v4.19/drivers/pinctrl/vt8500/
Dpinctrl-wmt.c171 .gpio_disable_free = wmt_pmx_gpio_disable_free,
/Linux-v4.19/drivers/pinctrl/cirrus/
Dpinctrl-madera-core.c728 .gpio_disable_free = madera_gpio_disable_free,
/Linux-v4.19/drivers/pinctrl/sh-pfc/
Dpinctrl.c475 .gpio_disable_free = sh_pfc_gpio_disable_free,
/Linux-v4.19/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c648 .gpio_disable_free = abx500_gpio_disable_free,
Dpinctrl-nomadik.c1705 .gpio_disable_free = nmk_gpio_disable_free,
/Linux-v4.19/drivers/pinctrl/intel/
Dpinctrl-baytrail.c1044 .gpio_disable_free = byt_gpio_disable_free,
Dpinctrl-cherryview.c973 .gpio_disable_free = chv_gpio_disable_free,
/Linux-v4.19/Documentation/driver-api/
Dpinctl.rst780 .gpio_disable_free().