Home
last modified time | relevance | path

Searched refs:acpi_get_gpiod (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-acpi.c135 * acpi_get_gpiod() - Translate ACPI GPIO pin to GPIO descriptor usable with GPIO API
144 static struct gpio_desc *acpi_get_gpiod(char *path, unsigned int pin) in acpi_get_gpiod() function
168 * This function is a simple pass-through to acpi_get_gpiod(), except that
177 gpio = acpi_get_gpiod(path, pin); in acpi_get_and_request_gpiod()
780 desc = acpi_get_gpiod(agpio->resource_source.string_ptr, in acpi_populate_gpio_lookup()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-acpi.c105 * acpi_get_gpiod() - Translate ACPI GPIO pin to GPIO descriptor usable with GPIO API
114 static struct gpio_desc *acpi_get_gpiod(char *path, int pin) in acpi_get_gpiod() function
668 desc = acpi_get_gpiod(agpio->resource_source.string_ptr, in acpi_populate_gpio_lookup()

Completed in 5 milliseconds