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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/
H A Dhw_generic.c67 static enum gpio_result set_config( function
88 .set_config = set_config,
H A Dhw_hpd.c88 static enum gpio_result set_config( function
109 .set_config = set_config,
H A Dhw_ddc.c66 static enum gpio_result set_config( function
213 .set_config = set_config,
H A Dhw_gpio.h60 enum gpio_result (*set_config)( member in struct:hw_gpio_pin_funcs
H A Dgpio_base.c153 return gpio->pin->funcs->set_config(gpio->pin, config_data);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_encoder_slave.c86 encoder->slave_funcs->set_config(&encoder->base,
H A Ddrm_plane_helper.c45 * Since the legacy &drm_mode_config_funcs.set_config interface ties the primary
229 * We call set_config() directly here rather than using
236 ret = crtc->funcs->set_config(&set, ctx);
H A Ddrm_crtc.c69 * &drm_crtc_funcs.set_config, legacy plane operations, see
609 * NOTE: ->set_config can also disable other crtcs (if we steal all
621 ret = crtc->funcs->set_config(set, ctx);
643 * drm_mode_set_config_internal - helper to call &drm_mode_config_funcs.set_config
647 * &drm_mode_config_funcs.set_config driver interface. The only thing it adds is
886 ret = crtc->funcs->set_config(&set, &ctx);
/openbsd-current/sys/dev/pci/drm/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.h507 * @set_config:
520 int (*set_config)(struct drm_mode_set *set, member in struct:drm_crtc_funcs
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c296 .set_config = drm_atomic_helper_set_config,
/openbsd-current/sys/dev/fdt/
H A Drkvop.c519 .set_config = drm_atomic_helper_set_config,
/openbsd-current/sys/dev/pci/drm/apple/
H A Dapple_drv.c271 .set_config = drm_atomic_helper_set_config,
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_crtc.c224 .set_config = drm_atomic_helper_set_config, \
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_display.c672 .set_config = radeon_crtc_set_config,
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Ddce_v11_0.c2568 .set_config = amdgpu_display_crtc_set_config,
H A Ddce_v10_0.c2484 .set_config = amdgpu_display_crtc_set_config,
H A Ddce_v8_0.c2389 .set_config = amdgpu_display_crtc_set_config,
H A Ddce_v6_0.c2389 .set_config = amdgpu_display_crtc_set_config,

Completed in 347 milliseconds