Home
last modified time | relevance | path

Searched refs:ACPI_RESOURCE_TYPE_GPIO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpiolib-acpi.c234 if (ares->type != ACPI_RESOURCE_TYPE_GPIO) in acpi_gpio_get_irq_resource()
257 if (ares->type != ACPI_RESOURCE_TYPE_GPIO) in acpi_gpio_get_io_resource()
775 if (ares->type != ACPI_RESOURCE_TYPE_GPIO) in acpi_populate_gpio_lookup()
1158 if (WARN_ON(ares->type != ACPI_RESOURCE_TYPE_GPIO)) { in acpi_gpio_adr_space_handler()
1439 if (ares->type == ACPI_RESOURCE_TYPE_GPIO) in acpi_find_gpio_count()
/openbmc/linux/drivers/acpi/acpica/
H A Drscalc.c294 case ACPI_RESOURCE_TYPE_GPIO: in acpi_rs_get_aml_length()
H A Drsserial.c21 {ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_GPIO,
/openbmc/linux/include/acpi/
H A Dacrestyp.h626 #define ACPI_RESOURCE_TYPE_GPIO 17 /* ACPI 5.0 */ macro
/openbmc/linux/drivers/bluetooth/
H A Dhci_bcm.c976 case ACPI_RESOURCE_TYPE_GPIO: in bcm_resource()