| /linux/drivers/media/common/siano/ |
| H A D | sms-cards.c | 16 .default_mode = DEVICE_MODE_NONE, 21 .default_mode = DEVICE_MODE_DVBT_BDA, 26 .default_mode = DEVICE_MODE_DVBT_BDA, 31 .default_mode = DEVICE_MODE_DVBT_BDA, 36 .default_mode = DEVICE_MODE_CMMB, 42 .default_mode = DEVICE_MODE_DVBT_BDA, 48 .default_mode = DEVICE_MODE_DVBT_BDA, 54 .default_mode = DEVICE_MODE_DVBT_BDA, 61 .default_mode = DEVICE_MODE_DVBT_BDA, 75 .default_mode = DEVICE_MODE_DVBT_BDA, [all …]
|
| H A D | sms-cards.h | 82 int default_mode; member
|
| H A D | smscoreapi.c | 422 static int default_mode = DEVICE_MODE_NONE; variable 424 module_param(default_mode, int, 0644); 425 MODULE_PARM_DESC(default_mode, "default firmware id (device mode)"); 444 entry->mode = default_mode; in smscore_find_registry() 463 return default_mode; in smscore_registry_getmode() 880 mode = sms_get_board(board_id)->default_mode; in smscore_start_device()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_agp.c | 44 u32 default_mode; member 227 int default_mode; in radeon_agp_init() local 264 default_mode = (agp_status & RADEON_AGPv3_8X_MODE) ? 8 : 4; in radeon_agp_init() 267 default_mode = 4; in radeon_agp_init() 269 default_mode = 2; in radeon_agp_init() 271 default_mode = 1; in radeon_agp_init() 283 default_mode = p->default_mode; in radeon_agp_init() 294 default_mode); in radeon_agp_init() 295 radeon_agpmode = default_mode; in radeon_agp_init() 300 radeon_agpmode = default_mode; in radeon_agp_init()
|
| /linux/drivers/iio/adc/ |
| H A D | max1363.c | 138 enum max1363_modes default_mode; member 1056 .default_mode = s0to3, 1066 .default_mode = s0to3, 1076 .default_mode = s0to3, 1086 .default_mode = s0to3, 1096 .default_mode = s0to3, 1106 .default_mode = s0to3, 1116 .default_mode = s0to11, 1126 .default_mode = s0to11, 1136 .default_mode = s0to3, [all …]
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-kingdisplay-kd097d04.c | 274 static const struct drm_display_mode default_mode = { variable 291 mode = drm_mode_duplicate(connector->dev, &default_mode); in kingdisplay_panel_get_modes() 294 default_mode.hdisplay, default_mode.vdisplay, in kingdisplay_panel_get_modes() 295 drm_mode_vrefresh(&default_mode)); in kingdisplay_panel_get_modes()
|
| H A D | panel-sharp-lq101r1sx01.c | 225 static const struct drm_display_mode default_mode = { variable 242 mode = drm_mode_duplicate(connector->dev, &default_mode); in sharp_panel_get_modes() 245 default_mode.hdisplay, default_mode.vdisplay, in sharp_panel_get_modes() 246 drm_mode_vrefresh(&default_mode)); in sharp_panel_get_modes() 276 sharp->mode = &default_mode; in sharp_panel_add()
|
| H A D | panel-samsung-s6e63j0x03.c | 44 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(connector->dev, &default_mode); in s6e63j0x03_get_modes() 409 default_mode.hdisplay, default_mode.vdisplay, in s6e63j0x03_get_modes() 410 drm_mode_vrefresh(&default_mode)); in s6e63j0x03_get_modes()
|
| H A D | panel-khadas-ts050.c | 751 static const struct drm_display_mode default_mode = { variable 769 mode = drm_mode_duplicate(connector->dev, &default_mode); in khadas_ts050_panel_get_modes() 772 default_mode.hdisplay, default_mode.vdisplay, in khadas_ts050_panel_get_modes() 773 drm_mode_vrefresh(&default_mode)); in khadas_ts050_panel_get_modes()
|
| H A D | panel-raydium-rm68200.c | 81 static const struct drm_display_mode default_mode = { variable 298 mode = drm_mode_duplicate(connector->dev, &default_mode); in rm68200_get_modes() 301 default_mode.hdisplay, default_mode.vdisplay, in rm68200_get_modes() 302 drm_mode_vrefresh(&default_mode)); in rm68200_get_modes()
|
| H A D | panel-ronbo-rb070d30.c | 90 static const struct drm_display_mode default_mode = { variable 112 mode = drm_mode_duplicate(connector->dev, &default_mode); in rb070d30_panel_get_modes() 115 DRM_MODE_ARG(&default_mode)); in rb070d30_panel_get_modes()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_probe_helper_test.c | 68 enum drm_connector_tv_mode default_mode; member 79 .default_mode = _default, \ 115 params->default_mode); in drm_test_connector_helper_tv_get_modes_check()
|
| /linux/include/linux/regulator/ |
| H A D | max8952.h | 108 u32 default_mode; member
|
| /linux/drivers/video/fbdev/ |
| H A D | ocfb.c | 52 static const struct fb_videomode default_mode = { variable 312 NULL, 0, &default_mode, 16)) { in ocfb_probe()
|
| H A D | gbefb.c | 179 static struct fb_videomode *default_mode = &default_mode_CRT; variable 1100 default_mode = &default_mode_CRT; in gbefb_setup() 1105 default_mode = &default_mode_LCD; in gbefb_setup() 1207 default_mode, 8) == 0) in gbefb_probe()
|
| /linux/drivers/media/i2c/ |
| H A D | ov5670.c | 2203 const struct ov5670_mode *default_mode = &supported_modes[0]; in ov5670_init_state() local 2206 fmt->width = default_mode->width; in ov5670_init_state() 2207 fmt->height = default_mode->height; in ov5670_init_state() 2215 *crop = *default_mode->analog_crop; in ov5670_init_state()
|
| H A D | thp7312.c | 851 const struct thp7312_mode_info *default_mode = &thp7312_mode_info_data[0]; in thp7312_init_state() local 867 fmt->width = default_mode->width; in thp7312_init_state() 868 fmt->height = default_mode->height; in thp7312_init_state() 872 interval->denominator = default_mode->rates[0].fps; in thp7312_init_state()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 1092 struct vc_data **default_mode = vc->vc_display_fg; in fbcon_init() local 1093 struct vc_data *svc = *default_mode; in fbcon_init() 1440 struct vc_data **default_mode, *vc; in fbcon_set_disp() local 1455 default_mode = vc->vc_display_fg; in fbcon_set_disp() 1456 svc = *default_mode; in fbcon_set_disp() 1461 vc->vc_font.width = (*default_mode)->vc_font.width; in fbcon_set_disp() 1462 vc->vc_font.height = (*default_mode)->vc_font.height; in fbcon_set_disp() 1463 vc->vc_font.charcount = (*default_mode)->vc_font.charcount; in fbcon_set_disp()
|
| /linux/Documentation/fb/ |
| H A D | ep93xx-fb.rst | 35 .default_mode = &some_board_video_modes[0],
|
| H A D | modedb.rst | 150 const struct fb_videomode *default_mode,
|
| /linux/drivers/media/usb/siano/ |
| H A D | smsusb.c | 258 id = sms_get_board(board_id)->default_mode; in smsusb1_load_firmware()
|