/linux-4.4.14/arch/arm64/boot/dts/apm/ |
H A D | Makefile | 1 dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb 2 dtb-$(CONFIG_ARCH_XGENE) += apm-merlin.dtb
|
/linux-4.4.14/include/linux/ |
H A D | apm-emulation.h | 7 * based on arch/arm/kernel/apm.c 9 * apm status 53 * This allows machines to provide their own "apm get power status" function.
|
/linux-4.4.14/drivers/input/ |
H A D | Makefile | 28 obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
|
H A D | apm-power.c | 21 #include <linux/apm-emulation.h> 65 handle->name = "apm-power"; apmpower_connect() 107 .name = "apm-power",
|
/linux-4.4.14/arch/arm64/boot/dts/ |
H A D | Makefile | 3 dts-dirs += apm
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_sgmac.h | 4 * Authors: Iyappan Subramanian <isubramanian@apm.com> 5 * Keyur Chudgar <kchudgar@apm.com>
|
H A D | xgene_enet_xgmac.h | 4 * Authors: Iyappan Subramanian <isubramanian@apm.com> 5 * Keyur Chudgar <kchudgar@apm.com>
|
H A D | xgene_enet_ring2.h | 4 * Author: Iyappan Subramanian <isubramanian@apm.com>
|
H A D | xgene_enet_hw.h | 4 * Authors: Iyappan Subramanian <isubramanian@apm.com> 5 * Ravi Patel <rapatel@apm.com> 6 * Keyur Chudgar <kchudgar@apm.com>
|
H A D | xgene_enet_main.h | 4 * Authors: Iyappan Subramanian <isubramanian@apm.com> 5 * Ravi Patel <rapatel@apm.com> 6 * Keyur Chudgar <kchudgar@apm.com>
|
H A D | xgene_enet_main.c | 4 * Authors: Iyappan Subramanian <isubramanian@apm.com> 5 * Ravi Patel <rapatel@apm.com> 6 * Keyur Chudgar <kchudgar@apm.com> 1555 {.compatible = "apm,xgene-enet", .data = (void *)XGENE_ENET1}, 1556 {.compatible = "apm,xgene1-sgenet", .data = (void *)XGENE_ENET1}, 1557 {.compatible = "apm,xgene1-xgenet", .data = (void *)XGENE_ENET1}, 1558 {.compatible = "apm,xgene2-sgenet", .data = (void *)XGENE_ENET2}, 1559 {.compatible = "apm,xgene2-xgenet", .data = (void *)XGENE_ENET2}, 1580 MODULE_AUTHOR("Iyappan Subramanian <isubramanian@apm.com>"); 1581 MODULE_AUTHOR("Keyur Chudgar <kchudgar@apm.com>");
|
H A D | xgene_enet_ethtool.c | 4 * Authors: Iyappan Subramanian <isubramanian@apm.com>
|
H A D | xgene_enet_sgmac.c | 4 * Authors: Iyappan Subramanian <isubramanian@apm.com> 5 * Keyur Chudgar <kchudgar@apm.com>
|
H A D | xgene_enet_xgmac.c | 4 * Authors: Iyappan Subramanian <isubramanian@apm.com> 5 * Keyur Chudgar <kchudgar@apm.com>
|
H A D | xgene_enet_hw.c | 4 * Authors: Iyappan Subramanian <isubramanian@apm.com> 5 * Ravi Patel <rapatel@apm.com> 6 * Keyur Chudgar <kchudgar@apm.com> 787 "apm,xgene-mdio")) { xgene_mdiobus_register()
|
H A D | xgene_enet_ring2.c | 4 * Author: Iyappan Subramanian <isubramanian@apm.com>
|
/linux-4.4.14/drivers/power/reset/ |
H A D | xgene-reboot.c | 5 * Author: Feng Kan <fkan@apm.com> 6 * Author: Loc Ho <lho@apm.com> 91 { .compatible = "apm,xgene-reboot" },
|
H A D | syscon-reboot.c | 5 * Author: Feng Kan <fkan@apm.com>
|
/linux-4.4.14/drivers/char/ |
H A D | Makefile | 21 obj-$(CONFIG_APM_EMULATION) += apm-emulation.o
|
H A D | apm-emulation.c | 24 #include <linux/apm-emulation.h> 43 * apm=on/off enable/disable APM 163 * This allows machines to provide their own "apm get power status" function. 190 printk(KERN_ERR "apm: an event queue overflowed\n"); queue_add_event() 654 printk(KERN_NOTICE "apm: disabled on user request.\n"); apm_init() 667 proc_create("apm", 0, NULL, &apm_proc_fops); apm_init() 683 remove_proc_entry("apm", NULL); apm_init() 693 remove_proc_entry("apm", NULL); apm_exit() 720 __setup("apm=", apm_setup);
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | Makefile | 60 apm-y := apm_32.o 61 obj-$(CONFIG_APM) += apm.o
|
H A D | apm_32.c | 22 * Make /proc/apm easy to format (bump driver version) 47 * 0.7: changed /proc/apm format, Linux 1.3.58 50 * 1.0: use fixed device number, consolidate /proc/apm into this file, 130 * "apm=power-off" on the kernel command line. Suggested 133 * Register the /proc/apm entry even on SMP so that 180 * Change name of kernel apm daemon (as it no longer idles) (sfr). 204 #define pr_fmt(fmt) "apm: " fmt 256 * apm=on/off enable/disable APM 263 * [no-]smp Use apm even on an SMP box 284 * ?: AcerNote-950: oops on reading /proc/apm - workaround is a WIP 305 #include <asm/apm.h> 1329 printk(KERN_DEBUG "apm: received %s notify\n", check_events() 1332 printk(KERN_DEBUG "apm: received unknown " check_events() 1419 printk(KERN_DEBUG "apm: setting state busy\n"); apm_event_handler() 1727 static int apm(void *unused) apm() function 1738 * on SMP systems in case of "apm=power-off" mode. Seen on ASUS A7M266D. apm() 1763 printk(KERN_INFO "apm: Connection version %d.%d\n", apm() 1794 printk(KERN_INFO "apm: power status not available\n"); apm() 1828 "apm: AC %s, battery status %s, battery life ", apm() 1836 "apm: battery flag 0x%02x, battery life ", apm() 1913 __setup("apm=", apm_setup); 2261 * of just killing the apm thread.. 2271 printk(KERN_INFO "apm: BIOS not found.\n"); apm_init() 2275 "apm: BIOS version %d.%d Flags 0x%02x (Driver version %s)\n", apm_init() 2281 printk(KERN_INFO "apm: no 32 bit BIOS support\n"); apm_init() 2307 printk(KERN_INFO "apm: entry %x:%x cseg16 %x dseg %x", apm_init() 2359 proc_create("apm", 0, NULL, &apm_file_ops); apm_init() 2361 kapmd_task = kthread_create(apm, NULL, "kapmd"); apm_init() 2366 remove_proc_entry("apm", NULL); apm_init() 2373 "apm: disabled - APM is not SMP safe (power off active).\n"); apm_init() 2383 printk(KERN_WARNING "apm: Could not register misc device.\n"); apm_init() 2410 remove_proc_entry("apm", NULL); apm_exit()
|
/linux-4.4.14/drivers/gpio/ |
H A D | gpio-xgene-sb.c | 5 * Author: Tin Huynh <tnhuynh@apm.com>. 6 * Y Vo <yvo@apm.com>. 154 {.compatible = "apm,xgene-gpio-sb", },
|
H A D | gpio-xgene.c | 5 * Author: Feng Kan <fkan@apm.com>. 224 { .compatible = "apm,xgene-gpio", }, 241 MODULE_AUTHOR("Feng Kan <fkan@apm.com>");
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-xgene.c | 5 * Author: Rameshwar Prasad Sahu <rsahu@apm.com> 6 * Loc Ho <lho@apm.com> 257 {.compatible = "apm,xgene-rtc" }, 276 MODULE_AUTHOR("Rameshwar Sahu <rsahu@apm.com>");
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | apm.h | 3 * Split out from apm.c by Osamu Tomita <tomita@cinet.co.jp>
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-xgene-slimpro.c | 5 * Author: Feng Kan <fkan@apm.com> 6 * Author: Hieu Le <hnle@apm.com> 442 {.compatible = "apm,xgene-slimpro-i2c" }, 468 MODULE_AUTHOR("Feng Kan <fkan@apm.com>"); 469 MODULE_AUTHOR("Hieu Le <hnle@apm.com>");
|
/linux-4.4.14/drivers/macintosh/ |
H A D | apm_emu.c | 21 #include <linux/apm-emulation.h>
|
/linux-4.4.14/drivers/char/hw_random/ |
H A D | xgene-rng.c | 5 * Author: Rameshwar Prasad Sahu <rsahu@apm.com> 6 * Shamal Winchurkar <swinchurkar@apm.com> 7 * Feng Kan <fkan@apm.com> 416 { .compatible = "apm,xgene-rng" },
|
/linux-4.4.14/arch/powerpc/platforms/40x/ |
H A D | ppc40x_simple.c | 58 "apm,klondike",
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
H A D | ppc44x_simple.c | 55 "apm,bluestone",
|
H A D | canyonlands.c | 6 * Author: Rupjyoti Sarmah <rsarmah@apm.com>
|
/linux-4.4.14/arch/sh/boards/mach-hp6xx/ |
H A D | hp6xx_apm.c | 14 #include <linux/apm-emulation.h>
|
/linux-4.4.14/drivers/pci/host/ |
H A D | pci-xgene.c | 6 * Author: Tanmay Inamdar <tinamdar@apm.com>. 528 if (of_device_is_compatible(port->node, "apm,xgene-pcie")) xgene_pcie_probe_bridge() 561 {.compatible = "apm,xgene-pcie",}, 574 MODULE_AUTHOR("Tanmay Inamdar <tinamdar@apm.com>");
|
H A D | pci-xgene-msi.c | 5 * Author: Tanmay Inamdar <tinamdar@apm.com> 6 * Duc Dang <dhdang@apm.com> 472 {.compatible = "apm,xgene1-msi"},
|
/linux-4.4.14/drivers/clk/ |
H A D | clk-xgene.c | 5 * Author: Loc Ho <lho@apm.com> 518 CLK_OF_DECLARE(xgene_socpll_clock, "apm,xgene-socpll-clock", xgene_socpllclk_init); 519 CLK_OF_DECLARE(xgene_pcppll_clock, "apm,xgene-pcppll-clock", xgene_pcppllclk_init); 520 CLK_OF_DECLARE(xgene_dev_clock, "apm,xgene-device-clock", xgene_devclk_init);
|
/linux-4.4.14/arch/x86/power/ |
H A D | cpu.c | 116 /* Needed by apm.c */ save_processor_state() 234 /* Needed by apm.c */ restore_processor_state()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | ppc4xx_msi.c | 5 * Authors: Tirumala R Marri <tmarri@apm.com> 6 * Feng Kan <fkan@apm.com>
|
H A D | ppc4xx_cpm.c | 5 * Victor Gallardo (vgallardo@apm.com)
|
/linux-4.4.14/drivers/phy/ |
H A D | phy-xgene.c | 5 * Author: Loc Ho <lho@apm.com> 6 * Tuan Phan <tphan@apm.com> 7 * Suman Tripathi <stripathi@apm.com> 1685 xgene_phy_get_param(pdev, "apm,tx-eye-tuning", xgene_phy_probe() 1687 xgene_phy_get_param(pdev, "apm,tx-eye-direction", xgene_phy_probe() 1689 xgene_phy_get_param(pdev, "apm,tx-boost-gain", xgene_phy_probe() 1691 xgene_phy_get_param(pdev, "apm,tx-amplitude", xgene_phy_probe() 1693 xgene_phy_get_param(pdev, "apm,tx-pre-cursor1", xgene_phy_probe() 1695 xgene_phy_get_param(pdev, "apm,tx-pre-cursor2", xgene_phy_probe() 1697 xgene_phy_get_param(pdev, "apm,tx-post-cursor", xgene_phy_probe() 1699 xgene_phy_get_param(pdev, "apm,tx-speed", xgene_phy_probe() 1718 {.compatible = "apm,xgene-phy",}, 1733 MODULE_AUTHOR("Loc Ho <lho@apm.com>");
|
/linux-4.4.14/arch/x86/realmode/rm/ |
H A D | reboot.S | 113 apm: label
|
/linux-4.4.14/arch/arm/mach-omap1/ |
H A D | board-palmte.c | 29 #include <linux/apm-emulation.h>
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | corgi_pm.c | 21 #include <linux/apm-emulation.h>
|
H A D | spitz_pm.c | 21 #include <linux/apm-emulation.h>
|
H A D | cm-x300.c | 39 #include <linux/apm-emulation.h>
|
H A D | zeus.c | 30 #include <linux/apm-emulation.h>
|
H A D | em-x270.c | 31 #include <linux/apm-emulation.h>
|
H A D | sharpsl_pm.c | 21 #include <linux/apm-emulation.h>
|
/linux-4.4.14/drivers/edac/ |
H A D | xgene_edac.c | 5 * Author: Feng Kan <fkan@apm.com> 6 * Loc Ho <lho@apm.com> 1890 if (of_device_is_compatible(child, "apm,xgene-edac-mc")) xgene_edac_probe() 1892 if (of_device_is_compatible(child, "apm,xgene-edac-pmd")) xgene_edac_probe() 1894 if (of_device_is_compatible(child, "apm,xgene-edac-pmd-v2")) xgene_edac_probe() 1896 if (of_device_is_compatible(child, "apm,xgene-edac-l3")) xgene_edac_probe() 1898 if (of_device_is_compatible(child, "apm,xgene-edac-l3-v2")) xgene_edac_probe() 1900 if (of_device_is_compatible(child, "apm,xgene-edac-soc")) xgene_edac_probe() 1902 if (of_device_is_compatible(child, "apm,xgene-edac-soc-v1")) xgene_edac_probe() 1938 { .compatible = "apm,xgene-edac" }, 1987 MODULE_AUTHOR("Feng Kan <fkan@apm.com>");
|
/linux-4.4.14/drivers/ata/ |
H A D | ahci_xgene.c | 5 * Author: Loc Ho <lho@apm.com> 6 * Tuan Phan <tphan@apm.com> 7 * Suman Tripathi <stripathi@apm.com> 662 {.compatible = "apm,xgene-ahci", .data = (void *) XGENE_AHCI_V1}, 663 {.compatible = "apm,xgene-ahci-v2", .data = (void *) XGENE_AHCI_V2}, 814 MODULE_AUTHOR("Loc Ho <lho@apm.com>");
|
/linux-4.4.14/drivers/s390/crypto/ |
H A D | ap_bus.h | 229 unsigned int apm[8]; /* AP ID mask */ member in struct:ap_config_info
|
H A D | ap_bus.c | 299 return ap_test_config(ap_configuration->apm, id); ap_test_config_card_id()
|
/linux-4.4.14/drivers/power/ |
H A D | apm_power.c | 15 #include <linux/apm-emulation.h>
|
/linux-4.4.14/arch/x86/boot/ |
H A D | Makefile | 29 setup-$(CONFIG_X86_APM_BOOT) += apm.o
|
H A D | boot.h | 226 /* apm.c */
|
/linux-4.4.14/drivers/dma/ |
H A D | xgene-dma.c | 5 * Authors: Rameshwar Prasad Sahu <rsahu@apm.com> 6 * Loc Ho <lho@apm.com> 1987 {.compatible = "apm,xgene-storm-dma",}, 2005 MODULE_AUTHOR("Rameshwar Prasad Sahu <rsahu@apm.com>"); 2006 MODULE_AUTHOR("Loc Ho <lho@apm.com>");
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
H A D | cdv_device.c | 184 * FIXME: we need to implement the apm/ospm base management bits
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 246 if (MLX5_CAP_GEN(mdev, apm)) mlx5_ib_query_device()
|
/linux-4.4.14/drivers/net/irda/ |
H A D | donauboe.c | 985 /* device stopped (apm) wait for restart */ toshoboe_hard_xmit()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
H A D | apic.c | 2256 * for disabling it before entering apm/acpi suspend
|
/linux-4.4.14/sound/pci/ali5451/ |
H A D | ali5451.c | 2207 dev_warn(card->dev, "can't allocate apm buffer\n"); snd_ali_create()
|
/linux-4.4.14/sound/pci/ |
H A D | maestro3.c | 2666 dev_warn(card->dev, "can't allocate apm buffer\n"); snd_m3_create()
|
/linux-4.4.14/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 713 u8 apm[0x1]; member in struct:mlx5_ifc_cmd_hca_cap_bits
|