Home
last modified time | relevance | path

Searched refs:dpll_device_ops (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/dpll/
H A Ddpll_core.h84 const struct dpll_device_ops *dpll_device_ops(struct dpll_device *dpll);
H A Ddpll_core.c37 const struct dpll_device_ops *ops;
330 const struct dpll_device_ops *ops, void *priv) in dpll_device_registration_find()
356 const struct dpll_device_ops *ops, void *priv) in dpll_device_register()
411 const struct dpll_device_ops *ops, void *priv) in dpll_device_unregister()
802 const struct dpll_device_ops *dpll_device_ops(struct dpll_device *dpll) in dpll_device_ops() function
H A Ddpll_netlink.c95 const struct dpll_device_ops *ops = dpll_device_ops(dpll); in dpll_msg_add_mode()
112 const struct dpll_device_ops *ops = dpll_device_ops(dpll); in dpll_msg_add_mode_supported()
133 const struct dpll_device_ops *ops = dpll_device_ops(dpll); in dpll_msg_add_lock_status()
157 const struct dpll_device_ops *ops = dpll_device_ops(dpll); in dpll_msg_add_temp()
176 const struct dpll_device_ops *ops = dpll_device_ops(dpll); in dpll_msg_add_clock_quality_level()
/linux/include/linux/
H A Ddpll.h20 struct dpll_device_ops { struct
174 const struct dpll_device_ops *ops, void *priv);
177 const struct dpll_device_ops *ops, void *priv);
/linux/Documentation/driver-api/
H A Ddpll.rst501 static const struct dpll_device_ops dpll_ops = {
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c1457 static const struct dpll_device_ops ice_dpll_ops = {