Searched refs:nvkm_i2c_bus_probe (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | ic.c | 57 static struct nvkm_i2c_bus_probe 96 struct nvkm_i2c_bus_probe board[] = { in nvkm_therm_ic_ctor() 101 nvkm_i2c_bus_probe(bus, "monitoring device", board, in nvkm_therm_ic_ctor() 108 struct nvkm_i2c_bus_probe board[] = { in nvkm_therm_ic_ctor() 113 nvkm_i2c_bus_probe(bus, "monitoring device", board, in nvkm_therm_ic_ctor() 125 nvkm_i2c_bus_probe(bus, "monitoring device", nv_board_infos, in nvkm_therm_ic_ctor()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | i2c.h | 24 struct nvkm_i2c_bus_probe { struct 46 int nvkm_i2c_bus_probe(struct nvkm_i2c_bus *, const char *, argument 47 struct nvkm_i2c_bus_probe *,
|
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv04.c | 37 static struct nvkm_i2c_bus_probe nv04_tv_encoder_info[] = { 59 return nvkm_i2c_bus_probe(bus, "TV encoder", in nv04_tv_identify()
|
D | dfp.c | 631 struct nvkm_i2c_bus_probe info[] = { in nv04_tmds_slave_init() 648 type = nvkm_i2c_bus_probe(bus, "TMDS transmitter", info, NULL, NULL); in nv04_tmds_slave_init()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | bus.c | 157 nvkm_i2c_bus_probe(struct nvkm_i2c_bus *bus, const char *what, in nvkm_i2c_bus_probe() function 158 struct nvkm_i2c_bus_probe *info, in nvkm_i2c_bus_probe()
|