Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/platform/x86/
Dapple-gmux.c60 int gpe; member
481 if (gmux_data->gpe >= 0 && in gmux_set_discrete_state()
614 unsigned long long gpe; in gmux_probe() local
716 status = acpi_evaluate_integer(gmux_data->dhandle, "GMGP", NULL, &gpe); in gmux_probe()
718 gmux_data->gpe = (int)gpe; in gmux_probe()
730 status = acpi_enable_gpe(NULL, gmux_data->gpe); in gmux_probe()
738 gmux_data->gpe = -1; in gmux_probe()
778 if (gmux_data->gpe >= 0) in gmux_probe()
779 acpi_disable_gpe(NULL, gmux_data->gpe); in gmux_probe()
781 if (gmux_data->gpe >= 0) in gmux_probe()
[all …]
/Linux-v4.19/arch/mips/boot/dts/ingenic/
Djz4780.dtsi127 gpe: gpio@4 { label
164 gpio-miso = <&gpe 14 0>;
165 gpio-sck = <&gpe 15 0>;
166 gpio-mosi = <&gpe 17 0>;
167 cs-gpios = <&gpe 16 0
168 &gpe 18 0>;
Djz4770.dtsi116 gpe: gpio@4 { label
Dci20.dts177 interrupt-parent = <&gpe>;
/Linux-v4.19/drivers/acpi/
Dec.c352 (void)acpi_get_gpe_status(NULL, ec->gpe, &gpe_status); in acpi_ec_is_gpe_raised()
359 acpi_enable_gpe(NULL, ec->gpe); in acpi_ec_enable_gpe()
362 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_ENABLE); in acpi_ec_enable_gpe()
378 acpi_disable_gpe(NULL, ec->gpe); in acpi_ec_disable_gpe()
381 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_DISABLE); in acpi_ec_disable_gpe()
399 acpi_clear_gpe(NULL, ec->gpe); in acpi_ec_clear_gpe()
1040 acpi_dispatch_gpe(NULL, first_ec->gpe); in acpi_ec_dispatch_gpe()
1395 ec->gpe = boot_ec->gpe; in ec_parse_device()
1402 ec->gpe = tmp; in ec_parse_device()
1458 status = acpi_install_gpe_raw_handler(NULL, ec->gpe, in ec_install_handlers()
[all …]
Dsysfs.c824 u8 gpe; in acpi_gpe_set_masked_gpes() local
826 if (kstrtou8(val, 0, &gpe) || gpe > ACPI_MASKABLE_GPE_MAX) in acpi_gpe_set_masked_gpes()
828 set_bit(gpe, acpi_masked_gpes_map); in acpi_gpe_set_masked_gpes()
838 u8 gpe; in acpi_gpe_apply_masked_gpes() local
840 for_each_set_bit(gpe, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX) { in acpi_gpe_apply_masked_gpes()
841 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes()
843 pr_info("Masking GPE 0x%x.\n", gpe); in acpi_gpe_apply_masked_gpes()
844 (void)acpi_mask_gpe(handle, gpe, TRUE); in acpi_gpe_apply_masked_gpes()
Dec_sys.c131 if (!debugfs_create_x32("gpe", 0444, dev_dir, &first_ec->gpe)) in acpi_ec_add_debugfs()
Dinternal.h162 u32 gpe; member
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dnpu-dma.c264 struct pnv_ioda_pe *gpe; in pnv_npu_dma_set_32() local
274 gpe = get_gpu_pci_dev_and_pe(npe, &gpdev); in pnv_npu_dma_set_32()
275 if (!gpe) in pnv_npu_dma_set_32()
278 rc = pnv_npu_set_window(npe, 0, gpe->table_group.tables[0]); in pnv_npu_dma_set_32()
388 struct pnv_ioda_pe *gpe = get_gpu_pci_dev_and_pe(npe, &gpdev); in pnv_pci_npu_setup_iommu() local
390 if (!gpe || !gpdev) in pnv_pci_npu_setup_iommu()
399 pe_info(gpe, "Attached NPU %s\n", dev_name(&npdev->dev)); in pnv_pci_npu_setup_iommu()
400 iommu_group_add_device(gpe->table_group.group, &npdev->dev); in pnv_pci_npu_setup_iommu()
403 return gpe; in pnv_pci_npu_setup_iommu()
Dpci-ioda.c2752 struct pnv_ioda_pe *pe, *gpe; in pnv_pci_ioda_setup_iommu_api() local
2765 gpe = pnv_pci_npu_setup_iommu(pe); in pnv_pci_ioda_setup_iommu_api()
2766 if (gpe) in pnv_pci_ioda_setup_iommu_api()
2767 gpe->table_group.ops = &pnv_pci_ioda2_npu_ops; in pnv_pci_ioda_setup_iommu_api()
/Linux-v4.19/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-v4.19/arch/x86/platform/olpc/
Dolpc-xo1-sci.c216 u32 gpe; in xo1_sci_intr() local
221 gpe = inl(acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr()
224 dev_dbg(&pdev->dev, "sts %x gpe %x\n", sts, gpe); in xo1_sci_intr()
252 if (gpe & CS5536_GPIOM7_PME_FLAG) { /* EC GPIO */ in xo1_sci_intr()
Dolpc-xo15-sci.c136 static u32 xo15_sci_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context) in xo15_sci_gpe_handler() argument
/Linux-v4.19/drivers/net/
Dvxlan.c1282 struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)unparsed; in vxlan_parse_gpe_hdr() local
1285 if (!gpe->np_applied) in vxlan_parse_gpe_hdr()
1290 if (gpe->version != 0) in vxlan_parse_gpe_hdr()
1296 if (gpe->oam_flag) in vxlan_parse_gpe_hdr()
1299 *protocol = tun_p_to_eth_p(gpe->next_protocol); in vxlan_parse_gpe_hdr()
1817 struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)vxh; in vxlan_build_gpe_hdr() local
1819 gpe->np_applied = 1; in vxlan_build_gpe_hdr()
1820 gpe->next_protocol = tun_p_from_eth_p(protocol); in vxlan_build_gpe_hdr()
1821 if (!gpe->next_protocol) in vxlan_build_gpe_hdr()
/Linux-v4.19/include/acpi/
Dactbl1.h679 u8 gpe; /* The GPE for the EC */ member
Dactbl2.h776 u8 gpe; member