Searched refs:i2c_command (Results 1 – 17 of 17) sorted by relevance
/drivers/gpu/drm/amd/display/dc/hdcp/ |
D | hdcp_msg.c | 132 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/ |
D | dce_i2c.h | 36 struct i2c_command *cmd);
|
D | dce_i2c_sw.h | 49 struct i2c_command *cmd,
|
D | dce_i2c.c | 31 struct i2c_command *cmd) in dce_i2c_submit_command()
|
D | dce_i2c_sw.c | 474 struct i2c_command *cmd, in dce_i2c_submit_command_sw()
|
D | dce_i2c_hw.h | 319 struct i2c_command *cmd,
|
D | dce_i2c_hw.c | 560 struct i2c_command *cmd, in dce_i2c_submit_command_hw()
|
/drivers/gpu/drm/amd/display/dc/ |
D | dc_link.h | 354 struct i2c_command *cmd); 358 struct i2c_command *cmd);
|
D | dm_helpers.h | 142 struct i2c_command *cmd);
|
D | dc_ddc_types.h | 103 struct i2c_command { struct
|
/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_ddc.c | 343 struct i2c_command command = { in i2c_read() 552 struct i2c_command command = {0}; in dal_ddc_service_query_ddc_data()
|
D | dc.c | 2895 struct i2c_command *cmd) in dc_submit_i2c() 2908 struct i2c_command *cmd) in dc_submit_i2c_oem()
|
D | dc_link.c | 1865 struct i2c_command cmd = {0}; in i2c_write()
|
/drivers/gpu/drm/amd/display/amdgpu_dm/ |
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()
|
D | amdgpu_dm_helpers.c | 477 struct i2c_command *cmd) in dm_helpers_submit_i2c()
|
D | amdgpu_dm.c | 6588 struct i2c_command cmd; in amdgpu_dm_i2c_xfer()
|
/drivers/char/ipmi/ |
D | ipmi_ssif.c | 271 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()
|