Searched refs:acpi_get_and_request_gpiod (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/platform/x86/intel/int3472/ |
D | led.c | 28 int3472->pled.gpio = acpi_get_and_request_gpiod(path, agpio->pin_table[0], in skl_int3472_register_pled()
|
D | clk_and_regulator.c | 177 int3472->clock.ena_gpio = acpi_get_and_request_gpiod(path, agpio->pin_table[0], in skl_int3472_register_gpio_clock() 317 int3472->regulator.gpio = acpi_get_and_request_gpiod(path, agpio->pin_table[0], in skl_int3472_register_regulator()
|
/Linux-v6.6/include/linux/gpio/ |
D | consumer.h | 617 struct gpio_desc *acpi_get_and_request_gpiod(char *path, unsigned int pin, char *label); 636 static inline struct gpio_desc *acpi_get_and_request_gpiod(char *path, unsigned int pin, in acpi_get_and_request_gpiod() function
|
/Linux-v6.6/drivers/gpio/ |
D | gpiolib-acpi.c | 172 struct gpio_desc *acpi_get_and_request_gpiod(char *path, unsigned int pin, char *label) in acpi_get_and_request_gpiod() function 187 EXPORT_SYMBOL_GPL(acpi_get_and_request_gpiod);
|