Home
last modified time | relevance | path

Searched refs:acr_func (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/nouveau/nvkm/falcon/
Dmsgqueue.c471 if (!queue || !queue->func->acr_func) in nvkm_msgqueue_acr_boot_falcons()
475 if (queue->func->acr_func->boot_multiple_falcons) in nvkm_msgqueue_acr_boot_falcons()
476 return queue->func->acr_func->boot_multiple_falcons(queue, in nvkm_msgqueue_acr_boot_falcons()
480 if (!queue->func->acr_func->boot_falcon) in nvkm_msgqueue_acr_boot_falcons()
484 int ret = queue->func->acr_func->boot_falcon(queue, falcon); in nvkm_msgqueue_acr_boot_falcons()
Dmsgqueue.h113 const struct nvkm_msgqueue_acr_func *acr_func; member
Dmsgqueue_0137c63d.c383 .acr_func = &msgqueue_0137c63d_acr_func,
409 .acr_func = &msgqueue_0137bca5_acr_func,
Dmsgqueue_0148cdec.c243 .acr_func = &msgqueue_0148cdec_acr_func,