Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/
H A Ddpll.rst560 Device is allocated by dpll_device_get() call. Second call with the
571 dpll_device_get(), as well as register dpll device with their own
575 similarly to dpll_device_get(). Function first creates object and then
639 bp->dpll = dpll_device_get(clkid, 0, THIS_MODULE);
/linux/drivers/dpll/
H A Ddpll_core.c402 dpll_device_get(u64 clock_id, u32 device_idx, struct module *module, in dpll_device_get() function
428 EXPORT_SYMBOL_GPL(dpll_device_get);
/linux/drivers/dpll/zl3073x/
H A Ddpll.c2000 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.c4200 d->dpll = dpll_device_get(clock_id, d->dpll_idx, THIS_MODULE, in ice_dpll_init_dpll()
/linux/drivers/ptp/
H A Dptp_ocp.c5118 bp->dpll = dpll_device_get(clkid, 0, THIS_MODULE, &bp->tracker); in ptp_ocp_probe()