Home
last modified time | relevance | path

Searched refs:no_stop_bit (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/tests/
Ddrm_dp_mst_helper_test.c312 txin->no_stop_bit != txout->no_stop_bit || in sideband_msg_req_equal()
/linux-6.6.21/include/drm/display/
Ddrm_dp_mst_helper.h374 u8 no_stop_bit; member
/linux-6.6.21/drivers/gpu/drm/display/
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()
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()