Home
last modified time | relevance | path

Searched refs:transaction_type (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c76 enum ddc_transaction_type transaction_type = DDC_TRANSACTION_TYPE_NONE; in get_ddc_transaction_type() local
85 transaction_type = DDC_TRANSACTION_TYPE_I2C; in get_ddc_transaction_type()
90 transaction_type = DDC_TRANSACTION_TYPE_I2C_OVER_AUX; in get_ddc_transaction_type()
98 transaction_type = DDC_TRANSACTION_TYPE_I2C_OVER_AUX; in get_ddc_transaction_type()
105 return transaction_type; in get_ddc_transaction_type()
523 link->ddc->transaction_type == in query_hdcp_capability()
629 sink_caps->transaction_type = in detect_dp()
632 if (sink_caps->transaction_type == DDC_TRANSACTION_TYPE_I2C_OVER_AUX) { in detect_dp()
1051 enum ddc_transaction_type transaction_type = get_ddc_transaction_type(signal); in link_detect_ddc_probe() local
1062 set_ddc_transaction_type(link->ddc, transaction_type); in link_detect_ddc_probe()
[all …]
/linux/drivers/cxl/core/
H A Dtrace.h471 __field(u8, transaction_type)
500 __entry->transaction_type = rec->media_hdr.transaction_type;
535 show_trans_type(__entry->transaction_type),
614 __field(u8, transaction_type)
648 __entry->transaction_type = rec->media_hdr.transaction_type;
690 show_trans_type(__entry->transaction_type),
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_ddc_types.h188 enum ddc_transaction_type transaction_type; member
/linux/include/cxl/
H A Devent.h32 u8 transaction_type; member
/linux/tools/testing/cxl/test/
H A Dmem.c424 .transaction_type = CXL_GMER_TRANS_HOST_WRITE,
454 .transaction_type = CXL_GMER_TRANS_INTERNAL_MEDIA_SCRUB,
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1653 sink_caps.transaction_type = DDC_TRANSACTION_TYPE_I2C; in amdgpu_dm_emulated_link_detect()
1659 sink_caps.transaction_type = DDC_TRANSACTION_TYPE_I2C; in amdgpu_dm_emulated_link_detect()
1665 sink_caps.transaction_type = DDC_TRANSACTION_TYPE_I2C; in amdgpu_dm_emulated_link_detect()
1671 sink_caps.transaction_type = DDC_TRANSACTION_TYPE_I2C; in amdgpu_dm_emulated_link_detect()
1677 sink_caps.transaction_type = in amdgpu_dm_emulated_link_detect()
1684 sink_caps.transaction_type = in amdgpu_dm_emulated_link_detect()
/linux/drivers/block/drbd/
H A Ddrbd_actlog.c40 __be16 transaction_type; member