Searched refs:felix (Results 1 – 5 of 5) sorted by relevance
73 struct felix *felix = dev_get_drvdata(&pdev->dev); in ocelot_ext_remove() local75 if (!felix) in ocelot_ext_remove()78 dsa_unregister_switch(felix->ds); in ocelot_ext_remove()83 struct felix *felix = dev_get_drvdata(&pdev->dev); in ocelot_ext_shutdown() local85 if (!felix) in ocelot_ext_shutdown()88 dsa_switch_shutdown(felix->ds); in ocelot_ext_shutdown()
959 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_alloc() local970 felix->pcs = devm_kcalloc(dev, felix->info->num_ports, in vsc9959_mdio_bus_alloc()973 if (!felix->pcs) { in vsc9959_mdio_bus_alloc()1020 felix->imdio = bus; in vsc9959_mdio_bus_alloc()1022 for (port = 0; port < felix->info->num_ports; port++) { in vsc9959_mdio_bus_alloc()1026 if (dsa_is_unused_port(felix->ds, port)) in vsc9959_mdio_bus_alloc()1032 phylink_pcs = lynx_pcs_create_mdiodev(felix->imdio, port); in vsc9959_mdio_bus_alloc()1036 felix->pcs[port] = phylink_pcs; in vsc9959_mdio_bus_alloc()1046 struct felix *felix = ocelot_to_felix(ocelot); in vsc9959_mdio_bus_free() local1050 struct phylink_pcs *phylink_pcs = felix->pcs[port]; in vsc9959_mdio_bus_free()[all …]
7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot)86 struct felix { struct
7 mscc_felix_dsa_lib-objs := felix.o
227 Felix Moeller <felix@derklecks.de>