/linux/drivers/platform/surface/ |
H A D | surface_hotplug.c | 24 static const struct acpi_gpio_params shps_base_presence_int = { 0, 0, false }; 25 static const struct acpi_gpio_params shps_base_presence = { 1, 0, false }; 26 static const struct acpi_gpio_params shps_device_power_int = { 2, 0, false }; 27 static const struct acpi_gpio_params shps_device_power = { 3, 0, false }; 28 static const struct acpi_gpio_params shps_device_presence_int = { 4, 0, false }; 29 static const struct acpi_gpio_params shps_device_presence = { 5, 0, false };
|
/linux/drivers/extcon/ |
H A D | extcon-intel-int3496.c | 44 static const struct acpi_gpio_params id_gpios = { INT3496_GPIO_USB_ID, 0, false }; 45 static const struct acpi_gpio_params vbus_gpios = { INT3496_GPIO_VBUS_EN, 0, false }; 46 static const struct acpi_gpio_params mux_gpios = { INT3496_GPIO_USB_MUX, 0, false };
|
/linux/drivers/platform/x86/ |
H A D | meegopad_anx7428.c | 60 static const struct acpi_gpio_params enable_gpio = { 0, 0, false }; 61 static const struct acpi_gpio_params reset_gpio = { 1, 0, true };
|
/linux/sound/hda/codecs/side-codecs/ |
H A D | cs35l41_hda_property.c | 145 struct acpi_gpio_params *reset_gpio_params = NULL; in cs35l41_add_gpios() 146 struct acpi_gpio_params *spkid_gpio_params = NULL; in cs35l41_add_gpios() 147 struct acpi_gpio_params *cs_gpio_params = NULL; in cs35l41_add_gpios() 187 reset_gpio_params = devm_kcalloc(physdev, num_amps, sizeof(struct acpi_gpio_params), in cs35l41_add_gpios() 201 spkid_gpio_params = devm_kcalloc(physdev, num_amps, sizeof(struct acpi_gpio_params), in cs35l41_add_gpios() 216 cs_gpio_params = devm_kzalloc(physdev, sizeof(struct acpi_gpio_params), GFP_KERNEL); in cs35l41_add_gpios()
|
/linux/net/rfkill/ |
H A D | rfkill-gpio.c | 57 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 58 static const struct acpi_gpio_params shutdown_gpios = { 1, 0, false };
|
/linux/sound/soc/intel/boards/ |
H A D | bdw-rt5677.c | 125 static const struct acpi_gpio_params plug_det_gpio = { RT5677_GPIO_PLUG_DET, 0, false }; 126 static const struct acpi_gpio_params mic_present_gpio = { RT5677_GPIO_MIC_PRESENT_L, 0, false }; 127 static const struct acpi_gpio_params headphone_enable_gpio = { RT5677_GPIO_HP_AMP_SHDN_L, 0, false …
|
H A 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 };
|
H A D | bytcht_cx2072x.c | 64 static const struct acpi_gpio_params byt_cht_cx2072x_headset_gpios;
|
H A D | bytcr_rt5640.c | 488 static const struct acpi_gpio_params acpi_gpio0 = { 0, 0, false }; 489 static const struct acpi_gpio_params acpi_gpio1 = { 1, 0, false }; 490 static const struct acpi_gpio_params acpi_gpio2 = { 2, 0, false }; 1270 static const struct acpi_gpio_params amcr0f28_jd_gpio = { 1, 0, false };
|
H A D | sof_es8336.c | 75 static const struct acpi_gpio_params enable_gpio0 = { 0, 0, true }; 76 static const struct acpi_gpio_params enable_gpio1 = { 1, 0, true };
|
/linux/drivers/misc/mei/ |
H A D | vsc-tp.c | 89 static const struct acpi_gpio_params wakeuphost_gpio = { 0, 0, false }; 90 static const struct acpi_gpio_params wakeuphostint_gpio = { 1, 0, false }; 91 static const struct acpi_gpio_params resetfw_gpio = { 2, 0, false }; 92 static const struct acpi_gpio_params wakeupfw = { 3, 0, false };
|
/linux/drivers/mfd/ |
H A D | arizona-spi.c | 28 static const struct acpi_gpio_params reset_gpios = { 1, 0, false }; 29 static const struct acpi_gpio_params ldoena_gpios = { 2, 0, false };
|
/linux/drivers/nfc/nxp-nci/ |
H A D | i2c.c | 257 static const struct acpi_gpio_params firmware_gpios = { 1, 0, false }; 258 static const struct acpi_gpio_params enable_gpios = { 2, 0, false };
|
/linux/drivers/gpio/ |
H A D | gpiolib-acpi-core.c | 583 const struct acpi_gpio_params *params = gm->data + index; in acpi_get_driver_gpio_data() 673 struct acpi_gpio_params params; 682 struct acpi_gpio_params *params = &lookup->params; in acpi_populate_gpio_lookup() 762 struct acpi_gpio_params *params = &lookup->params; in acpi_gpio_property_lookup() 824 struct acpi_gpio_params *params = &lookup->params; in acpi_get_gpiod_by_index()
|
/linux/Documentation/firmware-guide/acpi/ |
H A D | gpio-properties.rst | 241 to an array of line data (struct acpi_gpio_params) objects and the size of that 242 array. Each struct acpi_gpio_params object consists of three fields, 251 static const struct acpi_gpio_params reset_gpio = { 1, 1, false }; 252 static const struct acpi_gpio_params shutdown_gpio = { 0, 0, false };
|
/linux/drivers/usb/dwc3/ |
H A D | dwc3-pci.c | 90 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 91 static const struct acpi_gpio_params cs_gpios = { 1, 0, false };
|
/linux/drivers/platform/surface/aggregator/ |
H A D | core.c | 628 static const struct acpi_gpio_params gpio_ssam_wakeup_int = { 0, 0, false }; 629 static const struct acpi_gpio_params gpio_ssam_wakeup = { 1, 0, false };
|
/linux/include/linux/gpio/ |
H A D | consumer.h | 599 struct acpi_gpio_params { struct 607 const struct acpi_gpio_params *data; argument
|
/linux/drivers/nfc/st-nci/ |
H A D | spi.c | 203 static const struct acpi_gpio_params reset_gpios = { 1, 0, false };
|
/linux/sound/soc/amd/ |
H A D | acp-es8336.c | 187 static const struct acpi_gpio_params pa_enable_gpio = { 0, 0, false };
|
/linux/drivers/bluetooth/ |
H A D | hci_h5.c | 1058 static const struct acpi_gpio_params btrtl_device_wake_gpios = { 0, 0, false }; 1059 static const struct acpi_gpio_params btrtl_enable_gpios = { 1, 0, false }; 1060 static const struct acpi_gpio_params btrtl_host_wake_gpios = { 2, 0, false };
|
/linux/drivers/nfc/fdp/ |
H A D | i2c.c | 271 static const struct acpi_gpio_params power_gpios = { 0, 0, false };
|
/linux/sound/soc/intel/avs/boards/ |
H A D | es8336.c | 31 static const struct acpi_gpio_params enable_gpio = { 0, 0, true };
|
/linux/drivers/nfc/pn544/ |
H A D | i2c.c | 858 static const struct acpi_gpio_params enable_gpios = { 1, 0, false }; 859 static const struct acpi_gpio_params firmware_gpios = { 2, 0, false };
|
/linux/drivers/iio/proximity/ |
H A D | sx9500.c | 857 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; 858 static const struct acpi_gpio_params interrupt_gpios = { 2, 0, false };
|