/Linux-v4.19/drivers/media/common/siano/ |
D | sms-cards.c | 24 .default_mode = DEVICE_MODE_NONE, 29 .default_mode = DEVICE_MODE_DVBT_BDA, 34 .default_mode = DEVICE_MODE_DVBT_BDA, 39 .default_mode = DEVICE_MODE_DVBT_BDA, 44 .default_mode = DEVICE_MODE_CMMB, 50 .default_mode = DEVICE_MODE_DVBT_BDA, 56 .default_mode = DEVICE_MODE_DVBT_BDA, 62 .default_mode = DEVICE_MODE_DVBT_BDA, 69 .default_mode = DEVICE_MODE_DVBT_BDA, 83 .default_mode = DEVICE_MODE_DVBT_BDA, [all …]
|
D | sms-cards.h | 90 int default_mode; member
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_agp.c | 40 u32 default_mode; member 134 int default_mode; in radeon_agp_init() local 171 default_mode = (agp_status & RADEON_AGPv3_8X_MODE) ? 8 : 4; in radeon_agp_init() 174 default_mode = 4; in radeon_agp_init() 176 default_mode = 2; in radeon_agp_init() 178 default_mode = 1; in radeon_agp_init() 190 default_mode = p->default_mode; in radeon_agp_init() 201 default_mode); in radeon_agp_init() 202 radeon_agpmode = default_mode; in radeon_agp_init() 207 radeon_agpmode = default_mode; in radeon_agp_init()
|
/Linux-v4.19/drivers/iio/adc/ |
D | max1363.c | 141 enum max1363_modes default_mode; member 1052 .default_mode = s0to3, 1062 .default_mode = s0to3, 1072 .default_mode = s0to3, 1082 .default_mode = s0to3, 1092 .default_mode = s0to3, 1102 .default_mode = s0to3, 1112 .default_mode = s0to11, 1122 .default_mode = s0to11, 1132 .default_mode = s0to3, [all …]
|
/Linux-v4.19/drivers/gpu/drm/panel/ |
D | panel-panasonic-vvx10f034n00.c | 166 static const struct drm_display_mode default_mode = { variable 183 mode = drm_mode_duplicate(panel->drm, &default_mode); in wuxga_nt_panel_get_modes() 186 default_mode.hdisplay, default_mode.vdisplay, in wuxga_nt_panel_get_modes() 187 default_mode.vrefresh); in wuxga_nt_panel_get_modes() 221 wuxga_nt->mode = &default_mode; in wuxga_nt_panel_add()
|
D | panel-lg-lg4573.c | 199 static const struct drm_display_mode default_mode = { variable 217 mode = drm_mode_duplicate(panel->drm, &default_mode); in lg4573_get_modes() 220 default_mode.hdisplay, default_mode.vdisplay, in lg4573_get_modes() 221 default_mode.vrefresh); in lg4573_get_modes()
|
D | panel-sharp-ls043t1le01.c | 210 static const struct drm_display_mode default_mode = { variable 227 mode = drm_mode_duplicate(panel->drm, &default_mode); in sharp_nt_panel_get_modes() 230 default_mode.hdisplay, default_mode.vdisplay, in sharp_nt_panel_get_modes() 231 default_mode.vrefresh); in sharp_nt_panel_get_modes() 257 sharp_nt->mode = &default_mode; in sharp_nt_panel_add()
|
D | panel-samsung-s6e63j0x03.c | 43 static const struct drm_display_mode default_mode = { variable 278 default_mode.hdisplay - 1 + FIRST_COLUMN); in s6e63j0x03_panel_init() 282 ret = mipi_dsi_dcs_set_page_address(dsi, 0, default_mode.vdisplay - 1); in s6e63j0x03_panel_init() 406 mode = drm_mode_duplicate(panel->drm, &default_mode); in s6e63j0x03_get_modes() 409 default_mode.hdisplay, default_mode.vdisplay, in s6e63j0x03_get_modes() 410 default_mode.vrefresh); in s6e63j0x03_get_modes()
|
D | panel-sharp-lq101r1sx01.c | 270 static const struct drm_display_mode default_mode = { variable 287 mode = drm_mode_duplicate(panel->drm, &default_mode); in sharp_panel_get_modes() 290 default_mode.hdisplay, default_mode.vdisplay, in sharp_panel_get_modes() 291 default_mode.vrefresh); in sharp_panel_get_modes() 323 sharp->mode = &default_mode; in sharp_panel_add()
|
D | panel-orisetech-otm8009a.c | 69 static const struct drm_display_mode default_mode = { variable 223 default_mode.hdisplay - 1); in otm8009a_init_sequence() 227 ret = mipi_dsi_dcs_set_page_address(dsi, 0, default_mode.vdisplay - 1); in otm8009a_init_sequence() 348 mode = drm_mode_duplicate(panel->drm, &default_mode); in otm8009a_get_modes() 351 default_mode.hdisplay, default_mode.vdisplay, in otm8009a_get_modes() 352 default_mode.vrefresh); in otm8009a_get_modes()
|
D | panel-jdi-lt070me05000.c | 298 static const struct drm_display_mode default_mode = { variable 318 mode = drm_mode_duplicate(panel->drm, &default_mode); in jdi_panel_get_modes() 321 default_mode.hdisplay, default_mode.vdisplay, in jdi_panel_get_modes() 322 default_mode.vrefresh); in jdi_panel_get_modes() 409 jdi->mode = &default_mode; in jdi_panel_add()
|
D | panel-raydium-rm68200.c | 83 static const struct drm_display_mode default_mode = { variable 339 mode = drm_mode_duplicate(panel->drm, &default_mode); in rm68200_get_modes() 342 default_mode.hdisplay, default_mode.vdisplay, in rm68200_get_modes() 343 default_mode.vrefresh); in rm68200_get_modes()
|
D | panel-sitronix-st7789v.c | 159 static const struct drm_display_mode default_mode = { variable 177 mode = drm_mode_duplicate(panel->drm, &default_mode); in st7789v_get_modes() 180 default_mode.hdisplay, default_mode.vdisplay, in st7789v_get_modes() 181 default_mode.vrefresh); in st7789v_get_modes()
|
/Linux-v4.19/arch/x86/math-emu/ |
D | fpu_entry.c | 133 addr_modes.default_mode = VM86; in math_emulate() 137 addr_modes.default_mode = 0; in math_emulate() 154 addr_modes.default_mode = SEG32; in math_emulate() 157 addr_modes.default_mode = PM16; in math_emulate() 187 if (addr_modes.default_mode) { in math_emulate() 251 if ((addr_modes.default_mode & SIXTEEN) in math_emulate() 261 if (addr_modes.default_mode) { in math_emulate() 274 if (addr_modes.default_mode & PROTECTED) { in math_emulate() 538 if (addr_modes.default_mode) in math_emulate()
|
D | get_address.c | 220 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) in FPU_get_address() 277 switch (addr_modes.default_mode) { in FPU_get_address() 304 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT) in FPU_get_address_16() 385 switch (addr_modes.default_mode) { in FPU_get_address_16()
|
D | load_store.c | 78 if (addr_modes.default_mode & PROTECTED) { in FPU_load_store() 79 if (addr_modes.default_mode == SEG32) { in FPU_load_store() 82 } else if (addr_modes.default_mode == PM16) { in FPU_load_store()
|
D | reg_ld_str.c | 1033 if ((addr_modes.default_mode == VM86) || in fldenv() 1034 ((addr_modes.default_mode == PM16) in fldenv() 1051 if (addr_modes.default_mode == VM86) { in fldenv() 1145 if ((addr_modes.default_mode == VM86) || in fstenv() 1146 ((addr_modes.default_mode == PM16) in fstenv() 1161 if (addr_modes.default_mode == VM86) { in fstenv()
|
/Linux-v4.19/drivers/regulator/ |
D | max8952.c | 153 if (of_property_read_u32(np, "max8952,default-mode", &pd->default_mode)) in max8952_parse_dt() 248 max8952->vid0 = pdata->default_mode & 0x1; in max8952_pmic_probe() 249 max8952->vid1 = (pdata->default_mode >> 1) & 0x1; in max8952_pmic_probe()
|
/Linux-v4.19/include/linux/regulator/ |
D | max8952.h | 124 u32 default_mode; member
|
/Linux-v4.19/drivers/net/phy/ |
D | mscc.c | 407 u8 default_mode) in vsc85xx_dt_led_mode_get() argument 417 led_mode = default_mode; in vsc85xx_dt_led_mode_get() 435 u8 default_mode) in vsc85xx_dt_led_mode_get() argument 437 return default_mode; in vsc85xx_dt_led_mode_get()
|
/Linux-v4.19/include/media/davinci/ |
D | vpbe.h | 42 char *default_mode; member
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | modedb.c | 677 const struct fb_videomode *default_mode, in fb_find_mode() argument 688 if (!default_mode) in fb_find_mode() 689 default_mode = &db[0]; in fb_find_mode() 886 if (!fb_try_mode(var, info, default_mode, default_bpp)) in fb_find_mode()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | ocfb.c | 52 static const struct fb_videomode default_mode = { variable 315 NULL, 0, &default_mode, 16)) { in ocfb_probe()
|
/Linux-v4.19/arch/arm/mach-davinci/ |
D | board-dm644x-evm.c | 742 .default_mode = "ntsc", 754 .default_mode = "480p59_94",
|
D | board-dm365-evm.c | 516 .default_mode = "ntsc", 529 .default_mode = "480p59_94",
|