Searched refs:i2c_index (Results 1 – 11 of 11) sorted by relevance
/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv04.c | 53 int nv04_tv_identify(struct drm_device *dev, int i2c_index) in nv04_tv_identify() argument 58 return i2c->identify(i2c, i2c_index, "TV encoder", in nv04_tv_identify() 206 struct nouveau_i2c_port *port = i2c->find(i2c, entry->i2c_index); in nv04_tv_create() 210 type = nv04_tv_identify(dev, entry->i2c_index); in nv04_tv_create()
|
D | disp.h | 119 int nv04_tv_identify(struct drm_device *dev, int i2c_index);
|
D | disp.c | 130 nv_encoder->i2c = i2c->find(i2c, nv_encoder->dcb->i2c_index); in nv04_display_create()
|
/drivers/gpu/drm/nouveau/core/include/subdev/bios/ |
D | dcb.h | 22 uint8_t i2c_index; member
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 1390 entry->i2c_index = i2c; in fabricate_dcb_output() 1404 entry->i2c_index = (conn >> 4) & 0xf; in parse_dcb20_entry() 1557 entry->i2c_index = (conn & 0x0003c000) >> 14; in parse_dcb15_entry() 1606 if (jent->i2c_index == ient->i2c_index && in merge_like_dcb_entries() 1798 entry->i2c_index = 0x0f; in parse_dcb_entry() 1830 u8 i2c = dcbt->entry[i].i2c_index; in dcb_fake_connectors()
|
D | nouveau_connector.c | 181 if (nv_encoder->dcb->i2c_index == idx && edid) { in nouveau_connector_of_detect()
|
D | nv50_display.c | 1604 nv_encoder->i2c = i2c->find(i2c, dcbe->i2c_index); in nv50_dac_create() 1941 nv_encoder->i2c = i2c->find(i2c, dcbe->i2c_index); in nv50_sor_create()
|
/drivers/gpu/drm/nouveau/core/subdev/bios/ |
D | dcb.c | 135 outp->i2c_index = (conn & 0x000000f0) >> 4; in dcb_outp_parse()
|
D | init.c | 251 index = init->outp->i2c_index; in init_i2c()
|
/drivers/gpu/drm/nouveau/core/engine/disp/ |
D | dport.c | 289 dp->aux = i2c->find(i2c, NV_I2C_TYPE_DCBI2C(outp->i2c_index)); in nouveau_dp_train()
|
/drivers/gpu/drm/nouveau/core/subdev/i2c/ |
D | base.c | 352 parent = nv_object(i2c->find(i2c, outp.i2c_index)); in nouveau_i2c_create_()
|