Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/cadence/
Dcdns-dphy.c94 struct cdns_dphy_ops { struct
110 const struct cdns_dphy_ops *ops; argument
272 static const struct cdns_dphy_ops ref_dphy_ops = {
278 static const struct cdns_dphy_ops j721e_dphy_ops = {
404 static const struct phy_ops cdns_dphy_ops = { variable
444 dphy->phy = devm_phy_create(&pdev->dev, NULL, &cdns_dphy_ops); in cdns_dphy_probe()