Searched refs:nvkm_mc_intr (Results 1 – 9 of 9) sorted by relevance
9 struct nvkm_mc_intr { struct16 const struct nvkm_mc_intr *intr; argument27 extern const struct nvkm_mc_intr nv04_mc_intr[];35 extern const struct nvkm_mc_intr nv50_mc_intr[];37 extern const struct nvkm_mc_intr gf100_mc_intr[];
57 nvkm_mc_intr(struct nvkm_mc *mc, bool *handled) in nvkm_mc_intr() function61 const struct nvkm_mc_intr *map = mc->func->intr; in nvkm_mc_intr()
26 static const struct nvkm_mc_intr
26 const struct nvkm_mc_intr
10 void nvkm_mc_intr(struct nvkm_mc *, bool *handled);
78 nvkm_mc_intr(mc, &handled); in nvkm_pci_intr()
188 nvkm_mc_intr(mc, &handled); in nvkm_device_tegra_intr()