Searched refs:hwsq_exec (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
D | nv04.c | 79 priv->base.hwsq_exec = impl->hwsq_exec; in nv04_bus_ctor()
|
D | nv04.h | 18 int (*hwsq_exec)(struct nvkm_bus *, u32 *, u32); member
|
D | g94.c | 56 .hwsq_exec = g94_bus_hwsq_exec,
|
D | nv50.c | 102 .hwsq_exec = nv50_bus_hwsq_exec,
|
D | hwsq.h | 75 hwsq_exec(struct hwsq *ram, bool exec) in hwsq_exec() function
|
D | hwsq.c | 70 ret = pbus->hwsq_exec(pbus, (u32 *)hwsq->c.data, in nvkm_hwsq_fini()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | seq.h | 6 #define clk_exec(s,e) hwsq_exec(&(s)->base, (e))
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramseq.h | 6 #define ram_exec(s,e) hwsq_exec(&(s)->base, (e))
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | bus.h | 12 int (*hwsq_exec)(struct nvkm_bus *, u32 *, u32); member
|