Searched defs:nvkm_bus (Results 1 – 3 of 3) sorted by relevance
6 struct nvkm_bus { struct7 const struct nvkm_bus_func *func; argument21 int nv04_bus_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bus **); argument
4 #define nvkm_bus(p) container_of((p), struct nvkm_bus, subdev) macro
48 nvkm_bus = { variable