Home
last modified time | relevance | path

Searched refs:mode_ptr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_tv.c1360 if (mode_ptr->vdisplay == 720) in intel_tv_chose_preferred_modes()
1377 struct drm_display_mode *mode_ptr; in intel_tv_get_modes() local
1397 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 …]
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic79xx_inline.h125 ahd_mode_state mode_ptr; in ahd_update_modes() local
129 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()
/freebsd-12.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y75 static symbol_ref_t mode_ptr; variable
536 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()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_crtc.c1472 struct drm_mode_modeinfo __user *mode_ptr; in drm_mode_getconnector() local
1530 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()