Searched refs:poweroff (Results 1 - 25 of 104) sorted by relevance

12345

/linux-master/drivers/power/reset/
H A DMakefile2 obj-$(CONFIG_POWER_RESET_AS3722) += as3722-poweroff.o
3 obj-$(CONFIG_POWER_RESET_AT91_POWEROFF) += at91-poweroff.o
6 obj-$(CONFIG_POWER_RESET_ATC260X) += atc260x-poweroff.o
10 obj-$(CONFIG_POWER_RESET_GEMINI_POWEROFF) += gemini-poweroff.o
11 obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o
14 obj-$(CONFIG_POWER_RESET_LINKSTATION) += linkstation-poweroff.o
15 obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o
16 obj-$(CONFIG_POWER_RESET_MT6323) += mt6323-poweroff.o
19 obj-$(CONFIG_POWER_RESET_ODROID_GO_ULTRA_POWEROFF) += odroid-go-ultra-poweroff.o
20 obj-$(CONFIG_POWER_RESET_PIIX4_POWEROFF) += piix4-poweroff
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-jdi-lpm102a188a.c239 goto poweroff;
246 goto poweroff;
253 goto poweroff;
260 goto poweroff;
267 goto poweroff;
273 goto poweroff;
279 goto poweroff;
285 goto poweroff;
291 goto poweroff;
297 goto poweroff;
[all...]
H A Dpanel-sharp-lq101r1sx01.c185 goto poweroff;
201 goto poweroff;
208 goto poweroff;
214 goto poweroff;
229 goto poweroff;
235 goto poweroff;
245 poweroff:
H A Dpanel-sharp-ls043t1le01.c146 goto poweroff;
152 goto poweroff;
159 poweroff:
H A Dpanel-startek-kd070fhfid015.c180 goto poweroff;
186 goto poweroff;
191 poweroff:
H A Dpanel-kingdisplay-kd097d04.c256 goto poweroff;
263 goto poweroff;
272 goto poweroff;
282 poweroff:
H A Dpanel-panasonic-vvx10f034n00.c117 goto poweroff;
124 poweroff:
H A Dpanel-innolux-p079zca.c147 goto poweroff;
158 goto poweroff;
166 goto poweroff;
175 goto poweroff;
185 poweroff:
H A Dpanel-jdi-lt070me05000.c244 goto poweroff;
250 goto poweroff;
257 poweroff:
H A Dpanel-novatek-nt36672a.c187 goto poweroff;
195 goto poweroff;
201 goto poweroff;
210 goto poweroff;
219 goto poweroff;
228 poweroff:
H A Dpanel-khadas-ts050.c622 goto poweroff;
629 goto poweroff;
641 goto poweroff;
647 goto poweroff;
656 poweroff:
/linux-master/drivers/video/fbdev/mmp/panel/
H A Dtpo_tj032md01bw.c66 static u16 poweroff[] = { variable
87 ret = spi_write(plat->spi, poweroff, sizeof(poweroff));
89 dev_warn(panel->dev, "poweroff cmd failed(%d)\n", ret);
/linux-master/kernel/power/
H A DMakefile22 obj-$(CONFIG_MAGIC_SYSRQ) += poweroff.o
/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf74 POWER_OFF = ${SCRIPTS_DIR}/${BOX}-poweroff
/linux-master/tools/testing/selftests/wireguard/qemu/
H A Dinit.c29 __attribute__((noreturn)) static void poweroff(void) function
42 poweroff();
157 poweroff();
278 poweroff();
/linux-master/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_trace.c153 link->dp_trace.edp_trace_power_timestamps.poweroff = dm_get_timestamp(link->dc->ctx);
165 return link->dp_trace.edp_trace_power_timestamps.poweroff;
/linux-master/drivers/mfd/
H A Dwm831x-spi.c76 .poweroff = wm831x_spi_poweroff,
H A Dwm831x-i2c.c87 .poweroff = wm831x_i2c_poweroff,
/linux-master/arch/arm/mach-orion5x/
H A Dterastation_pro2-setup.c268 const unsigned char poweroff[] = {0x00, 0x06}; local
286 tsp2_miconsend(poweroff, sizeof(poweroff));
H A Dkurobox_pro-setup.c290 const unsigned char poweroff[] = {0x00, 0x06}; local
308 kurobox_pro_miconsend(poweroff, sizeof(poweroff));
/linux-master/drivers/scsi/
H A Dscsi_pm.c34 return pm && pm->poweroff ? pm->poweroff(dev) : 0;
268 .poweroff = scsi_bus_poweroff,
/linux-master/drivers/base/power/
H A Dgeneric_ops.c166 * pm_generic_poweroff - Generic poweroff callback for subsystems.
173 return pm && pm->poweroff ? pm->poweroff(dev) : 0;
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c168 .poweroff = vbox_pm_poweroff,
/linux-master/drivers/parisc/
H A Dpower.c145 poweroff();
/linux-master/include/linux/
H A Dpm.h75 * @poweroff(). If the transition is a suspend to memory or standby (that
100 * @poweroff(), can be executed (e.g. if the suspend callback fails for one
168 * @poweroff: Hibernation-specific, executed after saving a hibernation image.
171 * Subsystem-level @poweroff() is executed for all devices after invoking
174 * @poweroff_late: Continue operations started by @poweroff(). Analogous to
214 * @poweroff_noirq: Complete the actions started by @poweroff(). Analogous to
293 int (*poweroff)(struct device *dev); member in struct:dev_pm_ops
317 .poweroff = pm_sleep_ptr(suspend_fn), \
495 * ->poweroff() for all devices.

Completed in 233 milliseconds

12345