Home
last modified time | relevance | path

Searched refs:vpu_request_core (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/media/platform/amphion/
Dvpu.h340 struct vpu_core *vpu_request_core(struct vpu_dev *vpu, enum vpu_core_type type);
Dvpu_core.c362 struct vpu_core *vpu_request_core(struct vpu_dev *vpu, enum vpu_core_type type) in vpu_request_core() function
419 core = vpu_request_core(vpu, inst->type); in vpu_inst_register()
Dvpu_v4l2.c637 inst->core = vpu_request_core(vpu, inst->type); in vpu_v4l2_open()