/Linux-v5.4/drivers/extcon/ |
D | extcon-intel-int3496.c | 40 static const struct acpi_gpio_params id_gpios = { INT3496_GPIO_USB_ID, 0, false }; 41 static const struct acpi_gpio_params vbus_gpios = { INT3496_GPIO_VBUS_EN, 0, false }; 42 static const struct acpi_gpio_params mux_gpios = { INT3496_GPIO_USB_MUX, 0, false };
|
/Linux-v5.4/sound/soc/intel/boards/ |
D | byt-max98090.c | 74 static const struct acpi_gpio_params hp_gpios = { 0, 0, false }; 75 static const struct acpi_gpio_params mic_gpios = { 1, 0, false };
|
D | bdw-rt5677.c | 123 static const struct acpi_gpio_params plug_det_gpio = { RT5677_GPIO_PLUG_DET, 0, false }; 124 static const struct acpi_gpio_params mic_present_gpio = { RT5677_GPIO_MIC_PRESENT_L, 0, false }; 125 static const struct acpi_gpio_params headphone_enable_gpio = { RT5677_GPIO_HP_AMP_SHDN_L, 0, false …
|
D | kbl_rt5660.c | 58 static const struct acpi_gpio_params lineout_mute_gpio = { GPIO_LINEOUT_MUTE_INDEX, 0, true }; 59 static const struct acpi_gpio_params lineout_det_gpio = { GPIO_LINEOUT_DET_INDEX, 0, false }; 60 static const struct acpi_gpio_params mic_det_gpio = { GPIO_LINEIN_DET_INDEX, 0, false };
|
D | cht_bsw_max98090_ti.c | 177 static const struct acpi_gpio_params hp_gpios = { 0, 0, false }; 178 static const struct acpi_gpio_params mic_gpios = { 1, 0, false };
|
D | bytcr_rt5651.c | 364 static const struct acpi_gpio_params pov_p1006w_hp_detect = { 1, 0, false }; 365 static const struct acpi_gpio_params pov_p1006w_ext_amp_en = { 2, 0, true }; 854 static const struct acpi_gpio_params ext_amp_enable_gpios = { 0, 0, false };
|
D | bytcht_cx2072x.c | 64 static const struct acpi_gpio_params byt_cht_cx2072x_headset_gpios;
|
D | cht_bsw_rt5672.c | 169 static const struct acpi_gpio_params headset_gpios = { 0, 0, false };
|
D | bytcht_es8316.c | 431 static const struct acpi_gpio_params first_gpio = { 0, 0, false };
|
/Linux-v5.4/net/rfkill/ |
D | rfkill-gpio.c | 51 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 52 static const struct acpi_gpio_params shutdown_gpios = { 1, 0, false };
|
/Linux-v5.4/Documentation/firmware-guide/acpi/ |
D | gpio-properties.rst | 141 to an array of line data (struct acpi_gpio_params) objects and the size of that 142 array. Each struct acpi_gpio_params object consists of three fields, 151 static const struct acpi_gpio_params reset_gpio = { 1, 1, false }; 152 static const struct acpi_gpio_params shutdown_gpio = { 0, 0, false };
|
/Linux-v5.4/drivers/nfc/nxp-nci/ |
D | i2c.c | 250 static const struct acpi_gpio_params firmware_gpios = { 1, 0, false }; 251 static const struct acpi_gpio_params enable_gpios = { 2, 0, false };
|
/Linux-v5.4/drivers/usb/dwc3/ |
D | dwc3-pci.c | 67 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 68 static const struct acpi_gpio_params cs_gpios = { 1, 0, false };
|
/Linux-v5.4/include/linux/gpio/ |
D | consumer.h | 605 struct acpi_gpio_params { struct 613 const struct acpi_gpio_params *data; argument
|
/Linux-v5.4/drivers/bluetooth/ |
D | hci_h5.c | 969 static const struct acpi_gpio_params btrtl_device_wake_gpios = { 0, 0, false }; 970 static const struct acpi_gpio_params btrtl_enable_gpios = { 1, 0, false }; 971 static const struct acpi_gpio_params btrtl_host_wake_gpios = { 2, 0, false };
|
D | hci_bcm.c | 842 static const struct acpi_gpio_params first_gpio = { 0, 0, false }; 843 static const struct acpi_gpio_params second_gpio = { 1, 0, false }; 844 static const struct acpi_gpio_params third_gpio = { 2, 0, false };
|
D | hci_intel.c | 1137 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 1138 static const struct acpi_gpio_params host_wake_gpios = { 1, 0, false };
|
/Linux-v5.4/drivers/char/tpm/st33zp24/ |
D | i2c.c | 102 static const struct acpi_gpio_params lpcpd_gpios = { 1, 0, false };
|
D | spi.c | 221 static const struct acpi_gpio_params lpcpd_gpios = { 1, 0, false };
|
/Linux-v5.4/drivers/nfc/st-nci/ |
D | i2c.c | 195 static const struct acpi_gpio_params reset_gpios = { 1, 0, false };
|
D | spi.c | 210 static const struct acpi_gpio_params reset_gpios = { 1, 0, false };
|
/Linux-v5.4/drivers/nfc/fdp/ |
D | i2c.c | 275 static const struct acpi_gpio_params power_gpios = { 0, 0, false };
|
/Linux-v5.4/drivers/nfc/pn544/ |
D | i2c.c | 861 static const struct acpi_gpio_params enable_gpios = { 1, 0, false }; 862 static const struct acpi_gpio_params firmware_gpios = { 2, 0, false };
|
/Linux-v5.4/drivers/iio/proximity/ |
D | sx9500.c | 863 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 864 static const struct acpi_gpio_params interrupt_gpios = { 2, 0, false };
|
/Linux-v5.4/drivers/nfc/st21nfca/ |
D | i2c.c | 491 static const struct acpi_gpio_params enable_gpios = { 1, 0, false };
|