/linux/drivers/pinctrl/qcom/ |
H A 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/drivers/pinctrl/ |
H A 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 136 select GPIOLIB 159 select GPIOLIB 182 select GPIOLIB [all …]
|
/linux/Documentation/translations/zh_CN/driver-api/gpio/ |
H A D | index.rst | 38 drivers/gpio/gpiolib.c 45 drivers/gpio/gpiolib-acpi.c 52 drivers/gpio/gpiolib-of.c 59 drivers/gpio/gpiolib-devres.c 66 drivers/gpio/gpiolib-sysfs.c
|
/linux/Documentation/driver-api/gpio/ |
H A D | index.rst | 24 .. kernel-doc:: drivers/gpio/gpiolib.c 30 .. kernel-doc:: drivers/gpio/gpiolib-acpi.c 36 .. kernel-doc:: drivers/gpio/gpiolib-of.c 42 .. kernel-doc:: drivers/gpio/gpiolib-devres.c 48 .. kernel-doc:: drivers/gpio/gpiolib-sysfs.c
|
H A D | consumer.rst | 12 that depend on GPIOLIB or select GPIOLIB. The functions that allow a driver to 18 where GPIOLIB is disabled. When these stubs are called they will emit 22 the current platform does not enable or select GPIOLIB because we are not 25 - Truly optional GPIOLIB support - where the driver does not really make use 30 Combining truly optional GPIOLIB usage with calls to 32 error messages. Use the ordinary getter functions with optional GPIOLIB: 106 the rest of gpiolib API, also return NULL when gpiolib support is disabled. 109 gpiolib on systems that need it. 118 descriptors. It also contains a pointer to a gpiolib private structure which,
|
/linux/sound/soc/tegra/ |
H A D | Kconfig | 195 depends on SND_SOC_TEGRA && I2C && GPIOLIB 204 depends on I2C && GPIOLIB 213 depends on I2C && GPIOLIB 222 depends on I2C && GPIOLIB 232 depends on GPIOLIB 251 depends on I2C && GPIOLIB 260 depends on I2C && GPIOLIB 269 depends on I2C && GPIOLIB 278 depends on I2C && GPIOLIB 287 depends on I2C && GPIOLIB
|
/linux/drivers/pinctrl/nuvoton/ |
H A D | Kconfig | 10 select GPIOLIB 28 select GPIOLIB 41 select GPIOLIB 55 select GPIOLIB
|
/linux/sound/soc/intel/boards/ |
H A D | Kconfig | 81 depends on GPIOLIB || COMPILE_TEST 112 depends on GPIOLIB || COMPILE_TEST 125 depends on GPIOLIB || COMPILE_TEST 138 depends on GPIOLIB || COMPILE_TEST 151 depends on GPIOLIB || COMPILE_TEST 176 depends on GPIOLIB || COMPILE_TEST 201 depends on GPIOLIB || COMPILE_TEST 226 depends on GPIOLIB || COMPILE_TEST 269 depends on GPIOLIB || COMPILE_TEST 385 depends on GPIOLIB || COMPILE_TEST
|
/linux/arch/sh/boards/mach-rsk/ |
H A D | Kconfig | 14 select GPIOLIB 19 select GPIOLIB 24 select GPIOLIB
|
/linux/drivers/gpu/drm/panel/ |
H A D | Kconfig | 32 depends on GPIOLIB && OF 276 depends on OF && GPIOLIB 362 depends on GPIOLIB && OF && SPI 413 depends on GPIOLIB && OF && SPI 598 depends on OF && GPIOLIB 637 depends on GPIOLIB && OF && REGULATOR 666 depends on OF && SPI && GPIOLIB 697 depends on OF && SPI && GPIOLIB 805 depends on GPIOLIB && OF && REGULATOR 863 depends on GPIOLIB && OF && SPI [all …]
|
/linux/sound/soc/rockchip/ |
H A 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/arch/powerpc/platforms/86xx/ |
H A D | Kconfig | 16 select GPIOLIB 25 select GPIOLIB 34 select GPIOLIB
|
/linux/drivers/leds/flash/ |
H A D | Kconfig | 8 depends on GPIOLIB || COMPILE_TEST 26 depends on GPIOLIB 108 depends on GPIOLIB 127 depends on GPIOLIB
|
/linux/Documentation/arch/arm/samsung/ |
H A 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/drivers/iio/addac/ |
H A D | Kconfig | 10 depends on GPIOLIB && SPI 24 depends on GPIOLIB && SPI 41 select GPIOLIB
|
/linux/drivers/extcon/ |
H A D | Kconfig | 46 depends on GPIOLIB || COMPILE_TEST 53 depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST) 101 depends on GPIOLIB || COMPILE_TEST 146 depends on I2C && (GPIOLIB || COMPILE_TEST) 185 depends on GPIOLIB || COMPILE_TEST
|
/linux/drivers/gpio/ |
H A 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/sound/soc/mediatek/ |
H A D | Kconfig | 143 depends on I2C && GPIOLIB 161 depends on SND_SOC_MT8183 && I2C && GPIOLIB 190 depends on I2C && GPIOLIB 258 depends on I2C && GPIOLIB 286 depends on I2C && GPIOLIB
|
/linux/drivers/i2c/muxes/ |
H A D | Kconfig | 11 depends on GPIOLIB || COMPILE_TEST 24 depends on GPIOLIB 49 select GPIOLIB 69 depends on GPIOLIB || COMPILE_TEST
|
/linux/drivers/media/i2c/ |
H A D | Kconfig | 141 depends on GPIOLIB 399 depends on GPIOLIB 439 depends on GPIOLIB 451 depends on GPIOLIB 696 depends on OF && GPIOLIB 729 depends on GPIOLIB && I2C && VIDEO_DEV 1027 depends on GPIOLIB && VIDEO_DEV && I2C 1065 depends on GPIOLIB || COMPILE_TEST 1284 depends on GPIOLIB 1576 select GPIOLIB [all …]
|
/linux/drivers/pinctrl/cirrus/ |
H A D | Kconfig | 5 select GPIOLIB 17 select GPIOLIB
|
/linux/drivers/iio/resolver/ |
H A D | Kconfig | 20 depends on GPIOLIB || COMPILE_TEST 33 depends on GPIOLIB || COMPILE_TEST
|
/linux/arch/arm/mach-s3c/ |
H A D | gpio-core.h | 22 /* Define the core gpiolib support functions that the s3c platforms may 47 * @chip: The chip structure to be exported via gpiolib. 57 * specific gpios being registered with gpiolib.
|
/linux/drivers/pinctrl/starfive/ |
H A D | Kconfig | 10 select GPIOLIB 25 select GPIOLIB
|
/linux/drivers/iio/amplifiers/ |
H A D | Kconfig | 12 depends on GPIOLIB 41 depends on GPIOLIB
|