Lines Matching refs:nvkm_msgqueue
85 struct nvkm_msgqueue;
87 (*nvkm_msgqueue_callback)(struct nvkm_msgqueue *, struct nvkm_msgqueue_hdr *);
96 void (*gen_cmdline)(struct nvkm_msgqueue *, void *);
97 int (*init_callback)(struct nvkm_msgqueue *, struct nvkm_msgqueue_hdr *);
107 int (*boot_falcon)(struct nvkm_msgqueue *, enum nvkm_secboot_falcon);
108 int (*boot_multiple_falcons)(struct nvkm_msgqueue *, unsigned long);
114 void (*dtor)(struct nvkm_msgqueue *);
115 struct nvkm_msgqueue_queue *(*cmd_queue)(struct nvkm_msgqueue *,
117 void (*recv)(struct nvkm_msgqueue *queue);
186 struct nvkm_msgqueue { struct
199 struct nvkm_msgqueue *); argument
200 int nvkm_msgqueue_post(struct nvkm_msgqueue *, enum msgqueue_msg_priority,
203 void nvkm_msgqueue_process_msgs(struct nvkm_msgqueue *,
207 struct nvkm_msgqueue **);
209 struct nvkm_msgqueue **);
211 struct nvkm_msgqueue **);