Searched refs:rmm_target_obj (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/ |
D | rmm.h | 47 struct rmm_target_obj; 76 extern int rmm_alloc(struct rmm_target_obj *target, u32 segid, u32 size, 100 extern int rmm_create(struct rmm_target_obj **target_obj, 115 extern void rmm_delete(struct rmm_target_obj *target); 147 extern bool rmm_free(struct rmm_target_obj *target, u32 segid, u32 dsp_addr, 178 extern bool rmm_stat(struct rmm_target_obj *target, enum dsp_memtype segid,
|
D | nldr.h | 45 struct rmm_target_obj **rmm_mgr);
|
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/ |
D | rmm.c | 79 struct rmm_target_obj { struct 88 static bool alloc_block(struct rmm_target_obj *target, u32 segid, u32 size, argument 90 static bool free_block(struct rmm_target_obj *target, u32 segid, u32 addr, 96 int rmm_alloc(struct rmm_target_obj *target, u32 segid, u32 size, in rmm_alloc() 164 int rmm_create(struct rmm_target_obj **target_obj, in rmm_create() 169 struct rmm_target_obj *target; in rmm_create() 177 target = kzalloc(sizeof(struct rmm_target_obj), GFP_KERNEL); in rmm_create() 247 void rmm_delete(struct rmm_target_obj *target) in rmm_delete() 294 bool rmm_free(struct rmm_target_obj *target, u32 segid, u32 dsp_addr, u32 size, in rmm_free() 348 bool rmm_stat(struct rmm_target_obj *target, enum dsp_memtype segid, in rmm_stat() [all …]
|
D | nldr.c | 197 struct rmm_target_obj *rmm; /* Remote memory manager for DSP */ 759 struct rmm_target_obj **rmm_mgr) in nldr_get_rmm_manager() 1617 struct rmm_target_obj *rmm; in remote_alloc() 1735 struct rmm_target_obj *rmm; in remote_free()
|
D | proc.c | 884 struct rmm_target_obj *rmm = NULL; in proc_get_resource_info()
|