Home
last modified time | relevance | path

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

12345

/linux-6.12.1/drivers/power/reset/
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()
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()
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()
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-6.12.1/drivers/mfd/
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()
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()
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()
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()
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()
/linux-6.12.1/arch/x86/platform/iris/
Diris.c59 old_pm_power_off = pm_power_off; in iris_probe()
60 pm_power_off = &iris_power_off; in iris_probe()
67 pm_power_off = old_pm_power_off; in iris_remove()
/linux-6.12.1/arch/hexagon/kernel/
Dreset.c24 void (*pm_power_off)(void) = NULL; variable
25 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/arc/kernel/
Dreset.c30 void (*pm_power_off) (void) = NULL; variable
31 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/csky/kernel/
Dpower.c6 void (*pm_power_off)(void); variable
7 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/riscv/kernel/
Dreset.c15 void (*pm_power_off)(void) = NULL; variable
16 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/drivers/watchdog/
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-6.12.1/arch/sparc/kernel/
Dreboot.c24 void (*pm_power_off)(void) = machine_power_off; variable
25 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/mips/kernel/
Dreset.c28 void (*pm_power_off)(void); variable
30 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/loongarch/kernel/
Dreset.c20 void (*pm_power_off)(void); variable
21 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/sh/kernel/
Dreboot.c13 void (*pm_power_off)(void); variable
14 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/um/kernel/
Dreboot.c17 void (*pm_power_off)(void); variable
18 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/arm/kernel/
Dreboot.c22 void (*pm_power_off)(void); variable
23 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/powerpc/platforms/83xx/
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-6.12.1/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c91 pm_power_off = gpio_halt_cb; in __gpio_halt_probe()
123 pm_power_off = NULL; in gpio_halt_remove()
/linux-6.12.1/arch/parisc/kernel/
Dprocess.c133 void (*pm_power_off)(void); variable
134 EXPORT_SYMBOL(pm_power_off);
/linux-6.12.1/arch/x86/platform/olpc/
Dolpc-xo1-pm.c140 pm_power_off = xo1_power_off; in xo1_pm_probe()
154 pm_power_off = NULL; in xo1_pm_remove()

12345