Searched defs:mode (Results 26 - 50 of 403) sorted by relevance

1234567891011>>

/arch/arm/mach-bcm/
H A Dboard_bcm281xx.c30 static void bcm281xx_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-exynos/
H A Dpmu.c371 void exynos_sys_powerdown_conf(enum sys_powerdown mode) argument
379 pmu_raw_writel(exynos_pmu_config[i].val[mode],
384 pmu_raw_writel(exynos4412_pmu_config[i].val[mode],
/arch/arm/mach-imx/
H A Dsystem.c41 void mxc_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-ks8695/
H A Dirq.c69 unsigned long ctrl, mode; local
76 mode = IOPC_TM_HIGH;
80 mode = IOPC_TM_LOW;
84 mode = IOPC_TM_RISING;
87 mode = IOPC_TM_FALLING;
90 mode = IOPC_TM_EDGE;
99 ctrl |= IOPC_IOEINT0_MODE(mode);
103 ctrl |= IOPC_IOEINT1_MODE(mode);
107 ctrl |= IOPC_IOEINT2_MODE(mode);
111 ctrl |= IOPC_IOEINT3_MODE(mode);
[all...]
/arch/arm/mach-lpc32xx/
H A Dtimer.c46 static void lpc32xx_clkevt_mode(enum clock_event_mode mode, argument
49 switch (mode) {
/arch/arm/mach-omap1/
H A Dreset.c26 void omap1_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-picoxcell/
H A Dcommon.c67 static void picoxcell_wdt_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-pxa/
H A Dreset.c93 void pxa_restart(enum reboot_mode mode, const char *cmd) argument
100 switch (mode) {
/arch/arm/mach-s5pv210/
H A Ds5pv210.c55 static void s5pv210_dt_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-socfpga/
H A Dsocfpga.c88 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) argument
94 if (mode == REBOOT_HARD)
/arch/avr32/mach-at32ap/
H A Dclock.h25 void (*mode)(struct clk *clk, int enabled); member in struct:clk
/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-rsl.c78 union cvmx_gmxx_inf_mode mode; local
83 mode.u64 = cvmx_read_csr(CVMX_GMXX_INF_MODE(interface));
86 if (mode.s.en) {
87 switch (mode.cn56xx.mode) {
102 if (mode.s.en) {
110 if (mode.s.type)
120 if (mode.s.type)
/arch/parisc/include/uapi/asm/
H A Dipcbuf.h19 mode_t mode; member in struct:ipc64_perm
/arch/powerpc/include/uapi/asm/
H A Dipcbuf.h27 __kernel_mode_t mode; member in struct:ipc64_perm
/arch/powerpc/kernel/
H A Dpci-hotplug.c74 int slotno, mode, pass, max; local
80 mode = PCI_PROBE_NORMAL;
82 mode = ppc_md.pci_probe_mode(bus);
84 if (mode == PCI_PROBE_DEVTREE) {
87 } else if (mode == PCI_PROBE_NORMAL) {
/arch/powerpc/platforms/83xx/
H A Dmpc837x_mds.c33 const void *phy_type, *mode; local
59 mode = of_get_property(np, "dr_mode", NULL);
62 if (mode && !strcmp(mode, "peripheral"))
/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c63 umode_t mode, struct file *neighbor)
72 ret = spufs_create(&path, dentry, flags, mode, neighbor);
62 do_spu_create(const char __user *pathname, unsigned int flags, umode_t mode, struct file *neighbor) argument
/arch/powerpc/sysdev/qe_lib/
H A Ducc_fast.c96 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) argument
105 if (mode & COMM_DIR_TX) {
109 if (mode & COMM_DIR_RX) {
117 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) argument
126 if (mode & COMM_DIR_TX) {
130 if (mode & COMM_DIR_RX) {
265 gumr |= uf_info->mode;
308 /* Set Tsa or NMSI mode. */
/arch/s390/include/uapi/asm/
H A Dipcbuf.h21 __kernel_mode_t mode; member in struct:ipc64_perm
/arch/score/kernel/
H A Dtime.c58 static void score_timer_set_mode(enum clock_event_mode mode, argument
61 switch (mode) {
/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh3.c58 void __init plat_irq_setup_pins(int mode) argument
60 if (mode == IRQ_MODE_IRQ) {
/arch/sparc/include/uapi/asm/
H A Dipcbuf.h11 * - on sparc for 32 bit mode (it is 32 bit on sparc64)
25 __kernel_mode_t mode; member in struct:ipc64_perm
/arch/um/drivers/
H A Dvde.h22 int mode; member in struct:vde_init
/arch/unicore32/include/asm/
H A Dptrace.h31 /* Are the current registers suitable for user mode?
36 unsigned long mode = regs->UCreg_asr & MODE_MASK; local
44 if (mode == USER_MODE)
/arch/x86/boot/
H A Dvideo-bios.c23 /* Set a conventional BIOS mode */
24 static int set_bios_mode(u8 mode);
28 return set_bios_mode(mi->mode - VIDEO_FIRST_BIOS);
31 static int set_bios_mode(u8 mode) argument
37 ireg.al = mode; /* AH=0x00 Set Video Mode */
48 if (new_mode == mode)
55 video mode. */
65 u8 mode; local
83 for (mode = 0x14; mode <
[all...]

Completed in 586 milliseconds

1234567891011>>