HomeSort by: relevance | last modified time | path
    Searched refs:nvkm_i2c_bus_probe (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_ic.c 66 static struct nvkm_i2c_bus_probe
105 struct nvkm_i2c_bus_probe board[] = {
110 nvkm_i2c_bus_probe(bus, "monitoring device", board,
117 struct nvkm_i2c_bus_probe board[] = {
122 nvkm_i2c_bus_probe(bus, "monitoring device", board,
134 nvkm_i2c_bus_probe(bus, "monitoring device", nv_board_infos,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
i2c.h 26 struct nvkm_i2c_bus_probe { struct
48 int nvkm_i2c_bus_probe(struct nvkm_i2c_bus *, const char *,
49 struct nvkm_i2c_bus_probe *,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvnv04.c 42 static struct nvkm_i2c_bus_probe nv04_tv_encoder_info[] = {
64 return nvkm_i2c_bus_probe(bus, "TV encoder",
nouveau_dispnv04_dfp.c 634 struct nvkm_i2c_bus_probe info[] = {
651 type = nvkm_i2c_bus_probe(bus, "TMDS transmitter", info, NULL, NULL);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_bus.c 164 nvkm_i2c_bus_probe(struct nvkm_i2c_bus *bus, const char *what, function in typeref:typename:int
165 struct nvkm_i2c_bus_probe *info,

Completed in 37 milliseconds