Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pinctrl/spear/
H A Dpinctrl-spear.c335 static void gpio_disable_free(struct pinctrl_dev *pctldev, in gpio_disable_free() function
347 .gpio_disable_free = gpio_disable_free,
/OK3568_Linux_fs/kernel/include/linux/pinctrl/
H A Dpinmux.h75 void (*gpio_disable_free) (struct pinctrl_dev *pctldev, member
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinmux.c235 if (gpio_range && ops->gpio_disable_free) in pin_free()
236 ops->gpio_disable_free(pctldev, gpio_range, pin); in pin_free()
H A Dpinctrl-tb10x.c734 .gpio_disable_free = tb10x_gpio_disable_free,
H A Dpinctrl-at91.c959 .gpio_disable_free = at91_gpio_disable_free,
/OK3568_Linux_fs/kernel/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-mux.c527 .gpio_disable_free = nsp_gpio_disable_free,
H A Dpinctrl-cygnus-mux.c906 .gpio_disable_free = cygnus_gpio_disable_free,
H A Dpinctrl-bcm2835.c966 .gpio_disable_free = bcm2835_pmx_gpio_disable_free,
/OK3568_Linux_fs/kernel/drivers/pinctrl/vt8500/
H A Dpinctrl-wmt.c163 .gpio_disable_free = wmt_pmx_gpio_disable_free,
/OK3568_Linux_fs/kernel/drivers/pinctrl/cirrus/
H A Dpinctrl-madera-core.c734 .gpio_disable_free = madera_gpio_disable_free,
/OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/
H A Dpinctrl.c479 .gpio_disable_free = sh_pfc_gpio_disable_free,
/OK3568_Linux_fs/kernel/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.c328 .gpio_disable_free = tegra_pinctrl_gpio_disable_free,
/OK3568_Linux_fs/kernel/drivers/pinctrl/intel/
H A Dpinctrl-lynxpoint.c487 .gpio_disable_free = lp_gpio_disable_free,
H A Dpinctrl-baytrail.c850 .gpio_disable_free = byt_gpio_disable_free,
H A Dpinctrl-cherryview.c888 .gpio_disable_free = chv_gpio_disable_free,
/OK3568_Linux_fs/kernel/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c644 .gpio_disable_free = abx500_gpio_disable_free,
H A Dpinctrl-nomadik.c1674 .gpio_disable_free = nmk_gpio_disable_free,
/OK3568_Linux_fs/kernel/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c1709 .gpio_disable_free = npcm7xx_gpio_request_free,
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dpinctl.rst771 .gpio_disable_free().