Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddpll.h169 dpll_device_get(u64 clock_id, u32 dev_driver_id, struct module *module);
/linux/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/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/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()