/Linux-v4.19/arch/arm/boot/dts/ |
D | s3c2416-pinctrl.dtsi | 35 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";
|
D | s3c64xx-pinctrl.dtsi | 47 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/ |
D | apple-gmux.c | 60 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/ |
D | jz4780.dtsi | 127 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>;
|
D | jz4770.dtsi | 116 gpe: gpio@4 { label
|
D | ci20.dts | 177 interrupt-parent = <&gpe>;
|
/Linux-v4.19/drivers/acpi/ |
D | ec.c | 352 (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 …]
|
D | sysfs.c | 824 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()
|
D | ec_sys.c | 131 if (!debugfs_create_x32("gpe", 0444, dev_dir, &first_ec->gpe)) in acpi_ec_add_debugfs()
|
D | internal.h | 162 u32 gpe; member
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | npu-dma.c | 264 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()
|
D | pci-ioda.c | 2752 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/ |
D | debugfs-ec | 1 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/ |
D | olpc-xo1-sci.c | 216 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()
|
D | olpc-xo15-sci.c | 136 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/ |
D | vxlan.c | 1282 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/ |
D | actbl1.h | 679 u8 gpe; /* The GPE for the EC */ member
|
D | actbl2.h | 776 u8 gpe; member
|