Searched full:gpiolib (Results 1 – 25 of 268) sorted by relevance
1234567891011
/Linux-v6.6/drivers/pinctrl/qcom/ |
D | Kconfig.msm | 8 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 15 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 22 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 29 This is the pinctrl, pinmux, pinconf and gpiolib driver for 38 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 45 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 53 This is the pinctrl, pinmux, pinconf and gpiolib driver for 62 This is the pinctrl, pinmux, pinconf and gpiolib driver for 71 This is the pinctrl, pinmux, pinconf and gpiolib driver for 80 This is the pinctrl, pinmux, pinconf and gpiolib driver for the [all …]
|
D | Kconfig | 6 depends on GPIOLIB 26 select GPIOLIB 30 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 41 select GPIOLIB 45 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 56 depends on GPIOLIB 58 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 67 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 76 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 85 This is the pinctrl, pinmux, pinconf and gpiolib driver for the [all …]
|
/Linux-v6.6/drivers/pinctrl/ |
D | Kconfig | 38 select GPIOLIB 56 select GPIOLIB 81 depends on MFD_AS3722 && GPIOLIB 88 supports the GPIO functionality through gpiolib. 96 select GPIOLIB 109 select GPIOLIB 122 select GPIOLIB 141 select GPIOLIB 164 select GPIOLIB 185 select GPIOLIB [all …]
|
/Linux-v6.6/arch/arm64/ |
D | Kconfig.platforms | 44 select GPIOLIB 58 select GPIOLIB 65 select GPIOLIB 87 select GPIOLIB 176 select GPIOLIB 230 select GPIOLIB 239 select GPIOLIB 249 select GPIOLIB 290 select GPIOLIB 312 select GPIOLIB [all …]
|
/Linux-v6.6/Documentation/translations/zh_CN/driver-api/gpio/ |
D | index.rst | 41 drivers/gpio/gpiolib.c 48 drivers/gpio/gpiolib-acpi.c 55 drivers/gpio/gpiolib-of.c 62 drivers/gpio/gpiolib-devres.c 69 drivers/gpio/gpiolib-sysfs.c
|
D | legacy.rst | 141 则隐含了申请那个 GPIO 的操作(见下文)。这种兼容性正在从可选的 gpiolib 246 一个 gpiolib 驱动的 .request()操作应调用 pinctrl_gpio_request(), 247 而 gpiolib 驱动的 .free()操作应调用 pinctrl_gpio_free()。引脚控制 439 不同种类的 GPIO 控制器。这个框架称为"gpiolib"。 486 ARCH_REQUIRE_GPIOLIB 意味着 gpiolib 核心在这个构架中将总是编译进内核。 488 ARCH_WANT_OPTIONAL_GPIOLIB 意味着 gpiolib 核心默认关闭,且用户可以 534 使用“gpiolib”实现框架的平台可以选择配置一个 GPIO 的 sysfs 用户接口。
|
/Linux-v6.6/Documentation/driver-api/gpio/ |
D | index.rst | 25 .. kernel-doc:: drivers/gpio/gpiolib.c 31 .. kernel-doc:: drivers/gpio/gpiolib-acpi.c 37 .. kernel-doc:: drivers/gpio/gpiolib-of.c 43 .. kernel-doc:: drivers/gpio/gpiolib-devres.c 49 .. kernel-doc:: drivers/gpio/gpiolib-sysfs.c
|
/Linux-v6.6/sound/soc/tegra/ |
D | Kconfig | 194 depends on SND_SOC_TEGRA && I2C && GPIOLIB 203 depends on I2C && GPIOLIB 212 depends on I2C && GPIOLIB 221 depends on I2C && GPIOLIB 231 depends on GPIOLIB 250 depends on I2C && GPIOLIB 259 depends on I2C && GPIOLIB 268 depends on I2C && GPIOLIB 277 depends on I2C && GPIOLIB 286 depends on I2C && GPIOLIB
|
/Linux-v6.6/arch/sh/boards/ |
D | Kconfig | 82 select GPIOLIB 201 select GPIOLIB 228 select GPIOLIB 235 select GPIOLIB 244 select GPIOLIB 253 select GPIOLIB 261 select GPIOLIB 338 select GPIOLIB
|
/Linux-v6.6/drivers/gpio/ |
D | TODO | 68 gpiolib-of.c: in some cases subsystems are doing custom flags and 71 gpiolib so the library API becomes narrow and deep and handle all 102 similar and probe a proper driver in the gpiolib subsystem. 139 GPIOLIB irqchip 141 The GPIOLIB irqchip is a helper irqchip for "simple cases" that should 145 dry-code conversions to gpiolib irqchip for maintainers to test 197 Most of the gpio chips implementing interrupt support rely on gpiolib 202 The solution is to call into the gpiolib code when needed (resource
|
D | Makefile | 6 obj-$(CONFIG_GPIOLIB) += gpiolib.o 7 obj-$(CONFIG_GPIOLIB) += gpiolib-devres.o 8 obj-$(CONFIG_GPIOLIB) += gpiolib-legacy.o 9 obj-$(CONFIG_OF_GPIO) += gpiolib-of.o 10 obj-$(CONFIG_GPIO_CDEV) += gpiolib-cdev.o 11 obj-$(CONFIG_GPIO_SYSFS) += gpiolib-sysfs.o 12 obj-$(CONFIG_GPIO_ACPI) += gpiolib-acpi.o 13 obj-$(CONFIG_GPIOLIB) += gpiolib-swnode.o
|
/Linux-v6.6/arch/sh/boards/mach-rsk/ |
D | Kconfig | 14 select GPIOLIB 19 select GPIOLIB 24 select GPIOLIB
|
/Linux-v6.6/sound/soc/rockchip/ |
D | Kconfig | 50 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && HAVE_CLK 61 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && HAVE_CLK 70 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && HAVE_CLK 82 depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && HAVE_CLK && SPI
|
/Linux-v6.6/arch/powerpc/platforms/86xx/ |
D | Kconfig | 16 select GPIOLIB 25 select GPIOLIB 34 select GPIOLIB
|
/Linux-v6.6/sound/soc/intel/boards/ |
D | Kconfig | 75 depends on GPIOLIB || COMPILE_TEST 106 depends on GPIOLIB || COMPILE_TEST 119 depends on GPIOLIB || COMPILE_TEST 132 depends on GPIOLIB || COMPILE_TEST 145 depends on GPIOLIB || COMPILE_TEST 170 depends on GPIOLIB || COMPILE_TEST 195 depends on GPIOLIB || COMPILE_TEST 220 depends on GPIOLIB || COMPILE_TEST 342 depends on GPIOLIB || COMPILE_TEST 415 depends on GPIOLIB || COMPILE_TEST [all …]
|
/Linux-v6.6/sound/soc/mediatek/ |
D | Kconfig | 143 depends on I2C && GPIOLIB 161 depends on SND_SOC_MT8183 && I2C && GPIOLIB 190 depends on I2C && GPIOLIB 206 depends on I2C && GPIOLIB 271 depends on I2C && GPIOLIB 299 depends on I2C && GPIOLIB
|
/Linux-v6.6/drivers/extcon/ |
D | Kconfig | 46 depends on GPIOLIB || COMPILE_TEST 53 depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST) 90 depends on GPIOLIB || COMPILE_TEST 134 depends on I2C && (GPIOLIB || COMPILE_TEST) 173 depends on GPIOLIB || COMPILE_TEST
|
/Linux-v6.6/Documentation/arch/arm/samsung/ |
D | gpio.rst | 12 GPIOLIB integration 15 The gpio implementation uses gpiolib as much as possible, only providing 19 GPIO numbering is synchronised between the Samsung and gpiolib system.
|
/Linux-v6.6/drivers/iio/addac/ |
D | Kconfig | 10 depends on GPIOLIB && SPI 24 depends on GPIOLIB && SPI 41 select GPIOLIB
|
/Linux-v6.6/drivers/pinctrl/renesas/ |
D | Kconfig | 70 select GPIOLIB 172 select GPIOLIB 182 select GPIOLIB 189 select GPIOLIB 246 select GPIOLIB
|
/Linux-v6.6/drivers/power/supply/ |
D | Kconfig | 166 depends on OF && IIO && GPIOLIB && (ARCH_DAVINCI_DA850 || COMPILE_TEST) 245 depends on I2C && I2C_MUX && GPIOLIB 491 depends on GPIOLIB || COMPILE_TEST 512 depends on GPIOLIB 646 depends on GPIOLIB || COMPILE_TEST 653 depends on GPIOLIB || COMPILE_TEST 662 depends on GPIOLIB || COMPILE_TEST 669 depends on GPIOLIB || COMPILE_TEST 682 depends on GPIOLIB || COMPILE_TEST 690 depends on GPIOLIB || COMPILE_TEST [all …]
|
/Linux-v6.6/drivers/i2c/muxes/ |
D | Kconfig | 11 depends on GPIOLIB || COMPILE_TEST 24 depends on GPIOLIB 49 select GPIOLIB 69 depends on GPIOLIB || COMPILE_TEST
|
/Linux-v6.6/drivers/gpu/drm/panel/ |
D | Kconfig | 32 depends on GPIOLIB && OF 308 depends on GPIOLIB && OF && SPI 335 depends on GPIOLIB && OF && SPI 532 depends on OF && SPI && GPIOLIB 548 depends on OF && SPI && GPIOLIB 654 depends on GPIOLIB && OF && REGULATOR 711 depends on GPIOLIB && OF && SPI 719 depends on GPIOLIB && OF 729 depends on GPIOLIB && OF 769 depends on GPIOLIB && OF && REGULATOR && SPI [all …]
|
/Linux-v6.6/drivers/pinctrl/mediatek/ |
D | Kconfig | 8 select GPIOLIB 18 select GPIOLIB 36 select GPIOLIB 45 select GPIOLIB
|
/Linux-v6.6/drivers/pinctrl/cirrus/ |
D | Kconfig | 5 select GPIOLIB 16 select GPIOLIB
|
1234567891011