/Linux-v4.19/drivers/extcon/ |
D | extcon-intel-int3496.c | 48 static const struct acpi_gpio_params id_gpios = { INT3496_GPIO_USB_ID, 0, false }; 49 static const struct acpi_gpio_params vbus_gpios = { INT3496_GPIO_VBUS_EN, 0, false }; 50 static const struct acpi_gpio_params mux_gpios = { INT3496_GPIO_USB_MUX, 0, false };
|
/Linux-v4.19/sound/soc/intel/boards/ |
D | byt-max98090.c | 82 static const struct acpi_gpio_params hp_gpios = { 0, 0, false }; 83 static const struct acpi_gpio_params mic_gpios = { 1, 0, false };
|
D | bdw-rt5677.c | 133 static const struct acpi_gpio_params plug_det_gpio = { RT5677_GPIO_PLUG_DET, 0, false }; 134 static const struct acpi_gpio_params mic_present_gpio = { RT5677_GPIO_MIC_PRESENT_L, 0, false }; 135 static const struct acpi_gpio_params headphone_enable_gpio = { RT5677_GPIO_HP_AMP_SHDN_L, 0, false …
|
D | cht_bsw_max98090_ti.c | 175 static const struct acpi_gpio_params hp_gpios = { 0, 0, false }; 176 static const struct acpi_gpio_params mic_gpios = { 1, 0, false };
|
D | bytcr_rt5651.c | 799 static const struct acpi_gpio_params first_gpio = { 0, 0, false }; 800 static const struct acpi_gpio_params second_gpio = { 1, 0, false };
|
D | cht_bsw_rt5672.c | 175 static const struct acpi_gpio_params headset_gpios = { 0, 0, false };
|
/Linux-v4.19/net/rfkill/ |
D | rfkill-gpio.c | 65 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 66 static const struct acpi_gpio_params shutdown_gpios = { 1, 0, false };
|
/Linux-v4.19/Documentation/acpi/ |
D | gpio-properties.txt | 134 to an array of line data (struct acpi_gpio_params) objects and the size of that 135 array. Each struct acpi_gpio_params object consists of three fields, 144 static const struct acpi_gpio_params reset_gpio = { 1, 1, false }; 145 static const struct acpi_gpio_params shutdown_gpio = { 0, 0, false };
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | dwc3-pci.c | 64 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 65 static const struct acpi_gpio_params cs_gpios = { 1, 0, false };
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_h5.c | 910 static const struct acpi_gpio_params btrtl_device_wake_gpios = { 0, 0, false }; 911 static const struct acpi_gpio_params btrtl_enable_gpios = { 1, 0, false }; 912 static const struct acpi_gpio_params btrtl_host_wake_gpios = { 2, 0, false };
|
D | hci_bcm.c | 771 static const struct acpi_gpio_params first_gpio = { 0, 0, false }; 772 static const struct acpi_gpio_params second_gpio = { 1, 0, false }; 773 static const struct acpi_gpio_params third_gpio = { 2, 0, false };
|
D | hci_intel.c | 1157 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 1158 static const struct acpi_gpio_params host_wake_gpios = { 1, 0, false };
|
/Linux-v4.19/drivers/char/tpm/st33zp24/ |
D | i2c.c | 114 static const struct acpi_gpio_params lpcpd_gpios = { 1, 0, false };
|
D | spi.c | 233 static const struct acpi_gpio_params lpcpd_gpios = { 1, 0, false };
|
/Linux-v4.19/drivers/nfc/st-nci/ |
D | i2c.c | 206 static const struct acpi_gpio_params reset_gpios = { 1, 0, false };
|
D | spi.c | 221 static const struct acpi_gpio_params reset_gpios = { 1, 0, false };
|
/Linux-v4.19/drivers/nfc/fdp/ |
D | i2c.c | 283 static const struct acpi_gpio_params power_gpios = { 0, 0, false };
|
/Linux-v4.19/drivers/nfc/pn544/ |
D | i2c.c | 872 static const struct acpi_gpio_params enable_gpios = { 1, 0, false }; 873 static const struct acpi_gpio_params firmware_gpios = { 2, 0, false };
|
/Linux-v4.19/drivers/iio/proximity/ |
D | sx9500.c | 866 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 867 static const struct acpi_gpio_params interrupt_gpios = { 2, 0, false };
|
/Linux-v4.19/include/linux/ |
D | acpi.h | 999 struct acpi_gpio_params { struct 1007 const struct acpi_gpio_params *data; argument
|
/Linux-v4.19/drivers/nfc/st21nfca/ |
D | i2c.c | 502 static const struct acpi_gpio_params enable_gpios = { 1, 0, false };
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib-acpi.c | 407 const struct acpi_gpio_params *par = gm->data + index; in acpi_get_driver_gpio_data()
|