Searched refs:acpi_get_gpiod_by_index (Results 1 – 1 of 1) sorted by relevance
/drivers/gpio/ |
D | gpiolib-acpi.c | 866 static struct gpio_desc *acpi_get_gpiod_by_index(struct acpi_device *adev, in acpi_get_gpiod_by_index() function 931 desc = acpi_get_gpiod_by_index(adev, propname, idx, &info); in acpi_find_gpio() 943 desc = acpi_get_gpiod_by_index(adev, NULL, idx, &info); in acpi_find_gpio() 984 return acpi_get_gpiod_by_index(adev, propname, index, info); in acpi_node_get_gpiod() 1036 desc = acpi_get_gpiod_by_index(adev, name, i, &info); in acpi_dev_gpio_irq_wake_get_by()
|