Searched refs:pndb_props (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
H A Dmgr.h99 * pndb_props: Ptr to the dsp_ndbprops structure for output.
122 struct dsp_ndbprops *pndb_props,
/drivers/staging/tidspbridge/rmgr/
H A Dmgr.c123 int mgr_enum_node_info(u32 node_id, struct dsp_ndbprops *pndb_props, argument
155 *pndb_props = gen_obj.obj_data.node_obj.ndb_props;
H A Dnode.c2705 struct dsp_ndbprops *pndb_props = local
2714 hnode->ntype = node_type = pndb_props->ntype;
2728 pmsg_args->max_msgs = pndb_props->message_depth;
2733 len = strlen(pndb_props->ac_name);
2739 pndb_props->ac_name, len);
2747 task_arg_obj->prio = pndb_props->prio;
2748 task_arg_obj->stack_size = pndb_props->stack_size;
2750 pndb_props->sys_stack_size;
2751 task_arg_obj->stack_seg = pndb_props->stack_seg;
2758 pndb_props
[all...]
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c342 u8 *pndb_props; local
350 pndb_props = kmalloc(size, GFP_KERNEL);
351 if (pndb_props == NULL)
357 (struct dsp_ndbprops *)pndb_props, size,
360 CP_TO_USR(args->args_mgr_enumnode_info.ndb_props, pndb_props, status,
364 kfree(pndb_props);

Completed in 6557 milliseconds