Symbol: zl3073x_ref
drivers/dpll/zl3073x/core.h
216
const struct zl3073x_ref *ref = zl3073x_ref_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
231
const struct zl3073x_ref *ref = zl3073x_ref_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
246
const struct zl3073x_ref *ref = zl3073x_ref_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
69
struct zl3073x_ref ref[ZL3073X_NUM_REFS];
drivers/dpll/zl3073x/dpll.c
133
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
1523
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
169
struct zl3073x_ref ref;
drivers/dpll/zl3073x/dpll.c
1785
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
204
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
235
struct zl3073x_ref ref;
drivers/dpll/zl3073x/dpll.c
243
const struct zl3073x_ref *sync_ref;
drivers/dpll/zl3073x/dpll.c
353
struct zl3073x_ref ref;
drivers/dpll/zl3073x/dpll.c
400
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
457
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/dpll.c
490
struct zl3073x_ref ref;
drivers/dpll/zl3073x/dpll.c
523
const struct zl3073x_ref *ref;
drivers/dpll/zl3073x/ref.c
165
const struct zl3073x_ref *
drivers/dpll/zl3073x/ref.c
184
const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.c
186
struct zl3073x_ref *dref = &zldev->ref[index];
drivers/dpll/zl3073x/ref.c
63
struct zl3073x_ref *ref = &zldev->ref[index];
drivers/dpll/zl3073x/ref.c
81
struct zl3073x_ref *ref = &zldev->ref[index];
drivers/dpll/zl3073x/ref.c
88
struct zl3073x_ref *p_ref = ref - 1; /* P-pin counterpart*/
drivers/dpll/zl3073x/ref.h
116
zl3073x_ref_sync_mode_get(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
127
zl3073x_ref_sync_mode_set(struct zl3073x_ref *ref, u8 mode)
drivers/dpll/zl3073x/ref.h
139
zl3073x_ref_sync_pair_get(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
150
zl3073x_ref_sync_pair_set(struct zl3073x_ref *ref, u8 pair)
drivers/dpll/zl3073x/ref.h
162
zl3073x_ref_is_diff(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
174
zl3073x_ref_is_enabled(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
186
zl3073x_ref_is_status_ok(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
49
const struct zl3073x_ref *zl3073x_ref_state_get(struct zl3073x_dev *zldev,
drivers/dpll/zl3073x/ref.h
53
const struct zl3073x_ref *ref);
drivers/dpll/zl3073x/ref.h
66
zl3073x_ref_meas_freq_get(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
78
zl3073x_ref_freq_get(const struct zl3073x_ref *ref)
drivers/dpll/zl3073x/ref.h
92
zl3073x_ref_freq_set(struct zl3073x_ref *ref, u32 freq)