Searched refs:dpll_device_get (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 241 dpll_device_get(u64 clock_id, u32 dev_driver_id, struct module *module,
|
| /linux/Documentation/driver-api/ |
| H A D | dpll.rst | 504 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 D | dpll_core.c | 399 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 D | dpll.c | 443 mdpll->dpll = dpll_device_get(clock_id, 0, THIS_MODULE, in mlx5_dpll_probe()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 1674 zldpll->dpll_dev = dpll_device_get(zldev->clock_id, zldpll->id, in zl3073x_dpll_device_register()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 3721 d->dpll = dpll_device_get(clock_id, d->dpll_idx, THIS_MODULE, in ice_dpll_init_dpll()
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 4792 bp->dpll = dpll_device_get(clkid, 0, THIS_MODULE, &bp->tracker); in ptp_ocp_probe()
|