Symbol: zl3073x_ref
drivers/dpll/zl3073x/core.h
223
const struct zl3073x_ref *ref = zl3073x_ref_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
238
const struct zl3073x_ref *ref = zl3073x_ref_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
253
const struct zl3073x_ref *ref = zl3073x_ref_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
55
struct zl3073x_ref ref[ZL3073X_NUM_REFS];
drivers/dpll/zl3073x/dpll.c
130
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
1548
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
171
struct zl3073x_ref ref;
drivers/dpll/zl3073x/dpll.c
1787
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
234
struct zl3073x_ref ref;
drivers/dpll/zl3073x/dpll.c
410
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
470
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
503
struct zl3073x_ref ref;
drivers/dpll/zl3073x/ref.c
151
const struct zl3073x_ref *
drivers/dpll/zl3073x/ref.c
158
const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.c
160
struct zl3073x_ref *dref = &zldev->ref[index];
drivers/dpll/zl3073x/ref.c
66
struct zl3073x_ref *ref = &zldev->ref[index];
drivers/dpll/zl3073x/ref.c
73
struct zl3073x_ref *p_ref = ref - 1; /* P-pin counterpart*/
drivers/dpll/zl3073x/ref.h
107
zl3073x_ref_is_diff(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
119
zl3073x_ref_is_enabled(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
131
zl3073x_ref_is_status_ok(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
42
const struct zl3073x_ref *zl3073x_ref_state_get(struct zl3073x_dev *zldev,
drivers/dpll/zl3073x/ref.h
46
const struct zl3073x_ref *ref);
drivers/dpll/zl3073x/ref.h
57
zl3073x_ref_ffo_get(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
69
zl3073x_ref_freq_get(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
83
zl3073x_ref_freq_set(struct zl3073x_ref *ref, u32 freq)