Searched refs:mode_ptr (Results 1 – 4 of 4) sorted by relevance
1360 if (mode_ptr->vdisplay == 720) in intel_tv_chose_preferred_modes()1377 struct drm_display_mode *mode_ptr; in intel_tv_get_modes() local1397 if (!mode_ptr) in intel_tv_get_modes()1401 mode_ptr->hdisplay = hactive_s; in intel_tv_get_modes()1404 if (mode_ptr->hsync_end <= mode_ptr->hsync_start) in intel_tv_get_modes()1405 mode_ptr->hsync_end = mode_ptr->hsync_start + 1; in intel_tv_get_modes()1408 mode_ptr->vdisplay = vactive_s; in intel_tv_get_modes()1411 if (mode_ptr->vsync_end <= mode_ptr->vsync_start) in intel_tv_get_modes()1412 mode_ptr->vsync_end = mode_ptr->vsync_start + 1; in intel_tv_get_modes()1416 tmp *= mode_ptr->htotal; in intel_tv_get_modes()[all …]
125 ahd_mode_state mode_ptr; in ahd_update_modes() local129 mode_ptr = ahd_inb(ahd, MODE_PTR); in ahd_update_modes()132 printf("Reading mode 0x%x\n", mode_ptr); in ahd_update_modes()134 ahd_extract_mode_state(ahd, mode_ptr, &src, &dst); in ahd_update_modes()
75 static symbol_ref_t mode_ptr; variable536 if (mode_ptr.symbol != NULL) {541 mode_ptr.symbol = cur_symbol;1634 else if (dest->symbol == mode_ptr.symbol) { in format_1_instr()1646 else if (src->symbol == mode_ptr.symbol) in format_1_instr()
1472 struct drm_mode_modeinfo __user *mode_ptr; in drm_mode_getconnector() local1530 mode_ptr = (struct drm_mode_modeinfo __user *)(unsigned long)out_resp->modes_ptr; in drm_mode_getconnector()1533 if (copy_to_user(mode_ptr + copied, in drm_mode_getconnector()