Home
last modified time | relevance | path

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/
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()
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/
Di2c.h24 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/
Dtvnv04.c37 static struct nvkm_i2c_bus_probe nv04_tv_encoder_info[] = {
59 return nvkm_i2c_bus_probe(bus, "TV encoder", in nv04_tv_identify()
Ddfp.c631 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/
Dbus.c157 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()