Searched refs:acpi_get_gpiod_by_index (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpio/ |
D | gpiolib-acpi.c | 776 static struct gpio_desc *acpi_get_gpiod_by_index(struct acpi_device *adev, in acpi_get_gpiod_by_index() function 841 desc = acpi_get_gpiod_by_index(adev, propname, idx, &info); in acpi_find_gpio() 853 desc = acpi_get_gpiod_by_index(adev, NULL, idx, &info); in acpi_find_gpio() 894 return acpi_get_gpiod_by_index(adev, propname, index, info); in acpi_node_get_gpiod() 937 desc = acpi_get_gpiod_by_index(adev, NULL, i, &info); in acpi_dev_gpio_irq_get()
|