/Linux-v6.1/drivers/pinctrl/qcom/ |
D | Kconfig | 6 depends on GPIOLIB 21 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 30 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 39 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 48 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 57 This is the pinctrl, pinmux, pinconf and gpiolib driver for 68 This is the pinctrl, pinmux, pinconf and gpiolib driver for 79 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 89 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 98 This is the pinctrl, pinmux, pinconf and gpiolib driver for the [all …]
|
/Linux-v6.1/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.1/arch/arm64/ |
D | Kconfig.platforms | 44 select GPIOLIB 58 select GPIOLIB 65 select GPIOLIB 87 select GPIOLIB 176 select GPIOLIB 231 select GPIOLIB 241 select GPIOLIB 255 select GPIOLIB 292 select GPIOLIB 318 select GPIOLIB [all …]
|
/Linux-v6.1/Documentation/arm/samsung-s3c24xx/ |
D | gpio.rst | 19 GPIOLIB section in S3C24XX GPIO Control 22 With the event of the GPIOLIB in drivers/gpio, support for some 31 or are merged into gpiolib. See the definitions in 42 GPIOLIB conversion 45 If you need to convert your board or driver to use gpiolib from the phased 101 With the conversion to gpiolib, there is no longer a direct conversion 128 gpiolib function: 153 These calls are now implemented by the relevant gpiolib calls, convert 154 your board or driver to use gpiolib. 160 A standard gpiolib function can map the given pin number to an IRQ
|
/Linux-v6.1/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 254 一个 gpiolib 驱动的 .request()操作应调用 pinctrl_gpio_request(), 255 而 gpiolib 驱动的 .free()操作应调用 pinctrl_gpio_free()。引脚控制 471 不同种类的 GPIO 控制器。这个框架称为"gpiolib"。 518 ARCH_REQUIRE_GPIOLIB 意味着 gpiolib 核心在这个构架中将总是编译进内核。 520 ARCH_WANT_OPTIONAL_GPIOLIB 意味着 gpiolib 核心默认关闭,且用户可以 567 使用“gpiolib”实现框架的平台可以选择配置一个 GPIO 的 sysfs 用户接口。
|
/Linux-v6.1/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.1/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.1/drivers/gpio/ |
D | TODO | 73 gpiolib-of.c: in some cases subsystems are doing custom flags and 76 gpiolib so the library API becomes narrow and deep and handle all 97 similar and probe a proper driver in the gpiolib subsystem. 127 GPIOLIB irqchip 129 The GPIOLIB irqchip is a helper irqchip for "simple cases" that should 133 dry-code conversions to gpiolib irqchip for maintainers to test 185 Most of the gpio chips implementing interrupt support rely on gpiolib 190 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
|
/Linux-v6.1/sound/soc/tegra/ |
D | Kconfig | 194 depends on I2C && GPIOLIB 203 depends on I2C && GPIOLIB 212 depends on I2C && GPIOLIB 222 depends on GPIOLIB 241 depends on I2C && GPIOLIB 250 depends on I2C && GPIOLIB 259 depends on I2C && GPIOLIB 268 depends on I2C && GPIOLIB
|
/Linux-v6.1/arch/sh/boards/mach-rsk/ |
D | Kconfig | 14 select GPIOLIB 19 select GPIOLIB 24 select GPIOLIB
|
/Linux-v6.1/sound/soc/mediatek/ |
D | Kconfig | 123 depends on I2C && GPIOLIB 141 depends on SND_SOC_MT8183 && I2C && GPIOLIB 170 depends on I2C && GPIOLIB 186 depends on I2C && GPIOLIB 221 depends on I2C && GPIOLIB 249 depends on I2C && GPIOLIB
|
/Linux-v6.1/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.1/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.1/arch/powerpc/platforms/86xx/ |
D | Kconfig | 34 select GPIOLIB 43 select GPIOLIB 52 select GPIOLIB
|
/Linux-v6.1/drivers/extcon/ |
D | Kconfig | 46 depends on GPIOLIB || COMPILE_TEST 53 depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST) 89 depends on GPIOLIB || COMPILE_TEST 133 depends on I2C && (GPIOLIB || COMPILE_TEST) 172 depends on GPIOLIB || COMPILE_TEST
|
/Linux-v6.1/drivers/pinctrl/renesas/ |
D | Kconfig | 71 select GPIOLIB 177 select GPIOLIB 187 select GPIOLIB 194 select GPIOLIB 250 select GPIOLIB
|
/Linux-v6.1/drivers/pinctrl/mediatek/ |
D | Kconfig | 8 select GPIOLIB 18 select GPIOLIB 31 select GPIOLIB 41 select GPIOLIB
|
/Linux-v6.1/Documentation/arm/samsung/ |
D | gpio.rst | 20 GPIOLIB integration 23 The gpio implementation uses gpiolib as much as possible, only providing 27 GPIO numbering is synchronised between the Samsung and gpiolib system.
|
/Linux-v6.1/drivers/gpu/drm/panel/ |
D | Kconfig | 32 depends on GPIOLIB && OF 277 depends on GPIOLIB && OF && SPI 293 depends on GPIOLIB && OF && SPI 462 depends on OF && SPI && GPIOLIB 478 depends on OF && SPI && GPIOLIB 577 depends on GPIOLIB && OF && REGULATOR 634 depends on GPIOLIB && OF && SPI 642 depends on GPIOLIB && OF 671 depends on GPIOLIB && OF && REGULATOR && SPI 678 depends on OF && SPI && GPIOLIB [all …]
|
/Linux-v6.1/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.1/drivers/leds/flash/ |
D | Kconfig | 8 depends on GPIOLIB || COMPILE_TEST 26 depends on GPIOLIB || COMPILE_TEST 77 depends on GPIOLIB
|
/Linux-v6.1/drivers/power/supply/ |
D | Kconfig | 175 depends on OF && IIO && GPIOLIB && (ARCH_DAVINCI_DA850 || COMPILE_TEST) 252 depends on I2C && I2C_MUX && GPIOLIB 510 depends on GPIOLIB || COMPILE_TEST 531 depends on GPIOLIB 665 depends on GPIOLIB || COMPILE_TEST 672 depends on GPIOLIB || COMPILE_TEST 681 depends on GPIOLIB || COMPILE_TEST 688 depends on GPIOLIB || COMPILE_TEST 701 depends on GPIOLIB || COMPILE_TEST 709 depends on GPIOLIB || COMPILE_TEST [all …]
|
/Linux-v6.1/drivers/pinctrl/nuvoton/ |
D | Kconfig | 11 select GPIOLIB 28 select GPIOLIB
|