Searched defs:mode (Results 1 - 25 of 403) sorted by relevance

1234567891011>>

/arch/arm/kernel/
H A Dv7m.c13 void armv7m_restart(enum reboot_mode mode, const char *cmd) argument
H A Dsmp_scu.c76 * Set the executing CPUs power mode as defined. This will be in
83 int scu_power_mode(void __iomem *scu_base, unsigned int mode) argument
88 if (mode > 3 || mode == 1 || cpu > 3)
92 val |= mode;
/arch/arm/mach-gemini/
H A Dreset.c17 void gemini_restart(char mode, const char *cmd) argument
/arch/arm/mach-highbank/
H A Dsystem.c23 void highbank_restart(enum reboot_mode mode, const char *cmd) argument
25 if (mode == REBOOT_HARD)
/arch/arm/mach-imx/
H A Dpm-imx3.c19 * Set cpu low power mode before WFI instruction. This function is called
23 void mx3_cpu_lp_set(enum mx3_cpu_pwr_mode mode) argument
28 switch (mode) {
35 pr_err("Unknown cpu power mode: %d\n", mode);
/arch/arm/mach-omap2/
H A Dam33xx-restart.c17 * @mode: the "reboot mode", see arch/arm/kernel/{setup,process}.c
23 void am33xx_restart(enum reboot_mode mode, const char *cmd) argument
25 /* TODO: Handle mode and cmd if necessary */
H A Domap3-restart.c26 * @mode: the "reboot mode", see arch/arm/kernel/{setup,process}.c
32 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) argument
H A Domap4-restart.c16 * @mode: the "reboot mode", see arch/arm/kernel/{setup,process}.c
22 void omap44xx_restart(enum reboot_mode mode, const char *cmd) argument
H A Domap2-restart.c29 * omap2xxx_restart - Set DPLL to bypass mode for reboot to work
34 void omap2xxx_restart(enum reboot_mode 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-spear/
H A Drestart.c21 void spear_restart(enum reboot_mode mode, const char *cmd) argument
23 if (mode == REBOOT_SOFT) {
/arch/arm/plat-iop/
H A Drestart.c14 void iop3xx_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-clps711x/
H A Dcommon.c62 void clps711x_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-ks8695/include/mach/
H A Ddevices.h27 short mode; member in struct:ks8695_pci_cfg
/arch/arm/mach-mmp/
H A Dcommon.c50 void mmp_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-s3c64xx/
H A Dmach-s3c64xx-dt.c55 static void s3c64xx_dt_restart(enum reboot_mode mode, const char *cmd) argument
57 if (mode != REBOOT_SOFT)
60 /* if all else fails, or mode was for soft, jump to 0 */
/arch/sh/kernel/
H A Dlocaltimer.c42 static void dummy_timer_set_mode(enum clock_event_mode mode, argument
/arch/x86/kernel/
H A Dsysfb.c44 struct simplefb_platform_data mode; local
53 compatible = parse_mode(si, &mode);
55 ret = create_simplefb(si, &mode);
/arch/arm/mach-at91/
H A Dsysirq_mask.c58 u32 mode; local
66 mode = readl_relaxed(reg);
67 if (mode & (AT91_RTT_ALMIEN | AT91_RTT_RTTINCIEN)) {
69 mode &= ~(AT91_RTT_ALMIEN | AT91_RTT_RTTINCIEN);
70 writel_relaxed(mode, reg);
/arch/arm/mach-nspire/
H A Dnspire.c66 static void nspire_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-pxa/
H A Dpxa2xx.c45 void pxa2xx_transceiver_mode(struct device *dev, int mode) argument
47 if (mode & IR_OFF) {
49 } else if (mode & IR_SIRMODE) {
51 } else if (mode & IR_FIRMODE) {
/arch/arm64/kvm/
H A Dregmap.c109 * Return a pointer to the register number valid in the current mode of
115 unsigned long mode = *vcpu_cpsr(vcpu) & COMPAT_PSR_MODE_MASK; local
117 switch (mode) {
119 mode &= ~PSR_MODE32_BIT; /* 0 ... 3 */
123 mode = 4;
127 mode = 5;
131 mode = 0; /* SYS maps to USR */
138 return reg_array + vcpu_reg_offsets[mode][reg_num];
142 * Return the SPSR for the current mode of the virtual CPU.
146 unsigned long mode local
[all...]
/arch/x86/xen/
H A Dmulticalls.h41 /* Issue a multicall if we're not in a lazy mode */
42 static inline void xen_mc_issue(unsigned mode) argument
44 trace_xen_mc_issue(mode);
46 if ((paravirt_get_lazy_mode() & mode) == 0)
/arch/arm/include/asm/
H A Dsmp_scu.h34 static inline int scu_power_mode(void __iomem *scu_base, unsigned int mode) argument
/arch/arm/mach-bcm/
H A Dboard_bcm21664.c31 static void bcm21664_restart(enum reboot_mode mode, const char *cmd) argument

Completed in 685 milliseconds

1234567891011>>