Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/intel/int3472/
Dintel_skl_int3472_discrete.c167 gpio = acpi_get_and_request_gpiod(path, pin, "int3472,clk-enable"); in skl_int3472_map_gpio_to_clk()
174 gpio = acpi_get_and_request_gpiod(path, pin, "int3472,privacy-led"); in skl_int3472_map_gpio_to_clk()
Dintel_skl_int3472_clk_and_regulator.c177 int3472->regulator.gpio = acpi_get_and_request_gpiod(path, agpio->pin_table[0], in skl_int3472_register_regulator()
/Linux-v5.15/include/linux/gpio/
Dconsumer.h695 struct gpio_desc *acpi_get_and_request_gpiod(char *path, int pin, char *label);
/Linux-v5.15/drivers/gpio/
Dgpiolib-acpi.c142 struct gpio_desc *acpi_get_and_request_gpiod(char *path, int pin, char *label) in acpi_get_and_request_gpiod() function
157 EXPORT_SYMBOL_GPL(acpi_get_and_request_gpiod);