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

/freebsd-11-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-11-stable/sys/dev/hptiop/
H A Dhptiop.c1756 .set_config = hptiop_set_config_itl,
1774 .set_config = hptiop_set_config_mv,
1792 .set_config = hptiop_set_config_mvfrey,
1882 struct hpt_iop_request_set_config set_config; local
2037 bzero(&set_config, sizeof(set_config));
2038 set_config.iop_id = unit;
2039 set_config.vbus_id = cam_sim_path(hba->sim);
2040 set_config.max_host_request_size = HPT_SRB_MAX_REQ_SIZE;
2042 if (hba->ops->set_config(hb
[all...]
H A Dhptiop.h445 int (*set_config)(struct hpt_iop_hba *hba, member in struct:hptiop_adapter_ops
/freebsd-11-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-11-stable/lib/libusb/
H A Dlibusb10.c660 goto set_config;
665 set_config:
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c1095 .set_config = drm_crtc_helper_set_config,
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c663 goto set_config;
677 goto set_config;
696 goto set_config;
855 set_config:
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c503 .set_config = drm_crtc_helper_set_config,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c8318 .set_config = intel_crtc_set_config,

Completed in 232 milliseconds