Searched refs:first_gpio (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/sound/soc/intel/boards/ |
D | bytcht_es8316.c | 428 static const struct acpi_gpio_params first_gpio = { 0, 0, false }; variable 431 { "speaker-enable-gpios", &first_gpio, 1 },
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | goodix.c | 800 static const struct acpi_gpio_params first_gpio = { 0, 0, false }; variable 804 { GOODIX_GPIO_INT_NAME "-gpios", &first_gpio, 1 }, 810 { GOODIX_GPIO_RST_NAME "-gpios", &first_gpio, 1 }, 816 { GOODIX_GPIO_RST_NAME "-gpios", &first_gpio, 1 },
|
/linux-6.1.9/drivers/bluetooth/ |
D | hci_bcm.c | 921 static const struct acpi_gpio_params first_gpio = { 0, 0, false }; variable 926 { "device-wakeup-gpios", &first_gpio, 1 }, 933 { "host-wakeup-gpios", &first_gpio, 1 },
|