Home
last modified time | relevance | path

Searched refs:no_stop_bit (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
H A Dtest-drm_dp_mst_helper.c75 txin->no_stop_bit != txout->no_stop_bit || in sideband_msg_req_equal()
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c312 txin->no_stop_bit != txout->no_stop_bit || in sideband_msg_req_equal()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dp_mst_helper.h391 u8 no_stop_bit; member
/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_dp_mst_helper.h374 u8 no_stop_bit; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c411 buf[idx] = (req->u.i2c_read.transactions[i].no_stop_bit & 0x1) << 4; in drm_dp_encode_sideband_req()
546 tx->no_stop_bit = (buf[idx] >> 5) & 0x1; in drm_dp_decode_sideband_req()
654 P("%d: id=%03d size=%03d no_stop_bit=%d tx_delay=%03d: %*ph\n", in drm_dp_dump_sideband_msg_req_body()
656 rtx->no_stop_bit, rtx->i2c_transaction_delay, in drm_dp_dump_sideband_msg_req_body()
5578 msg.u.i2c_read.transactions[i].no_stop_bit = !(msgs[i].flags & I2C_M_STOP); in drm_dp_mst_i2c_read()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c412 buf[idx] = (req->u.i2c_read.transactions[i].no_stop_bit & 0x1) << 4; in drm_dp_encode_sideband_req()
547 tx->no_stop_bit = (buf[idx] >> 5) & 0x1; in drm_dp_decode_sideband_req()
655 P("%d: id=%03d size=%03d no_stop_bit=%d tx_delay=%03d: %*ph\n", in drm_dp_dump_sideband_msg_req_body()
657 rtx->no_stop_bit, rtx->i2c_transaction_delay, in drm_dp_dump_sideband_msg_req_body()
5624 msg.u.i2c_read.transactions[i].no_stop_bit = !(msgs[i].flags & I2C_M_STOP); in drm_dp_mst_i2c_read()

Completed in 18 milliseconds