Searched refs:nvkm_bus (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | bus.h | 10 struct nvkm_bus { struct 12 int (*hwsq_exec)(struct nvkm_bus *, u32 *, u32); argument 16 static inline struct nvkm_bus * argument 17 nvkm_bus(void *obj) in nvkm_bus() function 44 int nvkm_hwsq_init(struct nvkm_bus *, struct nvkm_hwsq **);
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | nv50.c | 30 nv50_bus_hwsq_exec(struct nvkm_bus *pbus, u32 *data, u32 size) in nv50_bus_hwsq_exec() 48 struct nvkm_bus *pbus = nvkm_bus(subdev); in nv50_bus_intr()
|
D | nv04.h | 6 struct nvkm_bus base; 18 int (*hwsq_exec)(struct nvkm_bus *, u32 *, u32);
|
D | gf100.c | 30 struct nvkm_bus *pbus = nvkm_bus(subdev); in gf100_bus_intr()
|
D | hwsq.c | 27 struct nvkm_bus *pbus; 44 nvkm_hwsq_init(struct nvkm_bus *pbus, struct nvkm_hwsq **phwsq) in nvkm_hwsq_init() 66 struct nvkm_bus *pbus = hwsq->pbus; in nvkm_hwsq_fini()
|
D | nv31.c | 30 struct nvkm_bus *pbus = nvkm_bus(subdev); in nv31_bus_intr()
|
D | nv04.c | 30 struct nvkm_bus *pbus = nvkm_bus(subdev); in nv04_bus_intr()
|
D | hwsq.h | 62 struct nvkm_bus *pbus = nvkm_bus(subdev); in hwsq_init()
|
D | g94.c | 30 g94_bus_hwsq_exec(struct nvkm_bus *pbus, u32 *data, u32 size) in g94_bus_hwsq_exec()
|