Home
last modified time | relevance | path

Searched full:poweroff (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/drivers/power/reset/
H A DMakefile2 obj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o
3 obj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o
9 obj-$(CONFIG_POWER_RESET_GEMINI_POWEROFF) += gemini-poweroff.o
10 obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o
13 obj-${CONFIG_POWER_RESET_LINKSTATION} += linkstation-poweroff.o
14 obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o
15 obj-$(CONFIG_POWER_RESET_MT6323) += mt6323-poweroff.o
19 obj-$(CONFIG_POWER_RESET_PIIX4_POWEROFF) += piix4-poweroff.o
20 obj-$(CONFIG_POWER_RESET_LTC2952) += ltc2952-poweroff.o
21 obj-$(CONFIG_POWER_RESET_QNAP) += qnap-poweroff.o
[all …]
H A Dgemini-poweroff.c52 * controller so it can cause spurious poweroff in gemini_powerbutton_interrupt()
55 dev_info(gpw->dev, "infrared poweroff - ignored\n"); in gemini_powerbutton_interrupt()
58 dev_info(gpw->dev, "RTC poweroff\n"); in gemini_powerbutton_interrupt()
62 dev_info(gpw->dev, "poweroff button pressed\n"); in gemini_powerbutton_interrupt()
126 * will result in unconditional poweroff without any warning. in gemini_poweroff_probe()
127 * This makes the kernel handle the poweroff. in gemini_poweroff_probe()
149 "poweroff", gpw); in gemini_poweroff_probe()
156 dev_info(dev, "Gemini poweroff driver registered\n"); in gemini_poweroff_probe()
171 .name = "gemini-poweroff",
H A Dsyscon-poweroff.c3 * Generic Syscon Poweroff Driver
27 /* Issue the poweroff */ in syscon_poweroff()
32 pr_emerg("Unable to poweroff system\n"); in syscon_poweroff()
89 { .compatible = "syscon-poweroff" },
97 .name = "syscon-poweroff",
H A Drestart-poweroff.c45 { .compatible = "restart-poweroff", },
53 .name = "poweroff-restart",
60 MODULE_DESCRIPTION("restart poweroff driver");
62 MODULE_ALIAS("platform:poweroff-restart");
H A Dgpio-poweroff.c90 { .compatible = "gpio-poweroff", },
99 .name = "poweroff-gpio",
107 MODULE_DESCRIPTION("GPIO poweroff driver");
109 MODULE_ALIAS("platform:poweroff-gpio");
H A DKconfig19 tristate "Atmel AT91 poweroff driver"
23 This driver supports poweroff for Atmel AT91SAM9 and SAMA5
233 bool "Generic SYSCON regmap poweroff driver"
238 Poweroff support for generic SYSCON mapped register poweroff.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/reset/
H A Dsyscon-poweroff.yaml4 $id: http://devicetree.org/schemas/power/reset/syscon-poweroff.yaml#
7 title: Generic SYSCON mapped register poweroff driver
13 This is a generic poweroff driver using syscon to map the poweroff register.
14 The poweroff is generally performed with a write to the poweroff register
16 with the value and mask defined in the poweroff node.
21 const: syscon-poweroff
29 description: Offset in the register map for the poweroff register (in bytes).
37 description: The poweroff value written to the poweroff register (32 bit access).
57 poweroff {
58 compatible = "syscon-poweroff";
H A Dgpio-poweroff.txt19 - compatible : should be "gpio-poweroff".
37 gpio-poweroff {
38 compatible = "gpio-poweroff";
H A Dmsm-poweroff.txt4 Clearing that bit allows us to restart/poweroff. The difference
5 between poweroff and restart is determined by unique power manager IC
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos-syscon-restart.dtsi3 * Samsung's Exynos SoC syscon reboot/poweroff nodes common definition.
7 poweroff: syscon-poweroff { label
8 compatible = "syscon-poweroff";
H A Darmada-370-netgear-rn102.dts154 gpio-poweroff {
155 compatible = "gpio-poweroff";
156 pinctrl-0 = <&poweroff>;
222 poweroff: poweroff { label
H A Darmada-370-netgear-rn104.dts186 gpio-poweroff {
187 compatible = "gpio-poweroff";
188 pinctrl-0 = <&poweroff>;
223 poweroff: poweroff { label
H A Darmada-xp-netgear-rn2120.dts186 gpio-poweroff {
187 compatible = "gpio-poweroff";
188 pinctrl-0 = <&poweroff>;
228 poweroff: poweroff { label
H A Darmada-xp-lenovo-ix4-300d.dts228 * them up does the tweak) for poweroff to shutdown otherwise it
231 gpio-poweroff {
232 compatible = "gpio-poweroff";
265 poweroff_pin: poweroff-pin {
H A Dkirkwood-netgear_readynas_duo_v2.dts69 pmx_poweroff: pmx-poweroff {
170 gpio-poweroff {
171 compatible = "gpio-poweroff";
H A Drv1106-evb.dtsi29 restart-poweroff {
30 compatible = "restart-poweroff";
/OK3568_Linux_fs/device/rockchip/common/data/
H A Dbusybox-reboot6 [ "$CMD" != shutdown ] || CMD=poweroff
23 -p|--poweroff)
24 CMD=poweroff
53 -p --poweroff Switch off the machine
/OK3568_Linux_fs/kernel/kernel/power/
H A Dpoweroff.c3 * poweroff.c - sysrq handler to gracefully power down machine.
28 /* run sysrq poweroff on boot cpu */ in handle_poweroff()
34 .help_msg = "poweroff(o)",
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_poweroff.c5 * MontaVista IPMI Poweroff extension to sys_reboot
15 #define pr_fmt(fmt) "IPMI poweroff: " fmt
47 /* Holds the old poweroff function so we can restore it on removal. */
240 pr_info("Installing Pigeon Point Systems Poweroff Hook\n"); in ipmi_atca_detect()
421 * but they can handle a chassis poweroff or powercycle command.
441 * but they can handle a chassis poweroff or powercycle command.
614 /* Scan for a poweroff method */ in ipmi_po_new_smi()
621 pr_err("Unable to find a poweroff function that will work, giving up\n"); in ipmi_po_new_smi()
626 pr_info("Found a %s style poweroff function\n", in ipmi_po_new_smi()
742 MODULE_DESCRIPTION("IPMI Poweroff extension to sys_reboot");
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-sharp-lq101r1sx01.c185 goto poweroff; in sharp_panel_prepare()
201 goto poweroff; in sharp_panel_prepare()
208 goto poweroff; in sharp_panel_prepare()
214 goto poweroff; in sharp_panel_prepare()
229 goto poweroff; in sharp_panel_prepare()
235 goto poweroff; in sharp_panel_prepare()
245 poweroff: in sharp_panel_prepare()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/apm/
H A Dapm-merlin.dts39 poweroff: poweroff@10548010 { label
40 compatible = "syscon-poweroff";
H A Dapm-mustang.dts39 poweroff: poweroff@10548010 { label
40 compatible = "syscon-poweroff";
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mmp/panel/
H A Dtpo_tj032md01bw.c66 static u16 poweroff[] = { variable
87 ret = spi_write(plat->spi, poweroff, sizeof(poweroff)); in tpohvga_onoff()
89 dev_warn(panel->dev, "poweroff cmd failed(%d)\n", ret); in tpohvga_onoff()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dimx6q-clock.yaml46 fsl,pmic-stby-poweroff:
51 Boards that are designed to initiate poweroff on PMIC_ON_REQ signal should
52 be using "syscon-poweroff" driver instead.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/
H A Dsysvinit_3.01.bb36 ALTERNATIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdum…
50 ALTERNATIVE_LINK_NAME[poweroff] = "${base_sbindir}/poweroff"

12345678910>>...16