Searched defs:rmm_target_obj (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/tidspbridge/rmgr/
H A Drmm.c74 * ======== rmm_target_obj ========
76 struct rmm_target_obj { struct
83 static bool alloc_block(struct rmm_target_obj *target, u32 segid, u32 size,
85 static bool free_block(struct rmm_target_obj *target, u32 segid, u32 addr,
91 int rmm_alloc(struct rmm_target_obj *target, u32 segid, u32 size,
153 int rmm_create(struct rmm_target_obj **target_obj,
158 struct rmm_target_obj *target;
163 target = kzalloc(sizeof(struct rmm_target_obj), GFP_KERNEL);
230 void rmm_delete(struct rmm_target_obj *target)
263 bool rmm_free(struct rmm_target_obj *targe
[all...]

Completed in 57 milliseconds