Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/hdcp/
Dhdcp_msg.c132 struct i2c_command i2c_command; in hdmi_14_process_transaction() local
154 i2c_command.number_of_payloads = ARRAY_SIZE(i2c_payloads); in hdmi_14_process_transaction()
158 i2c_command.number_of_payloads = 1; in hdmi_14_process_transaction()
170 i2c_command.payloads = i2c_payloads; in hdmi_14_process_transaction()
171 i2c_command.engine = I2C_COMMAND_ENGINE_HW;//only HW in hdmi_14_process_transaction()
172 i2c_command.speed = link->ddc->ctx->dc->caps.i2c_speed_in_khz; in hdmi_14_process_transaction()
177 &i2c_command); in hdmi_14_process_transaction()
/drivers/gpu/drm/amd/display/dc/dce/
Ddce_i2c.h36 struct i2c_command *cmd);
Ddce_i2c_sw.h49 struct i2c_command *cmd,
Ddce_i2c.c31 struct i2c_command *cmd) in dce_i2c_submit_command()
Ddce_i2c_sw.c474 struct i2c_command *cmd, in dce_i2c_submit_command_sw()
Ddce_i2c_hw.h319 struct i2c_command *cmd,
Ddce_i2c_hw.c560 struct i2c_command *cmd, in dce_i2c_submit_command_hw()
/drivers/gpu/drm/amd/display/dc/
Ddc_link.h354 struct i2c_command *cmd);
358 struct i2c_command *cmd);
Ddm_helpers.h142 struct i2c_command *cmd);
Ddc_ddc_types.h103 struct i2c_command { struct
/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_ddc.c343 struct i2c_command command = { in i2c_read()
552 struct i2c_command command = {0}; in dal_ddc_service_query_ddc_data()
Ddc.c2895 struct i2c_command *cmd) in dc_submit_i2c()
2908 struct i2c_command *cmd) in dc_submit_i2c_oem()
Ddc_link.c1865 struct i2c_command cmd = {0}; in i2c_write()
/drivers/gpu/drm/amd/display/amdgpu_dm/
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()
Damdgpu_dm_helpers.c477 struct i2c_command *cmd) in dm_helpers_submit_i2c()
Damdgpu_dm.c6588 struct i2c_command cmd; in amdgpu_dm_i2c_xfer()
/drivers/char/ipmi/
Dipmi_ssif.c271 int i2c_command; member
498 ssif_info->client, ssif_info->i2c_command, in ipmi_ssif_thread()
504 ssif_info->client, ssif_info->i2c_command, in ipmi_ssif_thread()
527 ssif_info->i2c_command = command; in ssif_i2c_send()