Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-topology.c109 node->link_on = SELF_ID_LINK_ON(sid); in fw_node_create()
423 if (node0->link_on && !node1->link_on) in update_tree()
425 else if (!node0->link_on && node1->link_on) in update_tree()
427 else if (node1->initiated_reset && node1->link_on) in update_tree()
434 node0->link_on = node1->link_on; in update_tree()
H A Dcore.h57 * enable the PHY or set the link_on bit and initiate a bus
178 u8 link_on:1; member
H A Dcore-card.c347 if (!card->irm_node->link_on) { in bm_work()
434 * Either link_on is false, or we failed to read the in bm_work()
H A Dcore-device.c1001 if (device->node->link_on) in fw_device_init()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-topology.c110 node->link_on = SELF_ID_LINK_ON(sid); in fw_node_create()
424 if (node0->link_on && !node1->link_on) in update_tree()
426 else if (!node0->link_on && node1->link_on) in update_tree()
428 else if (node1->initiated_reset && node1->link_on) in update_tree()
435 node0->link_on = node1->link_on; in update_tree()
H A Dcore.h57 * enable the PHY or set the link_on bit and initiate a bus
178 u8 link_on:1; member
H A Dcore-card.c347 if (!card->irm_node->link_on) { in bm_work()
450 * Either link_on is false, or we failed to read the in bm_work()
H A Dcore-device.c999 if (device->node->link_on) in fw_device_init()
/kernel/linux/linux-5.10/tools/firewire/
H A Dnosy-dump.h21 } common, link_on; member
H A Dnosy-dump.c779 printf("link-on packet, phy_id=%02x", pp->link_on.phy_id); in print_packet()
/kernel/linux/linux-6.6/tools/firewire/
H A Dnosy-dump.h21 } common, link_on; member
H A Dnosy-dump.c779 printf("link-on packet, phy_id=%02x", pp->link_on.phy_id); in print_packet()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dlan78xx.c404 int link_on; member
1173 if (!link && dev->link_on) { in lan78xx_link_reset()
1174 dev->link_on = false; in lan78xx_link_reset()
1186 } else if (link && !dev->link_on) { in lan78xx_link_reset()
1187 dev->link_on = true; in lan78xx_link_reset()
2617 dev->link_on = false; in lan78xx_open()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dlan78xx.c463 int link_on; member
1434 if (!link && dev->link_on) { in lan78xx_link_reset()
1435 dev->link_on = false; in lan78xx_link_reset()
1443 } else if (link && !dev->link_on) { in lan78xx_link_reset()
1444 dev->link_on = true; in lan78xx_link_reset()
3132 dev->link_on = false; in lan78xx_open()

Completed in 24 milliseconds