Searched refs:acpi_get_and_request_gpiod (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/platform/x86/intel/int3472/ |
A D | clk_and_regulator.c | 102 int3472->clock.ena_gpio = acpi_get_and_request_gpiod(path, agpio->pin_table[0], in skl_int3472_register_clock() 199 int3472->regulator.gpio = acpi_get_and_request_gpiod(path, agpio->pin_table[0], in skl_int3472_register_regulator()
|
A D | led.c | 28 int3472->pled.gpio = acpi_get_and_request_gpiod(path, agpio->pin_table[0], in skl_int3472_register_pled()
|
/linux-6.3-rc2/include/linux/gpio/ |
A D | consumer.h | 621 struct gpio_desc *acpi_get_and_request_gpiod(char *path, unsigned int pin, char *label); 638 static inline struct gpio_desc *acpi_get_and_request_gpiod(char *path, unsigned int pin, in acpi_get_and_request_gpiod() function
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpiolib-acpi.c | 170 struct gpio_desc *acpi_get_and_request_gpiod(char *path, unsigned int pin, char *label) in acpi_get_and_request_gpiod() function 185 EXPORT_SYMBOL_GPL(acpi_get_and_request_gpiod);
|
Completed in 9 milliseconds