Symbol: zl3073x_out
drivers/dpll/zl3073x/core.h
284
const struct zl3073x_out *out = zl3073x_out_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
299
const struct zl3073x_out *out = zl3073x_out_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
320
const struct zl3073x_out *out = zl3073x_out_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
347
const struct zl3073x_out *out;
drivers/dpll/zl3073x/core.h
372
const struct zl3073x_out *out = zl3073x_out_state_get(zldev, index);
drivers/dpll/zl3073x/core.h
391
const struct zl3073x_out *out;
drivers/dpll/zl3073x/core.h
56
struct zl3073x_out out[ZL3073X_NUM_OUTS];
drivers/dpll/zl3073x/dpll.c
1018
const struct zl3073x_out *out;
drivers/dpll/zl3073x/dpll.c
1041
struct zl3073x_out out;
drivers/dpll/zl3073x/dpll.c
793
const struct zl3073x_out *out;
drivers/dpll/zl3073x/dpll.c
861
struct zl3073x_out out;
drivers/dpll/zl3073x/dpll.c
942
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
110
const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.c
112
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
105
static inline u8 zl3073x_out_synth_get(const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.h
34
const struct zl3073x_out *zl3073x_out_state_get(struct zl3073x_dev *zldev,
drivers/dpll/zl3073x/out.h
38
const struct zl3073x_out *out);
drivers/dpll/zl3073x/out.h
46
static inline u8 zl3073x_out_signal_format_get(const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.h
57
static inline bool zl3073x_out_is_diff(const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.h
77
static inline bool zl3073x_out_is_enabled(const struct zl3073x_out *out)
drivers/dpll/zl3073x/out.h
88
static inline bool zl3073x_out_is_ndiv(const struct zl3073x_out *out)