Home
last modified time | relevance | path

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

/linux/drivers/dpll/
H A Ddpll_core.c351 int dpll_device_register(struct dpll_device *dpll, enum dpll_type type, in dpll_device_register() function
394 EXPORT_SYMBOL_GPL(dpll_device_register);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c447 err = dpll_device_register(mdpll->dpll, DPLL_TYPE_EEC, in mlx5_dpll_probe()
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1606 rc = dpll_device_register(zldpll->dpll_dev, in zl3073x_dpll_device_register()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c3288 ret = dpll_device_register(d->dpll, type, ops, d); in ice_dpll_init_dpll()
/linux/drivers/ptp/
H A Dptp_ocp.c4798 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp); in ptp_ocp_probe()