Home
last modified time | relevance | path

Searched refs:ACPI_RESOURCE_GPIO_TYPE_INT (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpio/
Dgpiolib-acpi.c221 if (gpio->connection_type != ACPI_RESOURCE_GPIO_TYPE_INT) in acpi_gpio_get_irq_resource()
292 if (agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT) in acpi_gpio_to_gpiod_flags()
763 bool gpioint = agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT; in acpi_populate_gpio_lookup()
/Linux-v6.6/include/acpi/
Dacrestyp.h376 #define ACPI_RESOURCE_GPIO_TYPE_INT 0 macro
/Linux-v6.6/drivers/bluetooth/
Dhci_bcm.c978 if (gpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT) { in bcm_resource()