Lines Matching defs:ops
109 const struct cdns_dphy_ops *ops;
169 if (dphy->ops->set_psm_div)
170 dphy->ops->set_psm_div(dphy, psm_div);
178 if (dphy->ops->set_clk_lane_cfg)
179 dphy->ops->set_clk_lane_cfg(dphy, cfg);
185 if (dphy->ops->set_pll_cfg)
186 dphy->ops->set_pll_cfg(dphy, cfg);
191 return dphy->ops->get_wakeup_time_ns(dphy);
239 * which is same as that of in ref ops
421 dphy->ops = of_device_get_match_data(&pdev->dev);
422 if (!dphy->ops)
437 if (dphy->ops->probe) {
438 ret = dphy->ops->probe(dphy);
446 if (dphy->ops->remove)
447 dphy->ops->remove(dphy);
462 if (dphy->ops->remove)
463 dphy->ops->remove(dphy);