Home
last modified time | relevance | path

Searched refs:acpi_gpio_params (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/platform/surface/
H A Dsurface_hotplug.c24 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 Dextcon-intel-int3496.c44 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 Dmeegopad_anx7428.c60 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/pci/hda/
H A Dcs35l41_hda_property.c142 struct acpi_gpio_params *reset_gpio_params = NULL; in cs35l41_add_gpios()
143 struct acpi_gpio_params *spkid_gpio_params = NULL; in cs35l41_add_gpios()
144 struct acpi_gpio_params *cs_gpio_params = NULL; in cs35l41_add_gpios()
184 reset_gpio_params = devm_kcalloc(physdev, num_amps, sizeof(struct acpi_gpio_params), in cs35l41_add_gpios()
198 spkid_gpio_params = devm_kcalloc(physdev, num_amps, sizeof(struct acpi_gpio_params), in cs35l41_add_gpios()
213 cs_gpio_params = devm_kzalloc(physdev, sizeof(struct acpi_gpio_params), GFP_KERNEL); in cs35l41_add_gpios()
/linux/net/rfkill/
H A Drfkill-gpio.c57 static const struct acpi_gpio_params reset_gpios = { 0, 0, false };
58 static const struct acpi_gpio_params shutdown_gpios = { 1, 0, false };
/linux/drivers/misc/mei/
H A Dvsc-tp.c84 static const struct acpi_gpio_params wakeuphost_gpio = { 0, 0, false };
85 static const struct acpi_gpio_params wakeuphostint_gpio = { 1, 0, false };
86 static const struct acpi_gpio_params resetfw_gpio = { 2, 0, false };
87 static const struct acpi_gpio_params wakeupfw = { 3, 0, false };
/linux/drivers/mfd/
H A Darizona-spi.c28 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 Di2c.c257 static const struct acpi_gpio_params firmware_gpios = { 1, 0, false };
258 static const struct acpi_gpio_params enable_gpios = { 2, 0, false };
/linux/Documentation/firmware-guide/acpi/
H A Dgpio-properties.rst241 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/sound/soc/intel/boards/
H A Dcht_bsw_max98090_ti.c177 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 Dbytcr_rt5651.c361 static const struct acpi_gpio_params pov_p1006w_hp_detect = { 1, 0, false };
362 static const struct acpi_gpio_params pov_p1006w_ext_amp_en = { 2, 0, true };
867 static const struct acpi_gpio_params ext_amp_enable_gpios = { 0, 0, false };
H A Dbytcht_cx2072x.c64 static const struct acpi_gpio_params byt_cht_cx2072x_headset_gpios;
H A Dsof_es8336.c75 static const struct acpi_gpio_params enable_gpio0 = { 0, 0, true };
76 static const struct acpi_gpio_params enable_gpio1 = { 1, 0, true };
H A Dcht_bsw_rt5672.c185 static const struct acpi_gpio_params headset_gpios = { 0, 0, false };
/linux/drivers/usb/dwc3/
H A Ddwc3-pci.c90 static const struct acpi_gpio_params reset_gpios = { 0, 0, false };
91 static const struct acpi_gpio_params cs_gpios = { 1, 0, false };
/linux/include/linux/gpio/
H A Dconsumer.h574 struct acpi_gpio_params { struct
582 const struct acpi_gpio_params *data; argument
/linux/drivers/platform/surface/aggregator/
H A Dcore.c628 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/drivers/nfc/st-nci/
H A Dspi.c203 static const struct acpi_gpio_params reset_gpios = { 1, 0, false };
H A Di2c.c191 static const struct acpi_gpio_params reset_gpios = { 1, 0, false };
/linux/drivers/bluetooth/
H A Dhci_h5.c1058 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 };
H A Dhci_bcm.c943 static const struct acpi_gpio_params first_gpio = { 0, 0, false };
944 static const struct acpi_gpio_params second_gpio = { 1, 0, false };
945 static const struct acpi_gpio_params third_gpio = { 2, 0, false };
H A Dhci_intel.c1125 static const struct acpi_gpio_params reset_gpios = { 0, 0, false };
1126 static const struct acpi_gpio_params host_wake_gpios = { 1, 0, false };
/linux/drivers/nfc/fdp/
H A Di2c.c271 static const struct acpi_gpio_params power_gpios = { 0, 0, false };
/linux/drivers/nfc/pn544/
H A Di2c.c858 static const struct acpi_gpio_params enable_gpios = { 1, 0, false };
859 static const struct acpi_gpio_params firmware_gpios = { 2, 0, false };
/linux/sound/soc/amd/acp/acp3x-es83xx/
H A Dacp3x-es83xx.c39 struct acpi_gpio_params enable_spk_gpio, enable_hp_gpio;

12