Home
last modified time | relevance | path

Searched refs:hw_info (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_ddc.c204 struct gpio_ddc_hw_info hw_info; in ddc_service_construct() local
213 hw_info.ddc_channel = i2c_info.i2c_line; in ddc_service_construct()
215 hw_info.hw_supported = i2c_info.i2c_hw_assist; in ddc_service_construct()
217 hw_info.hw_supported = false; in ddc_service_construct()
223 &hw_info); in ddc_service_construct()
H A Damdgpu_dc_link.c2519 psr_context->channel = link->ddc->ddc_pin->hw_info.ddc_channel; in dc_link_setup_psr()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_ddc_types.h124 struct gpio_ddc_hw_info hw_info; member
/netbsd/lib/libossaudio/
H A Doss4_mixer.c195 memset(cardinfo->hw_info, 0, sizeof(cardinfo->hw_info)); in _oss4_mixer_ioctl()
H A Dsoundcard.h488 char hw_info[400]; member
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
H A Damdgpu_gpio_service.c509 ddc->hw_info = *info; in dal_gpio_create_ddc()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_i2c_hw.c384 if (ddc->hw_info.hw_supported) { in acquire_i2c_hw_engine()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5759 ddc_service->ddc_pin->hw_info.ddc_channel, in amdgpu_dm_i2c_xfer()
5795 i2c->ddc_service->ddc_pin->hw_info.ddc_channel = link_index; in create_i2c()