| /linux/drivers/power/reset/ |
| H A D | qnap-poweroff.c | 104 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 D | piix4-poweroff.c | 81 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 D | at91-poweroff.c | 196 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()
|
| /linux/drivers/mfd/ |
| H A D | ab8500-sysctrl.c | 137 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 D | acer-ec-a500.c | 165 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 D | ntxec.c | 221 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 D | rn5t618.c | 218 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 D | retu-mfd.c | 282 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/arch/hexagon/kernel/ |
| H A D | reset.c | 24 void (*pm_power_off)(void) = NULL; variable 25 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/arc/kernel/ |
| H A D | reset.c | 30 void (*pm_power_off) (void) = NULL; variable 31 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/csky/kernel/ |
| H A D | power.c | 6 void (*pm_power_off)(void); variable 7 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/riscv/kernel/ |
| H A D | reset.c | 15 void (*pm_power_off)(void) = NULL; variable 16 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/sparc/kernel/ |
| H A D | reboot.c | 24 void (*pm_power_off)(void) = machine_power_off; variable 25 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/mips/kernel/ |
| H A D | reset.c | 28 void (*pm_power_off)(void); variable 30 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/loongarch/kernel/ |
| H A D | reset.c | 20 void (*pm_power_off)(void); variable 21 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/sh/kernel/ |
| H A D | reboot.c | 13 void (*pm_power_off)(void); variable 14 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/um/kernel/ |
| H A D | reboot.c | 17 void (*pm_power_off)(void); variable 18 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/arm/kernel/ |
| H A D | reboot.c | 22 void (*pm_power_off)(void); variable 23 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/powerpc/platforms/85xx/ |
| H A D | sgy_cts1000.c | 91 pm_power_off = gpio_halt_cb; in __gpio_halt_probe() 123 pm_power_off = NULL; in gpio_halt_remove()
|
| /linux/arch/openrisc/kernel/ |
| H A D | process.c | 109 void (*pm_power_off)(void) = NULL; variable 110 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/microblaze/kernel/ |
| H A D | process.c | 48 void (*pm_power_off)(void) = NULL; variable 49 EXPORT_SYMBOL(pm_power_off);
|
| /linux/arch/mips/loongson2ef/common/ |
| H A D | reset.c | 68 pm_power_off = loongson_poweroff; in mips_reboot_setup()
|
| /linux/arch/x86/platform/ce4100/ |
| H A D | ce4100.c | 59 pm_power_off = ce4100_power_off; in x86_ce4100_early_setup()
|
| /linux/drivers/platform/mips/ |
| H A D | ls2k-reset.c | 48 pm_power_off = ls2k_poweroff; in ls2k_reset_init()
|
| /linux/arch/mips/lantiq/falcon/ |
| H A D | reset.c | 71 pm_power_off = machine_power_off; in mips_reboot_setup()
|