Searched defs:cmd (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/arch/arm/mach-gemini/include/mach/
H A Dsystem.h17 static inline void arch_reset(char mode, const char *cmd) argument
/arch/arm/mach-highbank/
H A Dsystem.c23 void highbank_restart(char mode, const char *cmd) argument
/arch/arm/mach-msm/
H A Dscm-boot.c32 } cmd; local
34 cmd.addr = addr;
35 cmd.flags = flags;
37 &cmd, sizeof(cmd), NULL, 0);
/arch/arm/mach-omap1/
H A Dreset.c11 void omap1_restart(char mode, const char *cmd) argument
/arch/arm/mach-shmobile/include/mach/
H A Dsystem.h6 static inline void arch_reset(char mode, const char *cmd) argument
/arch/arm/mach-vt8500/include/mach/
H A Dsystem.h10 static inline void arch_reset(char mode, const char *cmd) argument
/arch/arm/plat-iop/
H A Drestart.c14 void iop3xx_restart(char mode, const char *cmd) argument
/arch/arm/plat-spear/
H A Drestart.c19 void spear_restart(char mode, const char *cmd) argument
/arch/hexagon/kernel/
H A Dreset.c32 void machine_restart(char *cmd) argument
/arch/arm/mach-mmp/
H A Dcommon.c50 void mmp_restart(char mode, const char *cmd) argument
/arch/powerpc/platforms/wsp/
H A Dpsr2.c33 static void psr2_restart(char *cmd) argument
/arch/sparc/kernel/
H A Dreboot.c39 void machine_restart(char *cmd) argument
46 if (cmd)
47 prom_reboot(cmd);
/arch/tile/kernel/
H A Dreboot.c43 void machine_restart(char *cmd) argument
47 hv_restart((HV_VirtAddr) "vmlinux", (HV_VirtAddr) cmd);
/arch/arm/mach-kirkwood/include/mach/
H A Dleds-ns2.h17 unsigned cmd; member in struct:ns2_led
/arch/arm/plat-mxc/
H A Dsystem.c40 void mxc_restart(char mode, const char *cmd) argument
/arch/blackfin/kernel/
H A Dreboot.c78 void native_machine_restart(char *cmd) argument
82 void machine_restart(char *cmd) argument
84 native_machine_restart(cmd);
/arch/microblaze/kernel/
H A Dreset.c73 void machine_restart(char *cmd) argument
/arch/parisc/hpux/
H A Dioctl.c43 static int hpux_ioctl_t(int fd, unsigned long cmd, unsigned long arg) argument
46 int nr = _IOC_NR(cmd);
58 int hpux_ioctl(int fd, unsigned long cmd, unsigned long arg) argument
61 int type = _IOC_TYPE(cmd);
65 result = sys_ioctl(fd, cmd, arg);
68 result = hpux_ioctl_t(fd, cmd, arg);
/arch/arm/kernel/
H A Dpj4-cp0.c21 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) argument
25 switch (cmd) {
H A Dthumbee.c41 static int thumbee_notifier(struct notifier_block *self, unsigned long cmd, void *t) argument
45 switch (cmd) {
/arch/arm/mach-ep93xx/
H A Dcrunch.c39 static int crunch_do(struct notifier_block *self, unsigned long cmd, void *t) argument
47 switch (cmd) {
/arch/arm/mach-picoxcell/
H A Dcommon.c81 static void picoxcell_wdt_restart(char mode, const char *cmd) argument
/arch/arm/mach-prima2/
H A Drstc.c74 void sirfsoc_restart(char mode, const char *cmd) argument
/arch/arm/mach-pxa/
H A Dcolibri-pxa320.c163 static void colibri_pxa320_udc_command(int cmd) argument
165 if (cmd == PXA2XX_UDC_CMD_CONNECT)
167 else if (cmd == PXA2XX_UDC_CMD_DISCONNECT)
H A Dreset.c85 void pxa_restart(char mode, const char *cmd) argument

Completed in 4337 milliseconds

1234567891011>>