Searched refs:node_info (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
H A Dnodepriv.h165 struct dsp_nodeinfo *node_info);
H A Ddbdefs.h335 struct dsp_nodeinfo node_info; member in struct:dsp_nodeattr
/drivers/pnp/pnpbios/
H A Dcore.c86 struct pnp_dev_node_info node_info; variable in typeref:struct:pnp_dev_node_info
213 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
236 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
288 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
362 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
545 ret = pnp_bios_dev_node_info(&node_info);
H A Dproc.c179 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
226 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
253 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
H A Dpnpbios.h128 extern struct pnp_dev_node_info node_info;
/drivers/staging/tidspbridge/rmgr/
H A Ddisp.c227 struct dsp_nodeinfo node_info; local
342 get_node_info(hnode, &node_info);
343 more_task_args->priority = node_info.execution_priority;
H A Dnode.c1633 get_node_info(hnode, &(pattr->node_info));
2671 void get_node_info(struct node_object *hnode, struct dsp_nodeinfo *node_info) argument
2675 node_info->cb_struct = sizeof(struct dsp_nodeinfo);
2676 node_info->nb_node_database_props =
2678 node_info->execution_priority = hnode->prio;
2679 node_info->device_owner = hnode->device_owner;
2680 node_info->number_streams = hnode->num_inputs + hnode->num_outputs;
2681 node_info->node_env = hnode->node_env;
2683 node_info->ns_execution_state = node_get_state(hnode);
2687 node_info
[all...]

Completed in 162 milliseconds