Home
last modified time | relevance | path

Searched refs:default_mode (Results 1 – 29 of 29) sorted by relevance

/linux-4.1.27/drivers/media/common/siano/
Dsms-cards.c28 .default_mode = DEVICE_MODE_NONE,
33 .default_mode = DEVICE_MODE_DVBT_BDA,
38 .default_mode = DEVICE_MODE_DVBT_BDA,
43 .default_mode = DEVICE_MODE_DVBT_BDA,
48 .default_mode = DEVICE_MODE_CMMB,
54 .default_mode = DEVICE_MODE_DVBT_BDA,
60 .default_mode = DEVICE_MODE_DVBT_BDA,
66 .default_mode = DEVICE_MODE_DVBT_BDA,
73 .default_mode = DEVICE_MODE_DVBT_BDA,
87 .default_mode = DEVICE_MODE_DVBT_BDA,
[all …]
Dsms-cards.h94 int default_mode; member
Dsmscoreapi.c434 static int default_mode = DEVICE_MODE_NONE; variable
436 module_param(default_mode, int, 0644);
437 MODULE_PARM_DESC(default_mode, "default firmware id (device mode)");
456 entry->mode = default_mode; in smscore_find_registry()
475 return default_mode; in smscore_registry_getmode()
886 mode = sms_get_board(board_id)->default_mode; in smscore_start_device()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_agp.c40 u32 default_mode; member
131 int default_mode; in radeon_agp_init() local
168 default_mode = (agp_status & RADEON_AGPv3_8X_MODE) ? 8 : 4; in radeon_agp_init()
171 default_mode = 4; in radeon_agp_init()
173 default_mode = 2; in radeon_agp_init()
175 default_mode = 1; in radeon_agp_init()
187 default_mode = p->default_mode; in radeon_agp_init()
198 default_mode); in radeon_agp_init()
199 radeon_agpmode = default_mode; in radeon_agp_init()
204 radeon_agpmode = default_mode; in radeon_agp_init()
Dradeon_combios.c2736 goto default_mode; in radeon_combios_get_power_modes()
2801 default_mode: in radeon_combios_get_power_modes()
/linux-4.1.27/drivers/iio/adc/
Dmax1363.c139 enum max1363_modes default_mode; member
1053 .default_mode = s0to3,
1063 .default_mode = s0to3,
1073 .default_mode = s0to3,
1083 .default_mode = s0to3,
1093 .default_mode = s0to3,
1103 .default_mode = s0to3,
1113 .default_mode = s0to11,
1123 .default_mode = s0to11,
1133 .default_mode = s0to3,
[all …]
/linux-4.1.27/drivers/gpu/drm/panel/
Dpanel-sharp-lq101r1sx01.c276 static const struct drm_display_mode default_mode = { variable
293 mode = drm_mode_duplicate(panel->drm, &default_mode); in sharp_panel_get_modes()
296 default_mode.hdisplay, default_mode.vdisplay, in sharp_panel_get_modes()
297 default_mode.vrefresh); in sharp_panel_get_modes()
330 sharp->mode = &default_mode; in sharp_panel_add()
/linux-4.1.27/arch/x86/math-emu/
Dfpu_entry.c170 addr_modes.default_mode = VM86; in math_emulate()
174 addr_modes.default_mode = 0; in math_emulate()
191 addr_modes.default_mode = SEG32; in math_emulate()
194 addr_modes.default_mode = PM16; in math_emulate()
225 if (addr_modes.default_mode) { in math_emulate()
289 if ((addr_modes.default_mode & SIXTEEN) in math_emulate()
299 if (addr_modes.default_mode) { in math_emulate()
312 if (addr_modes.default_mode & PROTECTED) { in math_emulate()
576 if (addr_modes.default_mode) in math_emulate()
Dload_store.c71 if (addr_modes.default_mode & PROTECTED) { in FPU_load_store()
72 if (addr_modes.default_mode == SEG32) { in FPU_load_store()
75 } else if (addr_modes.default_mode == PM16) { in FPU_load_store()
Dget_address.c217 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) in FPU_get_address()
274 switch (addr_modes.default_mode) { in FPU_get_address()
301 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) in FPU_get_address_16()
382 switch (addr_modes.default_mode) { in FPU_get_address_16()
Dreg_ld_str.c1032 if ((addr_modes.default_mode == VM86) || in fldenv()
1033 ((addr_modes.default_mode == PM16) in fldenv()
1050 if (addr_modes.default_mode == VM86) { in fldenv()
1144 if ((addr_modes.default_mode == VM86) || in fstenv()
1145 ((addr_modes.default_mode == PM16) in fstenv()
1160 if (addr_modes.default_mode == VM86) { in fstenv()
Dfpu_emu.h132 u_char default_mode; member
/linux-4.1.27/drivers/regulator/
Dmax8952.c153 if (of_property_read_u32(np, "max8952,default-mode", &pd->default_mode)) in max8952_parse_dt()
240 max8952->vid0 = pdata->default_mode & 0x1; in max8952_pmic_probe()
241 max8952->vid1 = (pdata->default_mode >> 1) & 0x1; in max8952_pmic_probe()
/linux-4.1.27/include/linux/platform_data/
Dvideo-ep93xx.h43 const struct fb_videomode *default_mode; member
/linux-4.1.27/include/linux/regulator/
Dmax8952.h125 u32 default_mode; member
/linux-4.1.27/include/media/davinci/
Dvpbe.h46 char *default_mode; member
/linux-4.1.27/drivers/video/fbdev/core/
Dmodedb.c675 const struct fb_videomode *default_mode, in fb_find_mode() argument
686 if (!default_mode) in fb_find_mode()
687 default_mode = &db[0]; in fb_find_mode()
865 if (!fb_try_mode(var, info, default_mode, default_bpp)) in fb_find_mode()
/linux-4.1.27/drivers/video/fbdev/
Docfb.c52 static const struct fb_videomode default_mode = { variable
315 NULL, 0, &default_mode, 16)) { in ocfb_probe()
Dgbefb.c186 static struct fb_videomode *default_mode = &default_mode_CRT; variable
1112 default_mode = &default_mode_CRT; in gbefb_setup()
1117 default_mode = &default_mode_LCD; in gbefb_setup()
1221 default_mode, 8) == 0) in gbefb_probe()
Dep93xx-fb.c554 fbi->mach_info->default_mode, fbi->mach_info->bpp); in ep93xxfb_probe()
/linux-4.1.27/arch/arm/mach-davinci/
Dboard-dm365-evm.c485 .default_mode = "ntsc",
498 .default_mode = "480p59_94",
Dboard-dm644x-evm.c694 .default_mode = "ntsc",
706 .default_mode = "480p59_94",
Dboard-dm355-evm.c294 .default_mode = "ntsc",
/linux-4.1.27/Documentation/fb/
Dep93xx-fb.txt35 .default_mode = &some_board_video_modes[0],
Dmodedb.txt120 const struct fb_videomode *default_mode,
/linux-4.1.27/drivers/video/console/
Dfbcon.c1024 struct vc_data **default_mode = vc->vc_display_fg; in fbcon_init() local
1025 struct vc_data *svc = *default_mode; in fbcon_init()
1339 struct vc_data **default_mode, *vc; in fbcon_set_disp() local
1354 default_mode = vc->vc_display_fg; in fbcon_set_disp()
1355 svc = *default_mode; in fbcon_set_disp()
1360 vc->vc_font.width = (*default_mode)->vc_font.width; in fbcon_set_disp()
1361 vc->vc_font.height = (*default_mode)->vc_font.height; in fbcon_set_disp()
/linux-4.1.27/drivers/media/usb/siano/
Dsmsusb.c243 id = sms_get_board(board_id)->default_mode; in smsusb1_load_firmware()
/linux-4.1.27/include/linux/
Dfb.h803 const struct fb_videomode *default_mode,
/linux-4.1.27/drivers/media/platform/davinci/
Dvpbe.c281 cfg->outputs[index].default_mode, index); in vpbe_set_output()