Home
last modified time | relevance | path

Searched refs:i2c_command (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/hdcp/
H A Damdgpu_hdcp_msg.c136 struct i2c_command i2c_command; in hdmi_14_process_transaction() local
158 i2c_command.number_of_payloads = ARRAY_SIZE(i2c_payloads); in hdmi_14_process_transaction()
162 i2c_command.number_of_payloads = 1; in hdmi_14_process_transaction()
174 i2c_command.payloads = i2c_payloads; in hdmi_14_process_transaction()
175 i2c_command.engine = I2C_COMMAND_ENGINE_HW;//only HW in hdmi_14_process_transaction()
176 i2c_command.speed = link->ddc->ctx->dc->caps.i2c_speed_in_khz; in hdmi_14_process_transaction()
181 &i2c_command); in hdmi_14_process_transaction()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Ddce_i2c.h38 struct i2c_command *cmd);
H A Ddce_i2c_sw.h51 struct i2c_command *cmd,
H A Damdgpu_dce_i2c.c36 struct i2c_command *cmd) in dce_i2c_submit_command()
H A Ddce_i2c_hw.h321 struct i2c_command *cmd,
H A Damdgpu_dce_i2c_sw.c479 struct i2c_command *cmd, in dce_i2c_submit_command_sw()
H A Damdgpu_dce_i2c_hw.c564 struct i2c_command *cmd, in dce_i2c_submit_command_hw()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_link.h313 struct i2c_command *cmd);
317 struct i2c_command *cmd);
H A Ddm_helpers.h121 struct i2c_command *cmd);
H A Ddc_ddc_types.h105 struct i2c_command { struct
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c45 struct i2c_command cmd = {i2c_payloads, 1, I2C_COMMAND_ENGINE_HW, link->dc->caps.i2c_speed_in_khz}; in lp_write_i2c()
56 struct i2c_command cmd = {i2c_payloads, 2, I2C_COMMAND_ENGINE_HW, link->dc->caps.i2c_speed_in_khz}; in lp_read_i2c()
H A Damdgpu_dm_helpers.c482 struct i2c_command *cmd) in dm_helpers_submit_i2c()
H A Damdgpu_dm.c5737 struct i2c_command cmd; in amdgpu_dm_i2c_xfer()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_ddc.c364 struct i2c_command command = { in i2c_read()
568 struct i2c_command command = { in dal_ddc_service_query_ddc_data()
H A Damdgpu_dc.c2559 struct i2c_command *cmd) in dc_submit_i2c()
2572 struct i2c_command *cmd) in dc_submit_i2c_oem()
H A Damdgpu_dc_link.c1686 struct i2c_command cmd = {0}; in i2c_write()