Lines Matching +full:ctrl +full:- +full:module
14 #include <linux/module.h>
50 /* If the first __symbol_get failed, our module wasn't loaded. */ in ip32_poweroff()
52 request_module("rtc-ds1685"); in ip32_poweroff()
58 pr_emerg("RTC not available for power-off. Spinning forever ...\n"); in ip32_poweroff()
71 crime->control = CRIME_CONTROL_HARD_RESET; in ip32_machine_restart()
77 unsigned long led = mace->perif.ctrl.misc ^ MACEISA_LED_RED; in blink_timeout()
78 mace->perif.ctrl.misc = led; in blink_timeout()
121 led = mace->perif.ctrl.misc | MACEISA_LED_GREEN; in panic_event()
122 mace->perif.ctrl.misc = led; in panic_event()
137 unsigned long led = mace->perif.ctrl.misc; in ip32_reboot_setup()
140 mace->perif.ctrl.misc = led; in ip32_reboot_setup()