Lines Matching defs:device
30 nvkm_mc_unk260(struct nvkm_device *device, u32 data) in nvkm_mc_unk260()
38 nvkm_mc_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, bool en) in nvkm_mc_intr_mask()
53 nvkm_mc_intr_unarm(struct nvkm_device *device) in nvkm_mc_intr_unarm()
61 nvkm_mc_intr_rearm(struct nvkm_device *device) in nvkm_mc_intr_rearm()
78 nvkm_mc_intr(struct nvkm_device *device, bool *handled) in nvkm_mc_intr()
121 nvkm_mc_reset_mask(struct nvkm_device *device, bool isauto, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset_mask()
142 nvkm_mc_reset(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset()
153 nvkm_mc_disable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_disable()
161 nvkm_mc_enable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enable()
171 nvkm_mc_enabled(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enabled()
211 nvkm_mc_ctor(const struct nvkm_mc_func *func, struct nvkm_device *device, in nvkm_mc_ctor()
219 nvkm_mc_new_(const struct nvkm_mc_func *func, struct nvkm_device *device, in nvkm_mc_new_()