Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/hdcp/
H A Dhdcp_msg.c132 struct i2c_command i2c_command; in hdmi_14_process_transaction() local
162 i2c_command.number_of_payloads = ARRAY_SIZE(i2c_payloads); in hdmi_14_process_transaction()
166 i2c_command.number_of_payloads = 1; in hdmi_14_process_transaction()
178 i2c_command.payloads = i2c_payloads; in hdmi_14_process_transaction()
179 i2c_command.engine = I2C_COMMAND_ENGINE_HW;//only HW in hdmi_14_process_transaction()
180 i2c_command.speed = link->ddc->ctx->dc->caps.i2c_speed_in_khz; in hdmi_14_process_transaction()
185 &i2c_command); in hdmi_14_process_transaction()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c.h42 struct i2c_command *cmd);
H A Ddce_i2c_sw.h49 struct i2c_command *cmd,
H A Ddce_i2c.c57 struct i2c_command *cmd) in dce_i2c_submit_command()
H A Ddce_i2c_sw.c469 struct i2c_command *cmd, in dce_i2c_submit_command_sw()
H A Ddce_i2c_hw.h338 struct i2c_command *cmd,
H A Ddce_i2c_hw.c582 struct i2c_command *cmd, in dce_i2c_submit_command_hw()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_ddc_types.h121 struct i2c_command { struct
H A Ddm_helpers.h147 struct i2c_command *cmd);
H A Ddc.h1703 struct i2c_command *cmd);
1712 struct i2c_command *cmd);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_exports.c158 struct i2c_command *cmd) in dc_submit_i2c()
172 struct i2c_command *cmd) in dc_submit_i2c_oem()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_ssif.c265 int i2c_command; member
492 ssif_info->client, ssif_info->i2c_command, in ipmi_ssif_thread()
498 ssif_info->client, ssif_info->i2c_command, in ipmi_ssif_thread()
521 ssif_info->i2c_command = command; in ssif_i2c_send()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c44 struct i2c_command cmd = {i2c_payloads, 1, I2C_COMMAND_ENGINE_HW, in lp_write_i2c()
57 struct i2c_command cmd = {i2c_payloads, 2, I2C_COMMAND_ENGINE_HW, in lp_read_i2c()
H A Damdgpu_dm_helpers.c579 struct i2c_command *cmd) in dm_helpers_submit_i2c()
H A Damdgpu_dm.c7458 struct i2c_command cmd; in amdgpu_dm_i2c_xfer()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_ddc.c372 struct i2c_command command = {0}; in link_query_ddc_data()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c297 struct i2c_command command = { in i2c_read()
H A Dlink_dpms.c312 struct i2c_command cmd = {0}; in write_i2c()