Searched refs:set_config (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c345 ret = mode_set->crtc->funcs->set_config(mode_set);
786 ret = crtc->funcs->set_config(&fb_helper->crtc_info[i].mode_set);
822 ret = crtc->funcs->set_config(modeset);
955 ret = crtc->funcs->set_config(&fb_helper->crtc_info[i].mode_set);
H A Ddrm_crtc.h311 * @set_config: apply a new CRTC configuration
342 int (*set_config)(struct drm_mode_set *set); member in struct:drm_crtc_funcs
H A Ddrm_crtc.c384 ret = crtc->funcs->set_config(&set);
2038 ret = crtc->funcs->set_config(&set);
/freebsd-12-stable/sys/dev/hptiop/
H A Dhptiop.c1758 .set_config = hptiop_set_config_itl,
1776 .set_config = hptiop_set_config_mv,
1794 .set_config = hptiop_set_config_mvfrey,
1884 struct hpt_iop_request_set_config set_config; local
2039 bzero(&set_config, sizeof(set_config));
2040 set_config.iop_id = unit;
2041 set_config.vbus_id = cam_sim_path(hba->sim);
2042 set_config.max_host_request_size = HPT_SRB_MAX_REQ_SIZE;
2044 if (hba->ops->set_config(hb
[all...]
H A Dhptiop.h447 int (*set_config)(struct hpt_iop_hba *hba, member in struct:hptiop_adapter_ops
/freebsd-12-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c722 static int set_config(struct ibnd_config *config, struct ibnd_config *cfg) function
766 if (set_config(&config, cfg)) {
/freebsd-12-stable/lib/libusb/
H A Dlibusb10.c662 goto set_config;
667 set_config:
/freebsd-12-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c1095 .set_config = drm_crtc_helper_set_config,
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c664 goto set_config;
678 goto set_config;
697 goto set_config;
856 set_config:
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c503 .set_config = drm_crtc_helper_set_config,
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_display.c8318 .set_config = intel_crtc_set_config,

Completed in 290 milliseconds