Symbol: dpll_device_ops
drivers/dpll/dpll_core.c
1100
const struct dpll_device_ops *dpll_device_ops(struct dpll_device *dpll)
drivers/dpll/dpll_core.c
43
const struct dpll_device_ops *ops;
drivers/dpll/dpll_core.c
449
const struct dpll_device_ops *ops, void *priv)
drivers/dpll/dpll_core.c
475
const struct dpll_device_ops *ops, void *priv)
drivers/dpll/dpll_core.c
531
const struct dpll_device_ops *ops, void *priv)
drivers/dpll/dpll_core.c
885
(!dpll_device_ops(dpll)->freq_monitor_get ||
drivers/dpll/dpll_core.c
886
!dpll_device_ops(dpll)->freq_monitor_set)) ||
drivers/dpll/dpll_core.h
94
const struct dpll_device_ops *dpll_device_ops(struct dpll_device *dpll);
drivers/dpll/dpll_netlink.c
1013
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
102
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
1038
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
1055
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
119
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
151
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
171
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
192
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
212
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
236
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
256
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/dpll_netlink.c
437
const struct dpll_device_ops *dev_ops = dpll_device_ops(ref->dpll);
drivers/dpll/dpll_netlink.c
974
const struct dpll_device_ops *ops = dpll_device_ops(dpll);
drivers/dpll/zl3073x/dpll.c
1315
static const struct dpll_device_ops zl3073x_dpll_device_ops = {
drivers/dpll/zl3073x/dpll.h
30
struct dpll_device_ops ops;
drivers/net/ethernet/intel/ice/ice_dpll.c
2879
static const struct dpll_device_ops ice_dpll_ops = {
drivers/net/ethernet/intel/ice/ice_dpll.c
2884
static const struct dpll_device_ops ice_dpll_pom_ops = {
drivers/net/ethernet/intel/ice/ice_dpll.c
4210
const struct dpll_device_ops *ops = &ice_dpll_ops;
drivers/net/ethernet/intel/ice/ice_dpll.h
125
const struct dpll_device_ops *ops;
drivers/net/ethernet/mellanox/mlx5/core/dpll.c
251
static const struct dpll_device_ops mlx5_dpll_device_ops = {
drivers/ptp/ptp_ocp.c
5026
static const struct dpll_device_ops dpll_ops = {
include/linux/dpll.h
283
const struct dpll_device_ops *ops, void *priv);
include/linux/dpll.h
286
const struct dpll_device_ops *ops, void *priv);