Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddpll.h173 int dpll_device_register(struct dpll_device *dpll, enum dpll_type type,
/linux-6.15/drivers/dpll/
H A Ddpll_core.c355 int dpll_device_register(struct dpll_device *dpll, enum dpll_type type, in dpll_device_register() function
398 EXPORT_SYMBOL_GPL(dpll_device_register);
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c447 err = dpll_device_register(mdpll->dpll, DPLL_TYPE_EEC, in mlx5_dpll_probe()
/linux-6.15/Documentation/driver-api/
H A Ddpll.rst450 dpll_device_register() at which point it becomes available to the
527 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp);
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2015 ret = dpll_device_register(d->dpll, type, &ice_dpll_ops, d); in ice_dpll_init_dpll()
/linux-6.15/drivers/ptp/
H A Dptp_ocp.c4807 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp); in ptp_ocp_probe()