Searched refs:dpll_device_get (Results 1 – 4 of 4) sorted by relevance
169 dpll_device_get(u64 clock_id, u32 dev_driver_id, struct module *module);
441 Device is allocated by dpll_device_get() call. Second call with the452 dpll_device_get(), as well as register dpll device with their own456 similarly to dpll_device_get(). Function first creates object and then520 bp->dpll = dpll_device_get(clkid, 0, THIS_MODULE);
282 dpll_device_get(u64 clock_id, u32 device_idx, struct module *module) in dpll_device_get() function303 EXPORT_SYMBOL_GPL(dpll_device_get);
2005 d->dpll = dpll_device_get(clock_id, d->dpll_idx, THIS_MODULE); in ice_dpll_init_dpll()