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

123

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
H A Damdgpu_hw_generic.c72 static enum gpio_result set_config( function
93 .set_config = set_config,
H A Damdgpu_hw_hpd.c96 static enum gpio_result set_config( function
117 .set_config = set_config,
H A Damdgpu_hw_ddc.c74 static enum gpio_result set_config( function
219 .set_config = set_config,
H A Dhw_gpio.h62 enum gpio_result (*set_config)( member in struct:hw_gpio_pin_funcs
H A Damdgpu_gpio_base.c160 return gpio->pin->funcs->set_config(gpio->pin, config_data);
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Ddrm_encoder_slave.h50 void (*set_config)(struct drm_encoder *, void *); member in struct:drm_encoder_slave_funcs
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Ddisplif.h805 struct xendispl_set_config_req set_config; member in union:xendispl_req::__anon9062
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_case_test.cpp160 /// To override test-suite-specific variables, use set_config() as it
176 set_config(const char* variable, const T& value) function in class:__anon1867::atf_helper
583 helper.set_config("control_dir", fs::current_path());
598 helper.set_config("control_dir", fs::current_path());
617 helper.set_config("control_dir", fs::current_path());
632 helper.set_config("control_dir", fs::current_path());
646 helper.set_config("control_dir", fs::current_path());
733 helper.set_config("control_dir", fs::current_path());
734 helper.set_config("unused-var", "value");
849 helper.set_config("control_di
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_encoder_slave.c95 encoder->slave_funcs->set_config(&encoder->base,
H A Ddrm_plane_helper.c47 * Since the legacy &drm_mode_config_funcs.set_config interface ties the primary
213 * We call set_config() directly here rather than using
220 ret = crtc->funcs->set_config(&set, ctx);
H A Ddrm_crtc.c72 * &drm_crtc_funcs.set_config, legacy plane operations, see
435 * NOTE: ->set_config can also disable other crtcs (if we steal all
447 ret = crtc->funcs->set_config(set, ctx);
469 * drm_mode_set_config_internal - helper to call &drm_mode_config_funcs.set_config
473 * &drm_mode_config_funcs.set_config driver interface. The only thing it adds is
715 ret = crtc->funcs->set_config(&set, &ctx);
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_encoder_slave.h37 * @set_config: Initialize any encoder-specific modesetting parameters.
51 void (*set_config)(struct drm_encoder *encoder, member in struct:drm_encoder_slave_funcs
H A Ddrm_crtc.h499 * @set_config:
512 int (*set_config)(struct drm_mode_set *set, member in struct:drm_crtc_funcs
/netbsd-current/sys/dev/fdt/
H A Dfdt_pinctrl.c107 error = pc->pc_funcs->set_config(pc->pc_dev, pinctrl_data, pinctrl_cells * 4);
H A Dpinctrl_single.c136 .set_config = pinctrl_single_pins_set_config,
/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_pinctrl.c68 .set_config = exynos_pinctrl_set_cfg
/netbsd-current/sys/arch/arm/nxp/
H A Dimx6_iomux.c123 .set_config = imx6_pinctrl_set_config,
/netbsd-current/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front.c146 req->op.set_config.x = x;
147 req->op.set_config.y = y;
148 req->op.set_config.width = width;
149 req->op.set_config.height = height;
150 req->op.set_config.bpp = bpp;
151 req->op.set_config.fb_cookie = fb_cookie;
/netbsd-current/usr.sbin/sysinst/
H A Dconfigmenu.c169 set_config(menudesc *menu, int opt, void *arg) function
538 configmenu_hdr, set_config, NULL, NULL,
/netbsd-current/sys/external/bsd/drm2/i2c/
H A Ddrm_encoder_slave.c169 (*slave->slave_funcs->set_config)(&slave->base,
/netbsd-current/sys/arch/arm/apple/
H A Dapple_pinctrl.c240 .set_config = apple_pinctrl_set_config,
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra_pinmux.c244 .set_config = tegra_pinmux_set_config,
/netbsd-current/sys/arch/arm/rockchip/
H A Drk3328_iomux.c273 .set_config = rk3328_iomux_pinctrl_set_config,
H A Drk3288_iomux.c318 .set_config = rk3288_iomux_pinctrl_set_config,
/netbsd-current/sys/external/bsd/drm2/dist/drm/i2c/
H A Dsil164_drv.c342 .set_config = sil164_encoder_set_config,

Completed in 175 milliseconds

123