Home
last modified time | relevance | path

Searched refs:agpio (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-acpi.c155 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/external/xserver/hw/xfree86/os-support/
H A Dmeson.build65 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/
H A Dacpi.h1090 struct acpi_resource_gpio **agpio);
1094 struct acpi_resource_gpio **agpio) in acpi_gpio_get_irq_resource() argument
/OK3568_Linux_fs/external/xserver/include/
H A Ddix-config.h.in215 /* Define to 1 if you have the <sys/agpio.h> header file. */
H A Dmeson.build116 conf_data.set('HAVE_SYS_AGPIO_H', cc.has_header('sys/agpio.h'))
H A Ddo-not-use-config.h.in371 /* Define to 1 if you have the <sys/agpio.h> header file. */
/OK3568_Linux_fs/external/xserver/
H A Dconfigure.ac196 AC_CHECK_HEADERS([linux/agpgart.h sys/agpio.h sys/agpgart.h], AGP=yes)
H A Dconfigure23004 for ac_header in linux/agpgart.h sys/agpio.h sys/agpgart.h