Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rknpu/include/
H A Drknpu_mm.h17 struct rknpu_mm { struct
31 struct rknpu_mm **mm); argument
33 void rknpu_mm_destroy(struct rknpu_mm *mm);
35 int rknpu_mm_alloc(struct rknpu_mm *mm, unsigned int size,
38 int rknpu_mm_free(struct rknpu_mm *mm, struct rknpu_mm_obj *mm_obj);
H A Drknpu_drv.h160 struct rknpu_mm *sram_mm;
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_mm.c11 struct rknpu_mm **mm) in rknpu_mm_create()
23 *mm = kzalloc(sizeof(struct rknpu_mm), GFP_KERNEL); in rknpu_mm_create()
52 void rknpu_mm_destroy(struct rknpu_mm *mm) in rknpu_mm_destroy()
61 int rknpu_mm_alloc(struct rknpu_mm *mm, unsigned int size, in rknpu_mm_alloc()
148 int rknpu_mm_free(struct rknpu_mm *mm, struct rknpu_mm_obj *mm_obj) in rknpu_mm_free()
180 struct rknpu_mm *mm = NULL; in rknpu_mm_dump()
H A DMakefile13 rknpu-$(CONFIG_ROCKCHIP_RKNPU_SRAM) += rknpu_mm.o