Searched refs:dpll_device_register (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/dpll/ |
| H A D | dpll_core.c | 474 int dpll_device_register(struct dpll_device *dpll, enum dpll_type type, in dpll_device_register() function 518 EXPORT_SYMBOL_GPL(dpll_device_register);
|
| /linux/Documentation/driver-api/ |
| H A D | dpll.rst | 569 dpll_device_register() at which point it becomes available to the 646 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp);
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 2010 rc = dpll_device_register(zldpll->dpll_dev, zldpll->type, in zl3073x_dpll_device_register()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 4216 ret = dpll_device_register(d->dpll, type, ops, d); in ice_dpll_init_dpll()
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 5125 err = dpll_device_register(bp->dpll, DPLL_TYPE_PPS, &dpll_ops, bp); in ptp_ocp_probe()
|