Lines Matching +full:vsc7512 +full:- +full:switch
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Copyright 2021-2022 Innovative Advantage Inc.
67 return felix_register_switch(&pdev->dev, 0, 1, false, false, in ocelot_ext_probe()
73 struct felix *felix = dev_get_drvdata(&pdev->dev); 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()
88 dsa_switch_shutdown(felix->ds); in ocelot_ext_shutdown()
90 dev_set_drvdata(&pdev->dev, NULL); in ocelot_ext_shutdown()
94 { .compatible = "mscc,vsc7512-switch" },
101 .name = "ocelot-ext-switch",
110 MODULE_DESCRIPTION("External Ocelot Switch driver");