Home
last modified time | relevance | path

Searched refs:gpe (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/drivers/gpio/
A Dgpio-sch.c46 u32 gpe; member
258 static u32 sch_gpio_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context) in sch_gpio_gpe_handler() argument
292 acpi_disable_gpe(NULL, sch->gpe); in sch_gpio_remove_gpe_handler()
293 acpi_remove_gpe_handler(NULL, sch->gpe, sch->gpe_handler); in sch_gpio_remove_gpe_handler()
301 status = acpi_install_gpe_handler(NULL, sch->gpe, ACPI_GPE_LEVEL_TRIGGERED, in sch_gpio_install_gpe_handler()
305 sch->gpe, acpi_format_exception(status)); in sch_gpio_install_gpe_handler()
309 status = acpi_enable_gpe(NULL, sch->gpe); in sch_gpio_install_gpe_handler()
312 sch->gpe, acpi_format_exception(status)); in sch_gpio_install_gpe_handler()
313 acpi_remove_gpe_handler(NULL, sch->gpe, sch->gpe_handler); in sch_gpio_install_gpe_handler()
394 sch->gpe = GPE0E_GPIO; in sch_gpio_probe()
/linux-6.3-rc2/drivers/platform/x86/
A Dapple-gmux.c56 int gpe; member
434 if (gmux_data->gpe >= 0 && in gmux_set_discrete_state()
567 unsigned long long gpe; in gmux_probe() local
653 gmux_data->gpe = (int)gpe; in gmux_probe()
665 status = acpi_enable_gpe(NULL, gmux_data->gpe); in gmux_probe()
673 gmux_data->gpe = -1; in gmux_probe()
713 if (gmux_data->gpe >= 0) in gmux_probe()
714 acpi_disable_gpe(NULL, gmux_data->gpe); in gmux_probe()
716 if (gmux_data->gpe >= 0) in gmux_probe()
735 if (gmux_data->gpe >= 0) { in gmux_remove()
[all …]
/linux-6.3-rc2/drivers/acpi/
A Dec.c402 if (ec->gpe >= 0) in acpi_ec_mask_events()
416 if (ec->gpe >= 0) in acpi_ec_unmask_events()
678 acpi_clear_gpe(NULL, ec->gpe); in advance_transaction()
1367 ec->gpe = -1; in acpi_ec_alloc()
1410 ec->gpe = tmp; in ec_parse_device()
1492 if (ec->gpe < 0) { in ec_install_handlers()
1515 if (ec->gpe >= 0) in ec_install_handlers()
1559 if (ec->gpe >= 0 && in ec_remove_handlers()
1591 if (ec->gpe >= 0) in acpi_ec_setup()
1636 boot_ec->gpe = ec->gpe; in acpi_ec_add()
[all …]
A Dsysfs.c810 u8 gpe; in acpi_gpe_set_masked_gpes() local
812 ret = kstrtou8(val, 0, &gpe); in acpi_gpe_set_masked_gpes()
818 set_bit(gpe, acpi_masked_gpes_map); in acpi_gpe_set_masked_gpes()
828 u16 gpe; in acpi_gpe_apply_masked_gpes() local
830 for_each_set_bit(gpe, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX) { in acpi_gpe_apply_masked_gpes()
831 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes()
833 pr_info("Masking GPE 0x%x.\n", gpe); in acpi_gpe_apply_masked_gpes()
834 (void)acpi_mask_gpe(handle, gpe, TRUE); in acpi_gpe_apply_masked_gpes()
A Dec_sys.c122 debugfs_create_x32("gpe", 0444, dev_dir, &first_ec->gpe); in acpi_ec_add_debugfs()
A Dinternal.h177 int gpe; member
/linux-6.3-rc2/arch/mips/boot/dts/ingenic/
A Dgcw0.dts44 gpio = <&gpe 9 0>;
139 gpios = <&gpe 21 GPIO_ACTIVE_LOW>;
146 gpios = <&gpe 25 GPIO_ACTIVE_LOW>;
153 gpios = <&gpe 23 GPIO_ACTIVE_LOW>;
160 gpios = <&gpe 24 GPIO_ACTIVE_LOW>;
167 gpios = <&gpe 29 GPIO_ACTIVE_LOW>;
174 gpios = <&gpe 20 GPIO_ACTIVE_LOW>;
181 gpios = <&gpe 27 GPIO_ACTIVE_LOW>;
188 gpios = <&gpe 28 GPIO_ACTIVE_LOW>;
202 gpios = <&gpe 26 GPIO_ACTIVE_LOW>;
[all …]
A Dci20.dts97 gpios = <&gpe 3 GPIO_ACTIVE_LOW>;
444 interrupt-parent = <&gpe>;
A Djz4770.dtsi204 gpe: gpio@4 { label
A Djz4780.dtsi229 gpe: gpio@4 { label
/linux-6.3-rc2/arch/arm/boot/dts/
A Ds3c64xx-pinctrl.dtsi47 gpe: gpe-gpio-bank { label
341 samsung,pins = "gpe-0", "gpe-2", "gpe-3", "gpe-4";
347 samsung,pins = "gpe-1";
380 samsung,pins = "gpe-0", "gpe-2", "gpe-3", "gpe-4";
386 samsung,pins = "gpe-1";
398 samsung,pins = "gpe-0", "gpe-1", "gpe-2", "gpe-3", "gpe-4";
/linux-6.3-rc2/drivers/input/keyboard/
A Dapplespi.c390 int gpe; member
1569 acpi_finish_gpe(NULL, applespi->gpe); in applespi_async_read_complete()
1640 unsigned long long gpe, usb_status; in applespi_probe() local
1760 applespi->gpe = (int)gpe; in applespi_probe()
1768 applespi->gpe, acpi_format_exception(acpi_sts)); in applespi_probe()
1774 acpi_sts = acpi_enable_gpe(NULL, applespi->gpe); in applespi_probe()
1778 applespi->gpe, acpi_format_exception(acpi_sts)); in applespi_probe()
1853 acpi_disable_gpe(NULL, applespi->gpe); in applespi_remove()
1895 acpi_sts = acpi_disable_gpe(NULL, applespi->gpe); in applespi_suspend()
1899 applespi->gpe, acpi_format_exception(acpi_sts)); in applespi_suspend()
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A Ddebugfs-ec1 What: /sys/kernel/debug/ec/*/{gpe,use_global_lock,io}
9 the EC here (XY -> GPE number from `/sys/kernel/debug/ec/*/gpe`):
/linux-6.3-rc2/arch/x86/platform/olpc/
A Dolpc-xo1-sci.c217 u32 gpe; in xo1_sci_intr() local
222 gpe = inl(acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
225 dev_dbg(&pdev->dev, "sts %x gpe %x\n", sts, gpe); in xo1_sci_intr()
253 if (gpe & CS5536_GPIOM7_PME_FLAG) { /* EC GPIO */ in xo1_sci_intr()
A Dolpc-xo15-sci.c132 static u32 xo15_sci_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context) in xo15_sci_gpe_handler() argument
/linux-6.3-rc2/Documentation/networking/
A Dvxlan.rst86 Types: geneve, vxlan-gpe
88 port 1230, vxlan-gpe
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/
A Dfocaltech,gpt3.yaml45 reset-gpios = <&gpe 2 GPIO_ACTIVE_LOW>;
A Dabt,y030xx067a.yaml48 reset-gpios = <&gpe 2 GPIO_ACTIVE_LOW>;
A Dinnolux,ej030na.yaml48 reset-gpios = <&gpe 4 GPIO_ACTIVE_LOW>;
A Dauo,a030jtn01.yaml49 reset-gpios = <&gpe 4 GPIO_ACTIVE_LOW>;
A Dkingdisplay,kd035g6-54nt.yaml50 reset-gpios = <&gpe 2 GPIO_ACTIVE_LOW>;
A Dleadtek,ltk035c5444t.yaml50 reset-gpios = <&gpe 2 GPIO_ACTIVE_LOW>;
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/
A Dingenic,nemc.yaml90 interrupt-parent = <&gpe>;
/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_core.c1579 struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)unparsed; in vxlan_parse_gpe_hdr() local
1582 if (!gpe->np_applied) in vxlan_parse_gpe_hdr()
1587 if (gpe->version != 0) in vxlan_parse_gpe_hdr()
1593 if (gpe->oam_flag) in vxlan_parse_gpe_hdr()
1596 *protocol = tun_p_to_eth_p(gpe->next_protocol); in vxlan_parse_gpe_hdr()
2166 struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)vxh; in vxlan_build_gpe_hdr() local
2168 gpe->np_applied = 1; in vxlan_build_gpe_hdr()
2169 gpe->next_protocol = tun_p_from_eth_p(protocol); in vxlan_build_gpe_hdr()
2170 if (!gpe->next_protocol) in vxlan_build_gpe_hdr()
/linux-6.3-rc2/include/acpi/
A Dactbl1.h938 u8 gpe; /* The GPE for the EC */ member

Completed in 52 milliseconds

12