Home
last modified time | relevance | path

Searched refs:zl3073x_dev (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/dpll/zl3073x/
H A Dcore.h61 struct zl3073x_dev { struct
87 struct zl3073x_dev *zl3073x_devm_alloc(struct device *dev); argument
88 int zl3073x_dev_probe(struct zl3073x_dev *zldev);
90 int zl3073x_dev_start(struct zl3073x_dev *zldev, bool full);
91 void zl3073x_dev_stop(struct zl3073x_dev *zldev);
93 static inline u8 zl3073x_dev_phase_avg_factor_get(struct zl3073x_dev *zldev) in zl3073x_dev_phase_avg_factor_get()
98 int zl3073x_dev_phase_avg_factor_set(struct zl3073x_dev *zldev, u8 factor);
126 int zl3073x_mb_op(struct zl3073x_dev *zldev, unsigned int op_reg, u8 op_val,
128 int zl3073x_poll_zero_u8(struct zl3073x_dev *zldev, unsigned int reg, u8 mask);
129 int zl3073x_read_u8(struct zl3073x_dev *zldev, unsigned int reg, u8 *val);
[all …]
H A Dcore.c84 zl3073x_check_reg(struct zl3073x_dev *zldev, unsigned int reg, size_t size) in zl3073x_check_reg()
110 zl3073x_read_reg(struct zl3073x_dev *zldev, unsigned int reg, void *val, in zl3073x_read_reg()
132 zl3073x_write_reg(struct zl3073x_dev *zldev, unsigned int reg, const void *val, in zl3073x_write_reg()
163 int zl3073x_read_u8(struct zl3073x_dev *zldev, unsigned int reg, u8 *val) in zl3073x_read_u8()
178 int zl3073x_write_u8(struct zl3073x_dev *zldev, unsigned int reg, u8 val) in zl3073x_write_u8()
193 int zl3073x_read_u16(struct zl3073x_dev *zldev, unsigned int reg, u16 *val) in zl3073x_read_u16()
214 int zl3073x_write_u16(struct zl3073x_dev *zldev, unsigned int reg, u16 val) in zl3073x_write_u16()
231 int zl3073x_read_u32(struct zl3073x_dev *zldev, unsigned int reg, u32 *val) in zl3073x_read_u32()
252 int zl3073x_write_u32(struct zl3073x_dev *zldev, unsigned int reg, u32 val) in zl3073x_write_u32()
269 int zl3073x_read_u48(struct zl3073x_dev *zldev, unsigned int reg, u64 *val) in zl3073x_read_u48()
[all …]
H A Ddpll.c131 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_esync_get()
167 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_esync_set()
203 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_ref_sync_get()
232 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_ref_sync_set()
347 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_frequency_set()
394 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_phase_offset_get()
451 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_phase_adjust_get()
484 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_phase_adjust_set()
517 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_ref_state_get()
698 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_output_pin_esync_get()
[all …]
H A Dprop.c30 zl3073x_pin_check_freq(struct zl3073x_dev *zldev, enum dpll_pin_direction dir, in zl3073x_pin_check_freq()
84 zl3073x_prop_pin_package_label_set(struct zl3073x_dev *zldev, in zl3073x_prop_pin_package_label_set()
129 zl3073x_prop_pin_fwnode_get(struct zl3073x_dev *zldev, in zl3073x_prop_pin_fwnode_get()
190 struct zl3073x_pin_props *zl3073x_pin_props_get(struct zl3073x_dev *zldev, in zl3073x_pin_props_get()
359 zl3073x_prop_dpll_type_get(struct zl3073x_dev *zldev, u8 index) in zl3073x_prop_dpll_type_get()
H A Dref.c61 int zl3073x_ref_state_update(struct zl3073x_dev *zldev, u8 index) in zl3073x_ref_state_update()
79 int zl3073x_ref_state_fetch(struct zl3073x_dev *zldev, u8 index) in zl3073x_ref_state_fetch()
166 zl3073x_ref_state_get(struct zl3073x_dev *zldev, u8 index) in zl3073x_ref_state_get()
183 int zl3073x_ref_state_set(struct zl3073x_dev *zldev, u8 index, in zl3073x_ref_state_set()
H A Dprop.h26 enum dpll_type zl3073x_prop_dpll_type_get(struct zl3073x_dev *zldev, u8 index);
28 struct zl3073x_pin_props *zl3073x_pin_props_get(struct zl3073x_dev *zldev,
H A Dfw.c198 zl3073x_fw_component_load(struct zl3073x_dev *zldev, in zl3073x_fw_component_load()
307 struct zl3073x_fw *zl3073x_fw_load(struct zl3073x_dev *zldev, const char *data, in zl3073x_fw_load()
363 zl3073x_fw_component_flash(struct zl3073x_dev *zldev, in zl3073x_fw_component_flash()
403 int zl3073x_fw_flash(struct zl3073x_dev *zldev, struct zl3073x_fw *zlfw, in zl3073x_fw_flash()