Home
last modified time | relevance | path

Searched refs:pm_power_off (Results 1 – 25 of 98) sorted by relevance

1234

/linux/drivers/power/reset/
H A Dqnap-poweroff.c104 if (pm_power_off) { in qnap_power_off_probe()
106 pm_power_off); in qnap_power_off_probe()
109 pm_power_off = qnap_power_off; in qnap_power_off_probe()
116 pm_power_off = NULL; in qnap_power_off_remove()
H A Dpiix4-poweroff.c81 pm_power_off = piix4_poweroff; in piix4_poweroff_probe()
88 if (pm_power_off == piix4_poweroff) in piix4_poweroff_remove()
89 pm_power_off = NULL; in piix4_poweroff_remove()
H A Dat91-poweroff.c196 pm_power_off = at91_poweroff; in at91_poweroff_probe()
207 if (pm_power_off == at91_poweroff) in at91_poweroff_remove()
208 pm_power_off = NULL; in at91_poweroff_remove()
H A Dltc2952-poweroff.c261 if (pm_power_off) { in ltc2952_poweroff_probe()
279 pm_power_off = ltc2952_poweroff_kill; in ltc2952_poweroff_probe()
293 pm_power_off = NULL; in ltc2952_poweroff_remove()
/linux/drivers/mfd/
H A Dab8500-sysctrl.c137 if (!pm_power_off) in ab8500_sysctrl_probe()
138 pm_power_off = ab8500_power_off; in ab8500_sysctrl_probe()
147 if (pm_power_off == ab8500_power_off) in ab8500_sysctrl_remove()
148 pm_power_off = NULL; in ab8500_sysctrl_remove()
H A Dacer-ec-a500.c165 if (!pm_power_off) in a500_ec_probe()
166 pm_power_off = a500_ec_poweroff; in a500_ec_probe()
175 if (pm_power_off == a500_ec_poweroff) in a500_ec_remove()
176 pm_power_off = NULL; in a500_ec_remove()
H A Dene-kb3930.c173 if (!pm_power_off) in kb3930_probe()
174 pm_power_off = kb3930_pm_power_off; in kb3930_probe()
185 if (pm_power_off == kb3930_pm_power_off) in kb3930_remove()
186 pm_power_off = NULL; in kb3930_remove()
H A Dntxec.c221 if (pm_power_off) in ntxec_probe()
225 pm_power_off = ntxec_poweroff; in ntxec_probe()
247 pm_power_off = NULL; in ntxec_remove()
H A Drn5t618.c218 if (!pm_power_off) in rn5t618_i2c_probe()
219 pm_power_off = rn5t618_power_off; in rn5t618_i2c_probe()
240 pm_power_off = NULL; in rn5t618_i2c_remove()
H A Dretu-mfd.c282 if (i2c->addr == 1 && !pm_power_off) { in retu_probe()
284 pm_power_off = retu_power_off; in retu_probe()
295 pm_power_off = NULL; in retu_remove()
/linux/drivers/watchdog/
H A Dbcm2835_wdt.c210 if (!pm_power_off) { in bcm2835_wdt_probe()
211 pm_power_off = bcm2835_power_off; in bcm2835_wdt_probe()
224 if (pm_power_off == bcm2835_power_off) in bcm2835_wdt_remove()
225 pm_power_off = NULL; in bcm2835_wdt_remove()
/linux/arch/hexagon/kernel/
H A Dreset.c24 void (*pm_power_off)(void) = NULL; variable
25 EXPORT_SYMBOL(pm_power_off);
/linux/arch/arc/kernel/
H A Dreset.c30 void (*pm_power_off) (void) = NULL; variable
31 EXPORT_SYMBOL(pm_power_off);
/linux/arch/csky/kernel/
H A Dpower.c6 void (*pm_power_off)(void); variable
7 EXPORT_SYMBOL(pm_power_off);
/linux/arch/riscv/kernel/
H A Dreset.c15 void (*pm_power_off)(void) = NULL; variable
16 EXPORT_SYMBOL(pm_power_off);
/linux/arch/sparc/kernel/
H A Dreboot.c24 void (*pm_power_off)(void) = machine_power_off; variable
25 EXPORT_SYMBOL(pm_power_off);
/linux/arch/mips/kernel/
H A Dreset.c28 void (*pm_power_off)(void); variable
30 EXPORT_SYMBOL(pm_power_off);
/linux/arch/loongarch/kernel/
H A Dreset.c20 void (*pm_power_off)(void); variable
21 EXPORT_SYMBOL(pm_power_off);
/linux/arch/sh/kernel/
H A Dreboot.c13 void (*pm_power_off)(void); variable
14 EXPORT_SYMBOL(pm_power_off);
/linux/arch/um/kernel/
H A Dreboot.c17 void (*pm_power_off)(void); variable
18 EXPORT_SYMBOL(pm_power_off);
/linux/arch/arm/kernel/
H A Dreboot.c22 void (*pm_power_off)(void); variable
23 EXPORT_SYMBOL(pm_power_off);
/linux/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c162 if (!pm_power_off) { in mcu_probe()
164 pm_power_off = mcu_power_off; in mcu_probe()
190 pm_power_off = NULL; in mcu_remove()
/linux/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c91 pm_power_off = gpio_halt_cb; in __gpio_halt_probe()
123 pm_power_off = NULL; in gpio_halt_remove()
/linux/arch/parisc/kernel/
H A Dprocess.c133 void (*pm_power_off)(void); variable
134 EXPORT_SYMBOL(pm_power_off);
/linux/arch/openrisc/kernel/
H A Dprocess.c109 void (*pm_power_off)(void) = NULL; variable
110 EXPORT_SYMBOL(pm_power_off);

1234