Searched full:agpio (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-acpi.c | 155 struct acpi_resource_gpio **agpio) in acpi_gpio_get_irq_resource() argument 166 *agpio = gpio; in acpi_gpio_get_irq_resource() 244 struct acpi_resource_gpio *agpio) in acpi_gpio_irq_is_wake() argument 246 int pin = agpio->pin_table[0]; in acpi_gpio_irq_is_wake() 248 if (agpio->wake_capable != ACPI_WAKE_CAPABLE) in acpi_gpio_irq_is_wake() 265 struct acpi_resource_gpio *agpio; in acpi_gpiochip_alloc_event() local 272 if (!acpi_gpio_get_irq_resource(ares, &agpio)) in acpi_gpiochip_alloc_event() 276 pin = agpio->pin_table[0]; in acpi_gpiochip_alloc_event() 281 agpio->triggering == ACPI_EDGE_SENSITIVE ? 'E' : 'L', in acpi_gpiochip_alloc_event() 323 if (agpio->triggering == ACPI_LEVEL_SENSITIVE) { in acpi_gpiochip_alloc_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/zte/ |
| H A D | pinctrl-zx296718.c | 206 AON_MUX(0x1, "AGPIO"), /* agpio29 */ 214 AON_MUX(0x1, "AGPIO"), /* agpio30 */ 224 AON_MUX(0x1, "AGPIO"), /* agpio28 */ 231 AON_MUX(0x1, "AGPIO"), /* agpio20 */ 235 AON_MUX(0x1, "AGPIO"), /* agpio21 */ 239 AON_MUX(0x1, "AGPIO"), /* agpio0 */ 243 AON_MUX(0x1, "AGPIO"), /* agpio23 */ 250 AON_MUX(0x1, "AGPIO"), /* agpio24 */ 257 AON_MUX(0x1, "AGPIO"), /* agpio25 */ 264 AON_MUX(0x1, "AGPIO"), /* agpio26 */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | stmfx.c | 129 * the number of aGPIO available decreases. To avoid GPIO management in stmfx_function_enable() 138 /* If TS is enabled, aGPIO[3:0] cannot be used */ in stmfx_function_enable() 141 dev_err(stmfx->dev, "TS in use, aGPIO[3:0] unavailable\n"); in stmfx_function_enable() 145 /* If IDD is enabled, aGPIO[7:4] cannot be used */ in stmfx_function_enable() 148 dev_err(stmfx->dev, "IDD in use, aGPIO[7:4] unavailable\n"); in stmfx_function_enable()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | st,stmfx.yaml | 52 if agpio[3:0] are not available (STMFX Touchscreen function in use), 54 if agpio[7:4] are not available (STMFX IDD function in use),
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/ |
| H A D | meson.build | 65 if cc.has_header('sys/agpio.h') or cc.has_header('sys/agpgart.h') 111 if cc.has_header('sys/agpio.h') or cc.has_header('sys/agpgart.h')
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | stmfx.h | 91 STMFX_FUNC_ALTGPIO_LOW = BIT(1), /* aGPIO[3:0] */ 92 STMFX_FUNC_ALTGPIO_HIGH = BIT(2), /* aGPIO[7:4] */
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_agp.c | 25 #include <sys/agpio.h>
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dix-config.h.in | 215 /* Define to 1 if you have the <sys/agpio.h> header file. */
|
| H A D | meson.build | 116 conf_data.set('HAVE_SYS_AGPIO_H', cc.has_header('sys/agpio.h'))
|
| H A D | do-not-use-config.h.in | 371 /* Define to 1 if you have the <sys/agpio.h> header file. */
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | acpi.h | 1090 struct acpi_resource_gpio **agpio); 1094 struct acpi_resource_gpio **agpio) in acpi_gpio_get_irq_resource() argument
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | configure.ac | 196 AC_CHECK_HEADERS([linux/agpgart.h sys/agpio.h sys/agpgart.h], AGP=yes)
|
| H A D | configure | 23004 for ac_header in linux/agpgart.h sys/agpio.h sys/agpgart.h
|