Searched refs:i2c_dev_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/tests/ |
D | drm_dp_mst_helper_test.c | 207 { .bytes = data, .num_bytes = ARRAY_SIZE(data), .i2c_dev_id = 0x7f, 209 { .bytes = data, .num_bytes = ARRAY_SIZE(data), .i2c_dev_id = 0x7e, 211 { .bytes = data, .num_bytes = ARRAY_SIZE(data), .i2c_dev_id = 0x7d, 311 if (txin->i2c_dev_id != txout->i2c_dev_id || in sideband_msg_req_equal()
|
/linux-6.6.21/include/drm/display/ |
D | drm_dp_mst_helper.h | 371 u8 i2c_dev_id; member
|
/linux-6.6.21/drivers/media/dvb-frontends/drx39xyj/ |
D | drx_driver.h | 45 u16 i2c_dev_id; /* The device identifier. */ member 2229 #define DRX_ATTR_I2CDEVID(d) ((d)->my_i2c_dev_addr->i2c_dev_id)
|
D | drxj.c | 2686 wake_up_addr.i2c_dev_id = dev_addr->i2c_dev_id; in power_up_device()
|
/linux-6.6.21/drivers/gpu/drm/display/ |
D | drm_dp_mst_topology.c | 405 buf[idx] = req->u.i2c_read.transactions[i].i2c_dev_id & 0x7f; in drm_dp_encode_sideband_req() 537 tx->i2c_dev_id = buf[++idx] & 0x7f; in drm_dp_decode_sideband_req() 656 i, rtx->i2c_dev_id, rtx->num_bytes, in drm_dp_dump_sideband_msg_req_body() 5621 msg.u.i2c_read.transactions[i].i2c_dev_id = msgs[i].addr; in drm_dp_mst_i2c_read()
|