HomeSort by: relevance | last modified time | path
    Searched defs:nvkm_iccsense (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
iccsense.h 9 struct nvkm_iccsense { struct
19 int gf100_iccsense_new(struct nvkm_device *, int index, struct nvkm_iccsense **);
20 int nvkm_iccsense_read_all(struct nvkm_iccsense *iccsense);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
priv.h 6 #define nvkm_iccsense(p) container_of((p), struct nvkm_iccsense, subdev) macro
21 int (*read)(struct nvkm_iccsense *, struct nvkm_iccsense_rail *);
27 void nvkm_iccsense_ctor(struct nvkm_device *, int, struct nvkm_iccsense *);
28 int nvkm_iccsense_new_(struct nvkm_device *, int, struct nvkm_iccsense **);

Completed in 13 milliseconds