Searched refs:dpll_pin_unregister (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | dpll.c | 398 dpll_pin_unregister(mdpll->dpll, mdpll->dpll_pin, in mlx5_dpll_probe() 419 dpll_pin_unregister(mdpll->dpll, mdpll->dpll_pin, in mlx5_dpll_remove()
|
/linux/include/linux/ |
H A D | dpll.h | 182 void dpll_pin_unregister(struct dpll_device *dpll, struct dpll_pin *pin,
|
/linux/drivers/dpll/ |
H A D | dpll_core.c | 680 void dpll_pin_unregister(struct dpll_device *dpll, struct dpll_pin *pin, in dpll_pin_unregister() function 693 EXPORT_SYMBOL_GPL(dpll_pin_unregister);
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dpll.c | 1692 dpll_pin_unregister(dpll, pins[i].pin, ops, &pins[i]); in ice_dpll_unregister_pins() 1724 dpll_pin_unregister(dpll, pins[i].pin, ops, &pins[i]); in ice_dpll_register_pins()
|
/linux/Documentation/driver-api/ |
H A D | dpll.rst | 552 dpll_pin_unregister(bp->dpll, bp->sma[i].dpll_pin, &dpll_pins_ops, &bp->sma[i]);
|
/linux/drivers/ptp/ |
H A D | ptp_ocp.c | 4771 dpll_pin_unregister(bp->dpll, bp->sma[i].dpll_pin, &dpll_pins_ops, &bp->sma[i]); in ptp_ocp_probe() 4794 dpll_pin_unregister(bp->dpll, bp->sma[i].dpll_pin, &dpll_pins_ops, &bp->sma[i]); in ptp_ocp_remove()
|