Home
last modified time | relevance | path

Searched refs:ivpu_bo_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accel/ivpu/
H A Divpu_gem.h12 struct ivpu_bo_ops;
17 const struct ivpu_bo_ops *ops;
42 struct ivpu_bo_ops { struct
H A Divpu_gem.c61 static const struct ivpu_bo_ops prime_ops = {
134 static const struct ivpu_bo_ops shmem_ops = {
186 static const struct ivpu_bo_ops internal_ops = {
341 u64 size, u32 flags, const struct ivpu_bo_ops *ops, in ivpu_bo_alloc()