Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/boot/dts/
Ds3c2416-pinctrl.dtsi35 gpe: gpe { label
124 samsung,pins = "gpe-14", "gpe-15";
129 samsung,pins = "gpe-11", "gpe-12", "gpe-13";
134 samsung,pins = "gpe-5";
139 samsung,pins = "gpe-6";
144 samsung,pins = "gpe-7";
149 samsung,pins = "gpe-8", "gpe-9", "gpe-10";
Ds3c64xx-pinctrl.dtsi47 gpe: gpe { 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-v5.4/drivers/platform/x86/
Dapple-gmux.c57 int gpe; member
478 if (gmux_data->gpe >= 0 && in gmux_set_discrete_state()
611 unsigned long long gpe; in gmux_probe() local
713 status = acpi_evaluate_integer(gmux_data->dhandle, "GMGP", NULL, &gpe); in gmux_probe()
715 gmux_data->gpe = (int)gpe; in gmux_probe()
727 status = acpi_enable_gpe(NULL, gmux_data->gpe); in gmux_probe()
735 gmux_data->gpe = -1; in gmux_probe()
775 if (gmux_data->gpe >= 0) in gmux_probe()
776 acpi_disable_gpe(NULL, gmux_data->gpe); in gmux_probe()
778 if (gmux_data->gpe >= 0) in gmux_probe()
[all …]
/Linux-v5.4/arch/mips/boot/dts/ingenic/
Djz4780.dtsi150 gpe: gpio@4 { label
187 gpio-miso = <&gpe 14 0>;
188 gpio-sck = <&gpe 15 0>;
189 gpio-mosi = <&gpe 17 0>;
190 cs-gpios = <&gpe 16 0
191 &gpe 18 0>;
Dci20.dts178 interrupt-parent = <&gpe>;
Djz4770.dtsi137 gpe: gpio@4 { label
/Linux-v5.4/drivers/acpi/
Dec.c343 (void)acpi_get_gpe_status(NULL, ec->gpe, &gpe_status); in acpi_ec_is_gpe_raised()
350 acpi_enable_gpe(NULL, ec->gpe); in acpi_ec_enable_gpe()
353 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_ENABLE); in acpi_ec_enable_gpe()
369 acpi_disable_gpe(NULL, ec->gpe); in acpi_ec_disable_gpe()
372 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_DISABLE); in acpi_ec_disable_gpe()
390 acpi_clear_gpe(NULL, ec->gpe); in acpi_ec_clear_gpe()
1404 ec->gpe = boot_ec->gpe; in ec_parse_device()
1411 ec->gpe = tmp; in ec_parse_device()
1467 status = acpi_install_gpe_raw_handler(NULL, ec->gpe, in ec_install_handlers()
1508 if (ACPI_FAILURE(acpi_remove_gpe_handler(NULL, ec->gpe, in ec_remove_handlers()
[all …]
Dsysfs.c827 u8 gpe; in acpi_gpe_set_masked_gpes() local
829 if (kstrtou8(val, 0, &gpe) || gpe > ACPI_MASKABLE_GPE_MAX) in acpi_gpe_set_masked_gpes()
831 set_bit(gpe, acpi_masked_gpes_map); in acpi_gpe_set_masked_gpes()
841 u8 gpe; in acpi_gpe_apply_masked_gpes() local
843 for_each_set_bit(gpe, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX) { in acpi_gpe_apply_masked_gpes()
844 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes()
846 pr_info("Masking GPE 0x%x.\n", gpe); in acpi_gpe_apply_masked_gpes()
847 (void)acpi_mask_gpe(handle, gpe, TRUE); in acpi_gpe_apply_masked_gpes()
Dec_sys.c122 debugfs_create_x32("gpe", 0444, dev_dir, &first_ec->gpe); in acpi_ec_add_debugfs()
Dinternal.h168 u32 gpe; member
/Linux-v5.4/drivers/input/keyboard/
Dapplespi.c380 int gpe; member
1545 acpi_finish_gpe(NULL, applespi->gpe); in applespi_async_read_complete()
1548 static u32 applespi_notify(acpi_handle gpe_device, u32 gpe, void *context) in applespi_notify() argument
1630 unsigned long long gpe, usb_status; in applespi_probe() local
1743 acpi_sts = acpi_evaluate_integer(spi_handle, "_GPE", NULL, &gpe); in applespi_probe()
1750 applespi->gpe = (int)gpe; in applespi_probe()
1752 acpi_sts = acpi_install_gpe_handler(NULL, applespi->gpe, in applespi_probe()
1758 applespi->gpe, acpi_format_exception(acpi_sts)); in applespi_probe()
1764 acpi_sts = acpi_enable_gpe(NULL, applespi->gpe); in applespi_probe()
1768 applespi->gpe, acpi_format_exception(acpi_sts)); in applespi_probe()
[all …]
/Linux-v5.4/Documentation/ABI/testing/
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-v5.4/arch/x86/platform/olpc/
Dolpc-xo1-sci.c218 u32 gpe; in xo1_sci_intr() local
223 gpe = inl(acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
226 dev_dbg(&pdev->dev, "sts %x gpe %x\n", sts, gpe); in xo1_sci_intr()
254 if (gpe & CS5536_GPIOM7_PME_FLAG) { /* EC GPIO */ in xo1_sci_intr()
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-v5.4/arch/powerpc/platforms/powernv/
Dnpu-dma.c487 struct pnv_ioda_pe *gpe = get_gpu_pci_dev_and_pe(pe, &gpdev); in pnv_npu_compound_attach() local
490 if (!gpe) in pnv_npu_compound_attach()
591 void pnv_npu2_map_lpar(struct pnv_ioda_pe *gpe, unsigned long msr) in pnv_npu2_map_lpar() argument
595 list_for_each_entry(gpdev, &gpe->pbus->devices, bus_list) in pnv_npu2_map_lpar()
Dpci.h188 extern void pnv_npu2_map_lpar(struct pnv_ioda_pe *gpe, unsigned long msr);
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dkingdisplay,kd035g6-54nt.txt31 reset-gpios = <&gpe 2 GPIO_ACTIVE_LOW>;
/Linux-v5.4/drivers/net/
Dvxlan.c1567 struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)unparsed; in vxlan_parse_gpe_hdr() local
1570 if (!gpe->np_applied) in vxlan_parse_gpe_hdr()
1575 if (gpe->version != 0) in vxlan_parse_gpe_hdr()
1581 if (gpe->oam_flag) in vxlan_parse_gpe_hdr()
1584 *protocol = tun_p_to_eth_p(gpe->next_protocol); in vxlan_parse_gpe_hdr()
2141 struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)vxh; in vxlan_build_gpe_hdr() local
2143 gpe->np_applied = 1; in vxlan_build_gpe_hdr()
2144 gpe->next_protocol = tun_p_from_eth_p(protocol); in vxlan_build_gpe_hdr()
2145 if (!gpe->next_protocol) in vxlan_build_gpe_hdr()
/Linux-v5.4/include/acpi/
Dactbl1.h679 u8 gpe; /* The GPE for the EC */ member
Dactbl2.h777 u8 gpe; member
/Linux-v5.4/tools/testing/selftests/net/
Drtnetlink.sh499 ip -netns "$testns" link set dev "$vxlan" type vxlan gpe 2>/dev/null