Symbol: zl3073x_out
drivers/dpll/zl3073x/core.h
277
const struct zl3073x_out *out = zl3073x_out_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
292
const struct zl3073x_out *out = zl3073x_out_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
313
const struct zl3073x_out *out = zl3073x_out_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
340
const struct zl3073x_out *out;
drivers/dpll/zl3073x/core.h
365
const struct zl3073x_out *out = zl3073x_out_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
384
const struct zl3073x_out *out;
drivers/dpll/zl3073x/core.h
70
struct zl3073x_out out[ZL3073X_NUM_OUTS];
drivers/dpll/zl3073x/dpll.c
738
const struct zl3073x_out *out;
drivers/dpll/zl3073x/dpll.c
795
struct zl3073x_out out;
drivers/dpll/zl3073x/dpll.c
868
struct zl3073x_out out;
drivers/dpll/zl3073x/dpll.c
941
const struct zl3073x_out *out;
drivers/dpll/zl3073x/dpll.c
964
struct zl3073x_out out;
drivers/dpll/zl3073x/out.c
103
const struct zl3073x_out *zl3073x_out_state_get(struct zl3073x_dev *zldev,
drivers/dpll/zl3073x/out.c
122
const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.c
124
struct zl3073x_out *dout = &zldev->out[index];
drivers/dpll/zl3073x/out.c
25
struct zl3073x_out *out = &zldev->out[index];
drivers/dpll/zl3073x/out.h
104
static inline bool zl3073x_out_is_enabled(const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.h
115
static inline bool zl3073x_out_is_ndiv(const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.h
132
static inline u8 zl3073x_out_synth_get(const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.h
39
const struct zl3073x_out *zl3073x_out_state_get(struct zl3073x_dev *zldev,
drivers/dpll/zl3073x/out.h
43
const struct zl3073x_out *out);
drivers/dpll/zl3073x/out.h
51
static inline u8 zl3073x_out_clock_type_get(const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.h
62
zl3073x_out_clock_type_set(struct zl3073x_out *out, u8 type)
drivers/dpll/zl3073x/out.h
73
static inline u8 zl3073x_out_signal_format_get(const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.h
84
static inline bool zl3073x_out_is_diff(const struct zl3073x_out *out)