Home
last modified time | relevance | path

Searched refs:switch_node (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/typec/
A Danx7411.c293 struct fwnode_handle *switch_node; member
1113 fwnode_handle_put(ctx->switch_node); in anx7411_unregister_switch()
1122 ctx->switch_node = device_get_named_child_node(dev, "orientation_switch"); in anx7411_typec_switch_probe()
1123 if (!ctx->switch_node) in anx7411_typec_switch_probe()
1126 ret = anx7411_register_switch(ctx, dev, ctx->switch_node); in anx7411_typec_switch_probe()
1129 fwnode_handle_put(ctx->switch_node); in anx7411_typec_switch_probe()
/drivers/net/dsa/sja1105/
A Dsja1105_mdio.c463 struct device_node *switch_node = ds->dev->of_node; in sja1105_mdiobus_register() local
471 mdio_node = of_get_available_child_by_name(switch_node, "mdios"); in sja1105_mdiobus_register()
A Dsja1105_main.c1241 struct device_node *switch_node = dev->of_node; in sja1105_parse_dt() local
1245 ports_node = of_get_child_by_name(switch_node, "ports"); in sja1105_parse_dt()
1247 ports_node = of_get_child_by_name(switch_node, "ethernet-ports"); in sja1105_parse_dt()
/drivers/net/dsa/ocelot/
A Dfelix.c1424 struct device_node *switch_node; in felix_parse_dt() local
1428 switch_node = dev->of_node; in felix_parse_dt()
1430 ports_node = of_get_child_by_name(switch_node, "ports"); in felix_parse_dt()
1432 ports_node = of_get_child_by_name(switch_node, "ethernet-ports"); in felix_parse_dt()

Completed in 24 milliseconds