Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Ddisplif.h886 struct xendispl_set_config_req set_config; member
/freebsd/sys/dev/hptiop/
H A Dhptiop.c1744 .set_config = hptiop_set_config_itl,
1762 .set_config = hptiop_set_config_mv,
1780 .set_config = hptiop_set_config_mvfrey,
1869 struct hpt_iop_request_set_config set_config; in hptiop_attach() local
2024 bzero(&set_config, sizeof(set_config)); in hptiop_attach()
2025 set_config.iop_id = unit; in hptiop_attach()
2026 set_config.vbus_id = cam_sim_path(hba->sim); in hptiop_attach()
2027 set_config.max_host_request_size = HPT_SRB_MAX_REQ_SIZE; in hptiop_attach()
2029 if (hba->ops->set_config(hba, &set_config)) { in hptiop_attach()
H A Dhptiop.h445 int (*set_config)(struct hpt_iop_hba *hba, member
/freebsd/sys/arm/allwinner/
H A Dsunxi_dma_if.m74 METHOD int set_config {
/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c343 ret = mode_set->crtc->funcs->set_config(mode_set); in drm_fb_helper_restore_fbdev_mode()
784 ret = crtc->funcs->set_config(&fb_helper->crtc_info[i].mode_set);
820 ret = crtc->funcs->set_config(modeset);
953 ret = crtc->funcs->set_config(&fb_helper->crtc_info[i].mode_set); in drm_fb_helper_single_fb_probe()
H A Ddrm_crtc.h340 int (*set_config)(struct drm_mode_set *set); member
H A Ddrm_crtc.c382 ret = crtc->funcs->set_config(&set); in drm_framebuffer_remove()
2020 ret = crtc->funcs->set_config(&set); in drm_mode_setcrtc()
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c722 static int set_config(struct ibnd_config *config, struct ibnd_config *cfg) in set_config() function
766 if (set_config(&config, cfg)) { in ibnd_discover_fabric()
/freebsd/lib/libusb/
H A Dlibusb10.c713 goto set_config; in libusb_set_configuration()
718 set_config: in libusb_set_configuration()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c661 goto set_config; in op_wlan_iface_config()
675 goto set_config; in op_wlan_iface_config()
694 goto set_config; in op_wlan_iface_config()
853 set_config: in op_wlan_iface_config()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c1086 .set_config = drm_crtc_helper_set_config,