Searched defs:mode (Results 226 - 250 of 403) sorted by relevance

1234567891011>>

/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c188 IRL0, IRL1, IRL2, IRL3, /* only IRLM mode supported */
351 void __init plat_irq_setup_pins(int mode) argument
358 switch (mode) {
359 case IRQ_MODE_IRQ: /* individual interrupt mode for IRL3-0 */
/arch/sh/mm/
H A Dalignment.c144 char mode; local
147 if (get_user(mode, buffer))
149 if (mode >= '0' && mode <= '5')
150 *data = mode - '0';
/arch/sparc/include/asm/
H A Dldc.h27 u8 mode; member in struct:ldc_channel_config
/arch/sparc/kernel/
H A Dsys_sparc32.c77 err |= put_user(stat->mode, &statbuf->st_mode);
251 asmlinkage long compat_sys_fallocate(int fd, int mode, u32 offhi, u32 offlo, argument
254 return sys_fallocate(fd, mode, ((loff_t)offhi << 32) | offlo,
H A Dtime_32.c112 static void timer_ce_set_mode(enum clock_event_mode mode, argument
115 switch (mode) {
198 static void percpu_ce_setup(enum clock_event_mode mode, argument
203 switch (mode) {
/arch/sparc/prom/
H A Dmisc_64.c236 int prom_map(int mode, unsigned long size, argument
247 args[5] = (unsigned int) mode;
/arch/unicore32/kernel/
H A Dtraps.c72 * We need to switch to kernel mode so that we can use __get_user
113 * We need to switch to kernel mode so that we can use __get_user
140 unsigned int fp, mode; local
150 mode = processor_mode(regs);
153 mode = 0x10;
156 mode = 0x10;
170 c_backtrace(fp, mode);
262 printk(KERN_CRIT "Bad mode detected with reason 0x%x\n", reason);
264 die("Oops - bad mode", regs, 0);
266 panic("bad mode");
[all...]
/arch/x86/boot/compressed/
H A Deboot.h42 u32 mode; member in struct:efi_graphics_output_protocol_mode_32
51 u32 mode; member in struct:efi_graphics_output_protocol_mode_64
60 u32 mode; member in struct:efi_graphics_output_protocol_mode
71 u32 mode; member in struct:efi_graphics_output_protocol_32
78 u64 mode; member in struct:efi_graphics_output_protocol_64
85 struct efi_graphics_output_protocol_mode *mode; member in struct:efi_graphics_output_protocol
/arch/x86/boot/
H A Dvideo.c13 * Select video mode
54 * Store the video mode parameters for later usage by the kernel.
56 * parameters in the default 80x25 mode -- these are set directly,
64 /* For graphics mode, it is up to the mode-setting driver
73 /* MDA, HGC, or VGA in monochrome mode */
164 u16 mode_id = mi->mode ? mi->mode :
168 continue; /* Hidden mode */
220 puts("Enter a video mode o
317 u16 mode = boot_params.hdr.vid_mode; local
[all...]
H A Dvideo.h12 * Header file for the real-mode video probing code
21 * This code uses an extended set of video mode numbers. These include:
67 u16 mode; /* Mode number (vga= style) */ member in struct:mode_info
69 u16 depth; /* Bits per pixel, 0 for text mode */
74 int (*set_mode)(struct mode_info *mode);
80 u16 xmode_n; /* Size of unprobed mode range */
86 int mode_defined(u16 mode); /* video.c */
97 extern int graphic_mode; /* Graphics mode with linear frame buffer */
/arch/x86/ia32/
H A Dsys_ia32.c80 __put_user(stat->mode, &ubuf->st_mode) ||
211 "%s: vm86 mode not supported on 64 bit kernel\n",
239 asmlinkage long sys32_fallocate(int fd, int mode, unsigned offset_lo, argument
243 return sys_fallocate(fd, mode, ((u64)offset_hi << 32) | offset_lo,
/arch/x86/include/asm/
H A Dsysfb.h78 struct simplefb_platform_data *mode);
80 const struct simplefb_platform_data *mode);
85 struct simplefb_platform_data *mode)
91 const struct simplefb_platform_data *mode)
84 parse_mode(const struct screen_info *si, struct simplefb_platform_data *mode) argument
90 create_simplefb(const struct screen_info *si, const struct simplefb_platform_data *mode) argument
/arch/x86/kernel/
H A Dcpuid.c178 static char *cpuid_devnode(struct device *dev, umode_t *mode) argument
H A Dparavirt.c238 static inline void enter_lazy(enum paravirt_lazy_mode mode) argument
242 this_cpu_write(paravirt_lazy_mode, mode);
245 static void leave_lazy(enum paravirt_lazy_mode mode) argument
247 BUG_ON(this_cpu_read(paravirt_lazy_mode) != mode);
H A Dreboot.c508 unsigned short mode; local
516 mode = reboot_mode == REBOOT_WARM ? 0x1234 : 0;
517 *((unsigned short *)__va(0x472)) = mode;
/arch/x86/kvm/
H A Di8254.h18 u8 mode; member in struct:kvm_kpit_channel_state
/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c143 const char *mode = lid_wake_mode_names[lid_wake_mode]; local
144 return sprintf(buf, "%s\n", mode);
152 const char *mode = lid_wake_mode_names[i]; local
153 if (strlen(mode) != count || strncasecmp(mode, buf, count))
519 dev_err(&pdev->dev, "failed to create wake mode attr: %d\n", r);
/arch/x86/platform/uv/
H A Duv_time.c324 * Setup the RTC timer in oneshot mode
326 static void uv_rtc_timer_setup(enum clock_event_mode mode, argument
331 switch (mode) {
/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall.h79 static inline int simc_open(const char *file, int flags, int mode) argument
81 return __simc(SYS_open, (int) file, flags, mode);
/arch/alpha/kernel/
H A Dcore_t2.c483 t2_kill_arch(int mode)
482 t2_kill_arch(int mode) argument
H A Dcore_titan.c437 titan_kill_arch(int mode)
649 pctl.pctl_r_bits.apctl_v_agp_sba_en = agp->mode.bits.sba;
653 if (agp->mode.bits.rate & 2)
656 if (agp->mode.bits.rate & 4)
667 pctl.pctl_r_bits.apctl_v_agp_en = agp->mode.bits.enable;
796 agp->mode.lw = 0;
797 agp->mode.bits.rate = 1 << pctl.pctl_r_bits.apctl_v_agp_rate;
798 agp->mode.bits.sba = pctl.pctl_r_bits.apctl_v_agp_sba_en;
799 agp->mode.bits.rq = 7; /* RQ Depth? */
800 agp->mode
434 titan_kill_arch(int mode) argument
[all...]
H A Dcore_wildfire.c339 wildfire_kill_arch(int mode) argument
/arch/arm/mach-dove/
H A Dcommon.c397 void dove_restart(enum reboot_mode mode, const char *cmd) argument
/arch/arm/mach-footbridge/
H A Dnetwinder-hw.c176 * mode 1 == EPP
637 static void netwinder_restart(enum reboot_mode mode, const char *cmd) argument
639 if (mode == REBOOT_SOFT) {
/arch/arm/mach-integrator/
H A Dintegrator_ap.c310 static void clkevt_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) argument
317 switch (mode) {

Completed in 654 milliseconds

1234567891011>>