Searched defs:repv (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
D | r535.c | 360 void *repv; in r535_gsp_rpc_poll() local 377 void *repv = NULL; in r535_gsp_rpc_send() local 587 r535_gsp_rpc_rm_alloc_done(struct nvkm_gsp_object *object, void *repv) in r535_gsp_rpc_rm_alloc_done() 642 r535_gsp_rpc_rm_ctrl_done(struct nvkm_gsp_object *object, void *repv) in r535_gsp_rpc_rm_ctrl_done() 702 r535_gsp_rpc_done(struct nvkm_gsp *gsp, void *repv) in r535_gsp_rpc_done() 735 void *repv; in r535_gsp_rpc_push() local 1671 r535_gsp_msg_os_error_log(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_os_error_log() 1685 r535_gsp_msg_rc_triggered(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_rc_triggered() 1712 r535_gsp_msg_mmu_fault_queued(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_mmu_fault_queued() 1724 r535_gsp_msg_post_event(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_post_event() [all …]
|
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | gsp.h | 277 void *repv = nvkm_gsp_rpc_push(gsp, argv, wait, 0); in nvkm_gsp_rpc_wr() local 286 nvkm_gsp_rpc_done(struct nvkm_gsp *gsp, void *repv) in nvkm_gsp_rpc_done() 329 nvkm_gsp_rm_ctrl_done(struct nvkm_gsp_object *object, void *repv) in nvkm_gsp_rm_ctrl_done() 358 void *repv = object->client->gsp->rm->rm_alloc_push(object, argv, repc); in nvkm_gsp_rm_alloc_push() local 369 void *repv = nvkm_gsp_rm_alloc_push(object, argv, 0); in nvkm_gsp_rm_alloc_wr() local 378 nvkm_gsp_rm_alloc_done(struct nvkm_gsp_object *object, void *repv) in nvkm_gsp_rm_alloc_done()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/ |
D | nouveau_nvif.c | 72 nvkm_client_event(u64 token, void *repv, u32 repc) in nvkm_client_event()
|
D | nouveau_connector.c | 1204 nouveau_connector_irq(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_irq() 1213 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.14.4/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.c | 553 nv50_head_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv50_head_vblank_handler()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | r535.c | 1339 r535_disp_irq(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_irq() 1354 r535_disp_hpd(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_hpd()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 1295 nv04_crtc_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv04_crtc_vblank_handler()
|