Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h241 dpll_device_get(u64 clock_id, u32 dev_driver_id, struct module *module,
/linux/Documentation/driver-api/
H A Ddpll.rst504 Device is allocated by dpll_device_get() call. Second call with the
515 dpll_device_get(), as well as register dpll device with their own
519 similarly to dpll_device_get(). Function first creates object and then
583 bp->dpll = dpll_device_get(clkid, 0, THIS_MODULE);
/linux/drivers/dpll/
H A Ddpll_core.c399 dpll_device_get(u64 clock_id, u32 device_idx, struct module *module, in dpll_device_get() function
425 EXPORT_SYMBOL_GPL(dpll_device_get);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c443 mdpll->dpll = dpll_device_get(clock_id, 0, THIS_MODULE, in mlx5_dpll_probe()
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1674 zldpll->dpll_dev = dpll_device_get(zldev->clock_id, zldpll->id, in zl3073x_dpll_device_register()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c3721 d->dpll = dpll_device_get(clock_id, d->dpll_idx, THIS_MODULE, in ice_dpll_init_dpll()
/linux/drivers/ptp/
H A Dptp_ocp.c4792 bp->dpll = dpll_device_get(clkid, 0, THIS_MODULE, &bp->tracker); in ptp_ocp_probe()