Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/pinctrl/
A Dpinmux.h74 void (*gpio_disable_free) (struct pinctrl_dev *pctldev, member
/linux-6.3-rc2/drivers/pinctrl/spear/
A Dpinctrl-spear.c338 static void gpio_disable_free(struct pinctrl_dev *pctldev, in gpio_disable_free() function
350 .gpio_disable_free = gpio_disable_free,
/linux-6.3-rc2/drivers/pinctrl/
A Dpinmux.c239 if (gpio_range && ops->gpio_disable_free) in pin_free()
240 ops->gpio_disable_free(pctldev, gpio_range, pin); in pin_free()
A Dpinctrl-tb10x.c734 .gpio_disable_free = tb10x_gpio_disable_free,
A Dpinctrl-thunderbay.c1206 .gpio_disable_free = thunderbay_free_gpio,
A Dpinctrl-at91.c980 .gpio_disable_free = at91_gpio_disable_free,
/linux-6.3-rc2/drivers/pinctrl/bcm/
A Dpinctrl-nsp-mux.c521 .gpio_disable_free = nsp_gpio_disable_free,
A Dpinctrl-cygnus-mux.c899 .gpio_disable_free = cygnus_gpio_disable_free,
A Dpinctrl-bcm2835.c991 .gpio_disable_free = bcm2835_pmx_gpio_disable_free,
/linux-6.3-rc2/drivers/pinctrl/vt8500/
A Dpinctrl-wmt.c163 .gpio_disable_free = wmt_pmx_gpio_disable_free,
/linux-6.3-rc2/drivers/pinctrl/cirrus/
A Dpinctrl-madera-core.c737 .gpio_disable_free = madera_gpio_disable_free,
/linux-6.3-rc2/drivers/pinctrl/tegra/
A Dpinctrl-tegra.c358 .gpio_disable_free = tegra_pinctrl_gpio_disable_free,
/linux-6.3-rc2/drivers/pinctrl/intel/
A Dpinctrl-lynxpoint.c489 .gpio_disable_free = lp_gpio_disable_free,
A Dpinctrl-baytrail.c861 .gpio_disable_free = byt_gpio_disable_free,
A Dpinctrl-cherryview.c892 .gpio_disable_free = chv_gpio_disable_free,
/linux-6.3-rc2/drivers/pinctrl/renesas/
A Dpinctrl.c478 .gpio_disable_free = sh_pfc_gpio_disable_free,
/linux-6.3-rc2/drivers/pinctrl/nomadik/
A Dpinctrl-abx500.c646 .gpio_disable_free = abx500_gpio_disable_free,
A Dpinctrl-nomadik.c1681 .gpio_disable_free = nmk_gpio_disable_free,
/linux-6.3-rc2/drivers/pinctrl/nuvoton/
A Dpinctrl-npcm7xx.c1713 .gpio_disable_free = npcm7xx_gpio_request_free,
/linux-6.3-rc2/Documentation/driver-api/
A Dpin-control.rst726 ``.gpio_disable_free()``.

Completed in 49 milliseconds