/linux-4.1.27/drivers/media/common/siano/ |
D | sms-cards.c | 28 .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 …]
|
D | sms-cards.h | 94 int default_mode; member
|
D | smscoreapi.c | 434 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/ |
D | radeon_agp.c | 40 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()
|
D | radeon_combios.c | 2736 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/ |
D | max1363.c | 139 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/ |
D | panel-sharp-lq101r1sx01.c | 276 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/ |
D | fpu_entry.c | 170 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()
|
D | load_store.c | 71 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()
|
D | get_address.c | 217 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()
|
D | reg_ld_str.c | 1032 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()
|
D | fpu_emu.h | 132 u_char default_mode; member
|
/linux-4.1.27/drivers/regulator/ |
D | max8952.c | 153 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/ |
D | video-ep93xx.h | 43 const struct fb_videomode *default_mode; member
|
/linux-4.1.27/include/linux/regulator/ |
D | max8952.h | 125 u32 default_mode; member
|
/linux-4.1.27/include/media/davinci/ |
D | vpbe.h | 46 char *default_mode; member
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | modedb.c | 675 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/ |
D | ocfb.c | 52 static const struct fb_videomode default_mode = { variable 315 NULL, 0, &default_mode, 16)) { in ocfb_probe()
|
D | gbefb.c | 186 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()
|
D | ep93xx-fb.c | 554 fbi->mach_info->default_mode, fbi->mach_info->bpp); in ep93xxfb_probe()
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 485 .default_mode = "ntsc", 498 .default_mode = "480p59_94",
|
D | board-dm644x-evm.c | 694 .default_mode = "ntsc", 706 .default_mode = "480p59_94",
|
D | board-dm355-evm.c | 294 .default_mode = "ntsc",
|
/linux-4.1.27/Documentation/fb/ |
D | ep93xx-fb.txt | 35 .default_mode = &some_board_video_modes[0],
|
D | modedb.txt | 120 const struct fb_videomode *default_mode,
|
/linux-4.1.27/drivers/video/console/ |
D | fbcon.c | 1024 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/ |
D | smsusb.c | 243 id = sms_get_board(board_id)->default_mode; in smsusb1_load_firmware()
|
/linux-4.1.27/include/linux/ |
D | fb.h | 803 const struct fb_videomode *default_mode,
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe.c | 281 cfg->outputs[index].default_mode, index); in vpbe_set_output()
|