Searched refs:i2c_dev_id (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/tests/ |
| A D | drm_dp_mst_helper_test.c | 353 { .bytes = data, .num_bytes = ARRAY_SIZE(data), .i2c_dev_id = 0x7f, 355 { .bytes = data, .num_bytes = ARRAY_SIZE(data), .i2c_dev_id = 0x7e, 357 { .bytes = data, .num_bytes = ARRAY_SIZE(data), .i2c_dev_id = 0x7d, 457 if (txin->i2c_dev_id != txout->i2c_dev_id || in sideband_msg_req_equal()
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| A D | drx_driver.h | 44 u16 i2c_dev_id; /* The device identifier. */ member 2227 #define DRX_ATTR_I2CDEVID(d) ((d)->my_i2c_dev_addr->i2c_dev_id)
|
| A D | drxj.c | 2677 wake_up_addr.i2c_dev_id = dev_addr->i2c_dev_id; in power_up_device()
|
| /linux/include/drm/display/ |
| A D | drm_dp_mst_helper.h | 378 u8 i2c_dev_id; member
|
| /linux/drivers/gpu/drm/display/ |
| A D | drm_dp_mst_topology.c | 406 buf[idx] = req->u.i2c_read.transactions[i].i2c_dev_id & 0x7f; in drm_dp_encode_sideband_req() 538 tx->i2c_dev_id = buf[++idx] & 0x7f; in drm_dp_decode_sideband_req() 657 i, rtx->i2c_dev_id, rtx->num_bytes, in drm_dp_dump_sideband_msg_req_body() 5838 msg.u.i2c_read.transactions[i].i2c_dev_id = msgs[i].addr; in drm_dp_mst_i2c_read()
|
Completed in 40 milliseconds