Searched refs:link_on (Results 1 - 4 of 4) sorted by relevance

/drivers/firewire/
H A Dcore-topology.c122 node->link_on = SELF_ID_LINK_ON(sid);
439 if (node0->link_on && !node1->link_on)
441 else if (!node0->link_on && node1->link_on)
443 else if (node1->initiated_reset && node1->link_on)
450 node0->link_on = node1->link_on;
H A Dcore.h56 * enable the PHY or set the link_on bit and initiate a bus
179 u8 link_on:1; member in struct:fw_node
H A Dcore-card.c360 if (!card->irm_node->link_on) {
447 * Either link_on is false, or we failed to read the
H A Dcore-device.c1015 if (device->node->link_on)

Completed in 277 milliseconds