Searched refs:node1 (Results 1 - 6 of 6) sorted by relevance

/drivers/firewire/
H A Dcore-topology.c402 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) argument
407 tree = node1->ports[port];
410 if (tree->ports[i] == node1) {
425 struct fw_node *node0, *node1, *next1; local
434 node1 = fw_node(list1.next);
437 WARN_ON(node0->port_count != node1->port_count);
439 if (node0->link_on && !node1->link_on)
441 else if (!node0->link_on && node1->link_on)
443 else if (node1->initiated_reset && node1
[all...]
/drivers/staging/tidspbridge/rmgr/
H A Dnode.c242 static void fill_stream_connect(struct node_object *node1,
814 int node_connect(struct node_object *node1, u32 stream1, argument
836 if (!node1 || !node2)
840 if (node1 != (struct node_object *)DSP_HGPPNODE &&
842 node1->node_mgr != node2->node_mgr)
846 if (node1 == node2)
850 node1_type = node_get_type(node1);
854 stream1 >= MAX_OUTPUTS(node1)) ||
881 hnode_mgr = node1->node_mgr;
891 node_get_state(node1) !
2515 fill_stream_connect(struct node_object *node1, struct node_object *node2, u32 stream1, u32 stream2) argument
[all...]
/drivers/staging/tidspbridge/include/dspbridge/
H A Dnode.h117 * the GPP, one of the node handles (either node1 or node2) must be
120 * node1: Handle of first node to connect to second node. If
121 * this is a connection from the GPP to node2, node1
122 * must be the constant NODE_HGPPNODE. Otherwise, node1
145 * -EFAULT: Invalid node1 or node2.
150 * -EBADR: Either node1 or node2 is not in the
159 extern int node_connect(struct node_object *node1,
/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c829 struct pci_resource *node1; local
851 node1 = *head;
853 node1->next = (*head)->next;
854 (*head)->next = node1;
858 node1 = (*head);
860 while (node1->next && node1->next->next) {
861 if (node1->next->base > node1->next->next->base) {
863 node2 = node1
[all...]
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c303 symbol_node_t *node1, *node2; local
305 node1 = SLIST_FIRST(symlist);
306 while (node1 != NULL) {
307 node2 = SLIST_NEXT(node1, links);
308 free(node1);
309 node1 = node2;
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c1140 struct node_object *node1 = NULL, *node2 = NULL; local
1146 node1 = node_res1->node;
1148 node1 = args->args_node_connect.node;
1160 if (!node1 || !node2)
1189 status = node_connect(node1,

Completed in 3669 milliseconds