Searched refs:i2c_transaction_delay (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_dp_mst_helper_test.c | 208 .i2c_transaction_delay = 0xf, }, 210 .i2c_transaction_delay = 0xe, }, 212 .i2c_transaction_delay = 0xd, }, 314 txin->i2c_transaction_delay != in sideband_msg_req_equal() 315 txout->i2c_transaction_delay) in sideband_msg_req_equal()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
H A D | test-drm_dp_mst_helper.c | 77 txin->i2c_transaction_delay != in sideband_msg_req_equal() 78 txout->i2c_transaction_delay) in sideband_msg_req_equal() 229 in.u.i2c_read.transactions[i].i2c_transaction_delay = 0xf & ~i; in igt_dp_mst_sideband_msg_req_decode()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_dp_mst_helper.h | 392 u8 i2c_transaction_delay; member
|
/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 375 u8 i2c_transaction_delay; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_mst_topology.c | 412 buf[idx] |= (req->u.i2c_read.transactions[i].i2c_transaction_delay & 0xf); in drm_dp_encode_sideband_req() 547 tx->i2c_transaction_delay = buf[idx] & 0xf; in drm_dp_decode_sideband_req() 656 rtx->no_stop_bit, rtx->i2c_transaction_delay, in drm_dp_dump_sideband_msg_req_body()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 413 buf[idx] |= (req->u.i2c_read.transactions[i].i2c_transaction_delay & 0xf); in drm_dp_encode_sideband_req() 548 tx->i2c_transaction_delay = buf[idx] & 0xf; in drm_dp_decode_sideband_req() 657 rtx->no_stop_bit, rtx->i2c_transaction_delay, in drm_dp_dump_sideband_msg_req_body()
|
Completed in 20 milliseconds