Home
last modified time | relevance | path

Searched refs:nvkm_i2c_bus_probe (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dic.c57 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()
122 nvkm_i2c_bus_probe(bus, "monitoring device", nv_board_infos, in nvkm_therm_ic_ctor()
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Di2c.h24 struct nvkm_i2c_bus_probe { struct
45 int nvkm_i2c_bus_probe(struct nvkm_i2c_bus *, const char *, argument
46 struct nvkm_i2c_bus_probe *,
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbus.c138 nvkm_i2c_bus_probe(struct nvkm_i2c_bus *bus, const char *what, in nvkm_i2c_bus_probe() function
139 struct nvkm_i2c_bus_probe *info, in nvkm_i2c_bus_probe()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv04.c38 static struct nvkm_i2c_bus_probe nv04_tv_encoder_info[] = {
60 return nvkm_i2c_bus_probe(bus, "TV encoder", in nv04_tv_identify()
Ddfp.c629 struct nvkm_i2c_bus_probe info[] = { in nv04_tmds_slave_init()
646 type = nvkm_i2c_bus_probe(bus, "TMDS transmitter", info, NULL, NULL); in nv04_tmds_slave_init()