Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pinctrl/spear/
Dpinctrl-spear.c337 static void gpio_disable_free(struct pinctrl_dev *pctldev, in gpio_disable_free() function
349 .gpio_disable_free = gpio_disable_free,
/linux-6.6.21/include/linux/pinctrl/
Dpinmux.h74 void (*gpio_disable_free) (struct pinctrl_dev *pctldev, member
/linux-6.6.21/drivers/pinctrl/
Dpinmux.c239 if (gpio_range && ops->gpio_disable_free) in pin_free()
240 ops->gpio_disable_free(pctldev, gpio_range, pin); in pin_free()
Dpinctrl-tb10x.c734 .gpio_disable_free = tb10x_gpio_disable_free,
Dpinctrl-at91.c979 .gpio_disable_free = at91_gpio_disable_free,
/linux-6.6.21/drivers/pinctrl/bcm/
Dpinctrl-nsp-mux.c521 .gpio_disable_free = nsp_gpio_disable_free,
Dpinctrl-cygnus-mux.c899 .gpio_disable_free = cygnus_gpio_disable_free,
Dpinctrl-bcm2835.c999 .gpio_disable_free = bcm2835_pmx_gpio_disable_free,
/linux-6.6.21/drivers/pinctrl/cirrus/
Dpinctrl-cs42l43.c271 .gpio_disable_free = cs42l43_gpio_disable_free,
Dpinctrl-madera-core.c737 .gpio_disable_free = madera_gpio_disable_free,
/linux-6.6.21/drivers/pinctrl/vt8500/
Dpinctrl-wmt.c163 .gpio_disable_free = wmt_pmx_gpio_disable_free,
/linux-6.6.21/drivers/pinctrl/intel/
Dpinctrl-lynxpoint.c418 .gpio_disable_free = lp_gpio_disable_free,
Dpinctrl-baytrail.c789 .gpio_disable_free = byt_gpio_disable_free,
Dpinctrl-cherryview.c840 .gpio_disable_free = chv_gpio_disable_free,
/linux-6.6.21/drivers/pinctrl/renesas/
Dpinctrl.c457 .gpio_disable_free = sh_pfc_gpio_disable_free,
/linux-6.6.21/drivers/pinctrl/tegra/
Dpinctrl-tegra.c358 .gpio_disable_free = tegra_pinctrl_gpio_disable_free,
/linux-6.6.21/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c646 .gpio_disable_free = abx500_gpio_disable_free,
Dpinctrl-nomadik.c1681 .gpio_disable_free = nmk_gpio_disable_free,
/linux-6.6.21/drivers/pinctrl/nxp/
Dpinctrl-s32cc.c459 .gpio_disable_free = s32_pmx_gpio_disable_free,
/linux-6.6.21/drivers/pinctrl/nuvoton/
Dpinctrl-npcm7xx.c1716 .gpio_disable_free = npcm7xx_gpio_request_free,
/linux-6.6.21/Documentation/driver-api/
Dpin-control.rst726 ``.gpio_disable_free()``.