| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A 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";
|
| H A 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";
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | ec.c | 343 (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() 401 ec->gpe >= 0 && ec->reference_count == 1) in acpi_ec_submit_request() 411 ec->gpe >= 0 && ec->reference_count == 0) in acpi_ec_complete_request() 421 if (ec->gpe >= 0) in acpi_ec_mask_events() 435 if (ec->gpe >= 0) in acpi_ec_unmask_events() [all …]
|
| H A D | sysfs.c | 838 u8 gpe; in acpi_gpe_set_masked_gpes() local 840 if (kstrtou8(val, 0, &gpe)) in acpi_gpe_set_masked_gpes() 842 set_bit(gpe, acpi_masked_gpes_map); in acpi_gpe_set_masked_gpes() 852 u16 gpe; in acpi_gpe_apply_masked_gpes() local 854 for_each_set_bit(gpe, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX) { in acpi_gpe_apply_masked_gpes() 855 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes() 857 pr_info("Masking GPE 0x%x.\n", gpe); in acpi_gpe_apply_masked_gpes() 858 (void)acpi_mask_gpe(handle, gpe, TRUE); in acpi_gpe_apply_masked_gpes()
|
| H A D | ec_sys.c | 122 debugfs_create_x32("gpe", 0444, dev_dir, &first_ec->gpe); in acpi_ec_add_debugfs()
|
| H A D | internal.h | 172 int gpe; member
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/ingenic/ |
| H A D | gcw0.dts | 44 gpio = <&gpe 9 0>; 143 gpios = <&gpe 21 GPIO_ACTIVE_LOW>; 150 gpios = <&gpe 25 GPIO_ACTIVE_LOW>; 157 gpios = <&gpe 23 GPIO_ACTIVE_LOW>; 164 gpios = <&gpe 24 GPIO_ACTIVE_LOW>; 171 gpios = <&gpe 29 GPIO_ACTIVE_LOW>; 178 gpios = <&gpe 20 GPIO_ACTIVE_LOW>; 185 gpios = <&gpe 27 GPIO_ACTIVE_LOW>; 192 gpios = <&gpe 28 GPIO_ACTIVE_LOW>; 206 gpios = <&gpe 26 GPIO_ACTIVE_LOW>; [all …]
|
| H A D | jz4780.dtsi | 206 gpe: gpio@4 { label 243 gpio-miso = <&gpe 14 0>; 244 gpio-sck = <&gpe 15 0>; 245 gpio-mosi = <&gpe 17 0>; 246 cs-gpios = <&gpe 16 0>, <&gpe 18 0>;
|
| H A D | ci20.dts | 81 gpios = <&gpe 3 GPIO_ACTIVE_LOW>; 387 interrupt-parent = <&gpe>;
|
| H A D | jz4770.dtsi | 204 gpe: gpio@4 { label
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | apple-gmux.c | 57 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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/ |
| H A D | gpe.bbclass | 4 FILES:${PN} += "${datadir}/gpe ${datadir}/application-registry" 5 SECTION ?= "gpe"
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | applespi.c | 381 int gpe; member 1554 acpi_finish_gpe(NULL, applespi->gpe); in applespi_async_read_complete() 1557 static u32 applespi_notify(acpi_handle gpe_device, u32 gpe, void *context) in applespi_notify() argument 1639 unsigned long long gpe, usb_status; in applespi_probe() local 1752 acpi_sts = acpi_evaluate_integer(spi_handle, "_GPE", NULL, &gpe); in applespi_probe() 1759 applespi->gpe = (int)gpe; in applespi_probe() 1761 acpi_sts = acpi_install_gpe_handler(NULL, applespi->gpe, in applespi_probe() 1767 applespi->gpe, acpi_format_exception(acpi_sts)); in applespi_probe() 1773 acpi_sts = acpi_enable_gpe(NULL, applespi->gpe); in applespi_probe() 1777 applespi->gpe, acpi_format_exception(acpi_sts)); in applespi_probe() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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`):
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/olpc/ |
| H A D | olpc-xo1-sci.c | 217 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()
|
| H A D | olpc-xo15-sci.c | 132 static u32 xo15_sci_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context) in xo15_sci_gpe_handler() argument
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xserver-common/ |
| H A D | xserver-common_1.34.bb | 7 # we are using a gpe-style Makefile 8 inherit features_check gpe
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | npu-dma.c | 504 struct pnv_ioda_pe *gpe = get_gpu_pci_dev_and_pe(pe, &gpdev); in pnv_npu_compound_attach() local 507 if (!gpe) in pnv_npu_compound_attach() 661 void pnv_npu2_map_lpar(struct pnv_ioda_pe *gpe, unsigned long msr) in pnv_npu2_map_lpar() argument 665 list_for_each_entry(gpdev, &gpe->pbus->devices, bus_list) in pnv_npu2_map_lpar()
|
| H A D | pci.h | 295 extern void pnv_npu2_map_lpar(struct pnv_ioda_pe *gpe, unsigned long msr);
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | vxlan.rst | 86 Types: geneve, vxlan-gpe 88 port 1230, vxlan-gpe
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | vxlan.c | 1744 struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)unparsed; in vxlan_parse_gpe_hdr() local 1747 if (!gpe->np_applied) in vxlan_parse_gpe_hdr() 1752 if (gpe->version != 0) in vxlan_parse_gpe_hdr() 1758 if (gpe->oam_flag) in vxlan_parse_gpe_hdr() 1761 *protocol = tun_p_to_eth_p(gpe->next_protocol); in vxlan_parse_gpe_hdr() 2319 struct vxlanhdr_gpe *gpe = (struct vxlanhdr_gpe *)vxh; in vxlan_build_gpe_hdr() local 2321 gpe->np_applied = 1; in vxlan_build_gpe_hdr() 2322 gpe->next_protocol = tun_p_from_eth_p(protocol); in vxlan_build_gpe_hdr() 2323 if (!gpe->next_protocol) in vxlan_build_gpe_hdr()
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | actbl1.h | 679 u8 gpe; /* The GPE for the EC */ member
|
| H A D | actbl2.h | 792 u8 gpe; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | rtnetlink.sh | 498 ip -netns "$testns" link set dev "$vxlan" type vxlan gpe 2>/dev/null
|