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

/drivers/staging/tidspbridge/include/dspbridge/
H A Dnodepriv.h166 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.c87 struct pnp_dev_node_info node_info; variable in typeref:struct:pnp_dev_node_info
214 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
237 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
289 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
363 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
546 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.c276 struct dsp_nodeinfo node_info; local
399 get_node_info(hnode, &node_info);
400 more_task_args->priority = node_info.execution_priority;
H A Dnode.c1697 get_node_info(hnode, &(pattr->node_info));
2786 void get_node_info(struct node_object *hnode, struct dsp_nodeinfo *node_info) argument
2791 DBC_REQUIRE(node_info != NULL);
2793 node_info->cb_struct = sizeof(struct dsp_nodeinfo);
2794 node_info->nb_node_database_props =
2796 node_info->execution_priority = hnode->prio;
2797 node_info->device_owner = hnode->device_owner;
2798 node_info->number_streams = hnode->num_inputs + hnode->num_outputs;
2799 node_info->node_env = hnode->node_env;
2801 node_info
[all...]

Completed in 91 milliseconds