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

/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c1436 struct dsp_ndbprops *pnode_props = NULL; local
1443 pnode_props = kmalloc(sizeof(struct dsp_ndbprops), GFP_KERNEL);
1444 if (pnode_props != NULL) {
1446 node_get_uuid_props(hprocessor, &node_uuid, pnode_props);
1447 CP_TO_USR(args->args_node_getuuidprops.node_props, pnode_props,
1452 kfree(pnode_props);

Completed in 80 milliseconds