Searched defs:repv (Results 1 – 9 of 9) sorted by relevance
/linux-6.8/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
D | r535.c | 355 void *repv; in r535_gsp_rpc_poll() local 372 void *repv = NULL; in r535_gsp_rpc_send() local 582 r535_gsp_rpc_rm_alloc_done(struct nvkm_gsp_object *object, void *repv) in r535_gsp_rpc_rm_alloc_done() 637 r535_gsp_rpc_rm_ctrl_done(struct nvkm_gsp_object *object, void *repv) in r535_gsp_rpc_rm_ctrl_done() 697 r535_gsp_rpc_done(struct nvkm_gsp *gsp, void *repv) in r535_gsp_rpc_done() 730 void *repv; in r535_gsp_rpc_push() local 1338 r535_gsp_msg_os_error_log(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_os_error_log() 1352 r535_gsp_msg_rc_triggered(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_rc_triggered() 1379 r535_gsp_msg_mmu_fault_queued(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_mmu_fault_queued() 1391 r535_gsp_msg_post_event(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_post_event() [all …]
|
/linux-6.8/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | gsp.h | 248 void *repv = nvkm_gsp_rpc_push(gsp, argv, wait, 0); in nvkm_gsp_rpc_wr() local 257 nvkm_gsp_rpc_done(struct nvkm_gsp *gsp, void *repv) in nvkm_gsp_rpc_done() 300 nvkm_gsp_rm_ctrl_done(struct nvkm_gsp_object *object, void *repv) in nvkm_gsp_rm_ctrl_done() 329 void *repv = object->client->gsp->rm->rm_alloc_push(object, argv, repc); in nvkm_gsp_rm_alloc_push() local 340 void *repv = nvkm_gsp_rm_alloc_push(object, argv, 0); in nvkm_gsp_rm_alloc_wr() local 349 nvkm_gsp_rm_alloc_done(struct nvkm_gsp_object *object, void *repv) in nvkm_gsp_rm_alloc_done()
|
/linux-6.8/drivers/gpu/drm/nouveau/ |
D | nouveau_nvif.c | 73 nvkm_client_event(u64 token, void *repv, u32 repc) in nvkm_client_event()
|
D | nouveau_connector.c | 1203 nouveau_connector_irq(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_irq() 1212 nouveau_connector_hotplug(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_hotplug()
|
D | nouveau_chan.c | 52 nouveau_channel_killed(struct nvif_event *event, void *repv, u32 repc) in nouveau_channel_killed()
|
D | nouveau_fence.c | 174 nouveau_fence_wait_uevent_handler(struct nvif_event *event, void *repv, u32 repc) in nouveau_fence_wait_uevent_handler()
|
/linux-6.8/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.c | 558 nv50_head_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv50_head_vblank_handler()
|
/linux-6.8/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | r535.c | 1328 r535_disp_irq(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_irq() 1343 r535_disp_hpd(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_hpd()
|
/linux-6.8/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1276 nv04_crtc_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv04_crtc_vblank_handler()
|