Searched refs:mode_set (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c272 struct drm_mode_set *mode_set =
273 &helper->crtc_info[i].mode_set;
275 if (!mode_set->crtc->enabled)
278 funcs = mode_set->crtc->helper_private;
279 drm_fb_helper_save_lut_atomic(mode_set->crtc, helper);
280 funcs->mode_set_base_atomic(mode_set->crtc,
281 mode_set->fb,
282 mode_set->x,
283 mode_set->y,
315 struct drm_mode_set *mode_set
344 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set; local
[all...]
H A Ddrm_crtc_helper.h46 * @mode_set: set this mode
64 int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode, member in struct:drm_crtc_helper_funcs
85 * @mode_set: set this mode
99 void (*mode_set)(struct drm_encoder *encoder, member in struct:drm_encoder_helper_funcs
H A Ddrm_fb_helper.h38 struct drm_mode_set mode_set; member in struct:drm_fb_helper_crtc
H A Ddrm_crtc_helper.c459 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
472 encoder_funcs->mode_set(encoder, mode, adjusted_mode);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo.h113 void (*mode_set)(struct intel_dvo_device *dvo, member in struct:intel_dvo_dev_ops
H A Dintel_dvo.c273 intel_dvo->dev.dev_ops->mode_set(&intel_dvo->dev, mode, adjusted_mode);
348 .mode_set = intel_dvo_mode_set,
H A Ddvo_ch7xxx.c342 .mode_set = ch7xxx_mode_set,
H A Ddvo_ivch.c435 .mode_set = ivch_mode_set,
H A Ddvo_sil164.c277 .mode_set = sil164_mode_set,
H A Ddvo_tfp410.c316 .mode_set = tfp410_mode_set,
H A Ddvo_ch7017.c413 .mode_set = ch7017_mode_set,
H A Ddvo_ns2501.c596 .mode_set = ns2501_mode_set,
H A Dintel_crt.c681 .mode_set = intel_crt_mode_set,
H A Dintel_ddi.c1466 .mode_set = intel_ddi_mode_set,
H A Dintel_hdmi.c934 .mode_set = intel_hdmi_mode_set,
H A Dintel_lvds.c605 .mode_set = intel_lvds_mode_set,
/freebsd-11-stable/contrib/gcc/
H A Dmode-switching.c593 rtx mode_set;
610 mode_set = get_insns ();
614 if (mode_set == NULL_RTX)
621 insert_insn_on_edge (mode_set, eg);
652 rtx mode_set;
656 mode_set = get_insns ();
660 if (mode_set != NULL_RTX)
666 emit_insn_after (mode_set, ptr->insn_ptr);
668 emit_insn_before (mode_set, ptr->insn_ptr);
591 rtx mode_set; local
650 rtx mode_set; local
/freebsd-11-stable/sys/dev/sound/pci/
H A Dvia82c686.c288 int mode, mode_set; local
290 mode_set = 0;
292 mode_set |= VIA_RPMODE_STEREO;
294 mode_set |= VIA_RPMODE_16BIT;
300 mode |= mode_set;
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c234 CHK(capdb_getaltstr(bp, "ms", "tty.mode", 0, &pp->mode_set));
352 cfree(pp->mode_set);
H A Dlp.h86 char *mode_set; /* MS: mode set, a la stty */ member in struct:printer
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_legacy_encoders.c268 .mode_set = radeon_legacy_lvds_mode_set,
715 .mode_set = radeon_legacy_primary_dac_mode_set,
880 .mode_set = radeon_legacy_tmds_int_mode_set,
1023 .mode_set = radeon_legacy_tmds_ext_mode_set,
1681 .mode_set = radeon_legacy_tv_dac_mode_set,
H A Dradeon_display.c525 radeon_crtc->mode_set.crtc = &radeon_crtc->base;
526 radeon_crtc->mode_set.connectors = (struct drm_connector **)(radeon_crtc + 1);
527 radeon_crtc->mode_set.num_connectors = 0;
H A Datombios_encoders.c2470 .mode_set = radeon_atom_ext_mode_set,
2480 .mode_set = radeon_atom_encoder_mode_set,
2490 .mode_set = radeon_atom_encoder_mode_set,
H A Dradeon_legacy_crtc.c1070 .mode_set = radeon_crtc_mode_set,
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1976 if (pp->mode_set) {
1977 char *s = strdup(pp->mode_set), *tmp;
1983 if (pp->mode_set != 0 || pp->baud_rate > 0) {

Completed in 158 milliseconds

12