Searched refs:dpll_device_register (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | dpll.h | 173 int dpll_device_register(struct dpll_device *dpll, enum dpll_type type,
|
| /linux-6.15/drivers/dpll/ |
| H A D | dpll_core.c | 355 int dpll_device_register(struct dpll_device *dpll, enum dpll_type type, in dpll_device_register() function 398 EXPORT_SYMBOL_GPL(dpll_device_register);
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | dpll.c | 447 err = dpll_device_register(mdpll->dpll, DPLL_TYPE_EEC, in mlx5_dpll_probe()
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | dpll.rst | 450 dpll_device_register() at which point it becomes available to the 527 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp);
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 2015 ret = dpll_device_register(d->dpll, type, &ice_dpll_ops, d); in ice_dpll_init_dpll()
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_ocp.c | 4807 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp); in ptp_ocp_probe()
|