/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.c | 270 struct drm_mode_set *mode_set = 271 &helper->crtc_info[i].mode_set; 273 if (!mode_set->crtc->enabled) 276 funcs = mode_set->crtc->helper_private; 277 drm_fb_helper_save_lut_atomic(mode_set->crtc, helper); 278 funcs->mode_set_base_atomic(mode_set->crtc, 279 mode_set->fb, 280 mode_set->x, 281 mode_set->y, 313 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set; [all …]
|
H A D | drm_crtc_helper.h | 62 int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode, member 97 void (*mode_set)(struct drm_encoder *encoder, member
|
H A D | drm_fb_helper.h | 36 struct drm_mode_set mode_set; member
|
H A D | drm_crtc_helper.c | 457 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode() 470 encoder_funcs->mode_set(encoder, mode, adjusted_mode); in drm_crtc_helper_set_mode()
|
/freebsd/sys/arm/annapurna/alpine/ |
H A D | alpine_serdes.c | 52 bool mode_set; member 118 alpine_serdes_eth_group_mode[i].mode_set = false; in al_serdes_attach() 137 alpine_serdes_eth_group_mode[i].mode_set = false; in al_serdes_detach() 174 if (!group_mode->mode_set || (group_mode->mode != mode)) { in alpine_serdes_eth_mode_set() 186 group_mode->mode_set = true; in alpine_serdes_eth_mode_set()
|
/freebsd/sys/dev/sound/pci/ |
H A D | via82c686.c | 284 int mode, mode_set; in viachan_setformat() local 286 mode_set = 0; in viachan_setformat() 288 mode_set |= VIA_RPMODE_STEREO; in viachan_setformat() 290 mode_set |= VIA_RPMODE_16BIT; in viachan_setformat() 296 mode |= mode_set; in viachan_setformat()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_uu.c | 63 int mode_set; member 396 uudecode->mode_set = 0; in uudecode_bidder_init() 450 if (uudecode->mode_set != 0) in uudecode_read_header() 583 uudecode->mode_set = 1; in uudecode_filter_read()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | printcap.c | 228 CHK(capdb_getaltstr(bp, "ms", "tty.mode", 0, &pp->mode_set)); in getprintcap_int() 346 cfree(pp->mode_set); in free_printer()
|
H A D | lp.h | 85 char *mode_set; /* MS: mode set, a la stty */ member
|
/freebsd/stand/i386/libi386/ |
H A D | vbe.c | 512 mode_set(struct env_var *ev, int flags __unused, const void *value) in mode_set() function 571 env_setenv("screen.textmode", EV_VOLATILE, "1", mode_set, in vbe_init() 573 env_setenv("vbe_max_resolution", EV_VOLATILE, NULL, mode_set, in vbe_init()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 1964 if (pp->mode_set) { in setty() 1965 char *s = strdup(pp->mode_set), *tmp; in setty() 1971 if (pp->mode_set != 0 || pp->baud_rate > 0) { in setty()
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_hdmi.c | 993 .mode_set = hdmi_encoder_mode_set,
|
H A D | tegra_dc.c | 798 .mode_set = dc_crtc_mode_set,
|
/freebsd/sys/dev/ice/ |
H A D | ice_lib.c | 3455 bool mode_set = false; in ice_sysctl_fc_config() 3500 mode_set = true; 3504 mode_set = true; 3508 mode_set = true; in __ice_sysctl_phy_type_handler() 3512 mode_set = true; in __ice_sysctl_phy_type_handler() 3519 if (!mode_set) { in __ice_sysctl_phy_type_handler() 3360 bool mode_set = false; ice_sysctl_fc_config() local
|