Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddpll.h169 dpll_device_get(u64 clock_id, u32 dev_driver_id, struct module *module);
/linux-6.15/drivers/dpll/
H A Ddpll_core.c282 dpll_device_get(u64 clock_id, u32 device_idx, struct module *module) in dpll_device_get() function
303 EXPORT_SYMBOL_GPL(dpll_device_get);
/linux-6.15/Documentation/driver-api/
H A Ddpll.rst441 Device is allocated by dpll_device_get() call. Second call with the
452 dpll_device_get(), as well as register dpll device with their own
456 similarly to dpll_device_get(). Function first creates object and then
520 bp->dpll = dpll_device_get(clkid, 0, THIS_MODULE);
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c441 mdpll->dpll = dpll_device_get(clock_id, 0, THIS_MODULE); in mlx5_dpll_probe()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c2005 d->dpll = dpll_device_get(clock_id, d->dpll_idx, THIS_MODULE); in ice_dpll_init_dpll()
/linux-6.15/drivers/ptp/
H A Dptp_ocp.c4800 bp->dpll = dpll_device_get(clkid, 0, THIS_MODULE); in ptp_ocp_probe()