Searched refs:mthd_dma (Results 1 – 3 of 3) sorted by relevance
18 bool (*mthd_dma)(struct nvkm_device *, u32 mthd, u32 data); member
75 .mthd_dma = nv40_mpeg_mthd_dma,
176 return mpeg->func->mthd_dma(device, mthd, data); in nv31_mpeg_mthd()291 .mthd_dma = nv31_mpeg_mthd_dma,