Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-acpi.c781 static struct gpio_desc *acpi_get_gpiod_by_index(struct acpi_device *adev, in acpi_get_gpiod_by_index() function
846 desc = acpi_get_gpiod_by_index(adev, propname, idx, &info); in acpi_find_gpio()
858 desc = acpi_get_gpiod_by_index(adev, NULL, idx, &info); in acpi_find_gpio()
899 return acpi_get_gpiod_by_index(adev, propname, index, info); in acpi_node_get_gpiod()
946 desc = acpi_get_gpiod_by_index(adev, name, i, &info); in acpi_dev_gpio_irq_get_by()