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 D | amdgpu_hdcp_msg.c | 136 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 D | dce_i2c.h | 38 struct i2c_command *cmd);
|
H A D | dce_i2c_sw.h | 51 struct i2c_command *cmd,
|
H A D | amdgpu_dce_i2c.c | 36 struct i2c_command *cmd) in dce_i2c_submit_command()
|
H A D | dce_i2c_hw.h | 321 struct i2c_command *cmd,
|
H A D | amdgpu_dce_i2c_sw.c | 479 struct i2c_command *cmd, in dce_i2c_submit_command_sw()
|
H A D | amdgpu_dce_i2c_hw.c | 564 struct i2c_command *cmd, in dce_i2c_submit_command_hw()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
H A D | dc_link.h | 313 struct i2c_command *cmd); 317 struct i2c_command *cmd);
|
H A D | dm_helpers.h | 121 struct i2c_command *cmd);
|
H A D | dc_ddc_types.h | 105 struct i2c_command { struct
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.c | 45 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 D | amdgpu_dm_helpers.c | 482 struct i2c_command *cmd) in dm_helpers_submit_i2c()
|
H A D | amdgpu_dm.c | 5737 struct i2c_command cmd; in amdgpu_dm_i2c_xfer()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
H A D | amdgpu_dc_link_ddc.c | 364 struct i2c_command command = { in i2c_read() 568 struct i2c_command command = { in dal_ddc_service_query_ddc_data()
|
H A D | amdgpu_dc.c | 2559 struct i2c_command *cmd) in dc_submit_i2c() 2572 struct i2c_command *cmd) in dc_submit_i2c_oem()
|
H A D | amdgpu_dc_link.c | 1686 struct i2c_command cmd = {0}; in i2c_write()
|