Searched refs:dpll_device_get (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | dpll.h | 169 dpll_device_get(u64 clock_id, u32 dev_driver_id, struct module *module);
|
| /linux-6.15/drivers/dpll/ |
| H A D | dpll_core.c | 282 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 D | dpll.rst | 441 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 D | dpll.c | 441 mdpll->dpll = dpll_device_get(clock_id, 0, THIS_MODULE); in mlx5_dpll_probe()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2005 d->dpll = dpll_device_get(clock_id, d->dpll_idx, THIS_MODULE); in ice_dpll_init_dpll()
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_ocp.c | 4800 bp->dpll = dpll_device_get(clkid, 0, THIS_MODULE); in ptp_ocp_probe()
|