• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/

Lines Matching refs:hnode

72  *      hnode:          The node handle.
88 extern int node_alloc_msg_buf(struct node_object *hnode,
97 * hnode: Node handle returned from node_allocate.
101 * -EFAULT: Invalid hnode.
113 extern int node_change_priority(struct node_object *hnode, s32 prio);
196 * hnode: Node handle returned from node_allocate().
199 * -EFAULT: Invalid hnode.
209 extern int node_create(struct node_object *hnode);
250 * -EFAULT: Invalid hnode.
257 * 0: hnode is invalid.
326 * hnode: The node handle.
338 extern int node_free_msg_buf(struct node_object *hnode,
349 * hnode: Node object allocated from node_allocate().
355 * -EFAULT: Invalid hnode.
362 extern int node_get_attr(struct node_object *hnode,
373 * hnode: Node handle returned from node_allocate().
379 * -EFAULT: Invalid hnode.
388 extern int node_get_message(struct node_object *hnode,
400 * -EFAULT: Invalid hnode.
424 * hnode: Handle of the node that the exit message is for.
429 void node_on_exit(struct node_object *hnode, s32 node_status);
436 * hnode: Node object representing a node currently
440 * -EFAULT: Invalid hnode.
449 extern int node_pause(struct node_object *hnode);
459 * hnode: Node handle returned by node_allocate().
464 * -EFAULT: Invalid hnode.
474 extern int node_put_message(struct node_object *hnode,
482 * hnode: Node handle returned by node_allocate().
488 * -EFAULT: Invalid hnode.
498 extern int node_register_notify(struct node_object *hnode,
510 * hnode: Node object representing a node currently
514 * -EFAULT: Invalid hnode.
515 * -EPERM: hnode doesn't represent a message, task or dais socket node.
524 extern int node_run(struct node_object *hnode);
532 * hnode: Node object representing a node currently
538 * -EFAULT: Invalid hnode.
548 extern int node_terminate(struct node_object *hnode,
580 enum node_state node_get_state(void *hnode);