Home
last modified time | relevance | path

Searched refs:zl3073x_dpll (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/dpll/zl3073x/
H A Ddpll.h24 struct zl3073x_dpll { struct
37 struct zl3073x_dpll *zl3073x_dpll_alloc(struct zl3073x_dev *zldev, u8 ch); argument
38 void zl3073x_dpll_free(struct zl3073x_dpll *zldpll);
40 int zl3073x_dpll_register(struct zl3073x_dpll *zldpll);
41 void zl3073x_dpll_unregister(struct zl3073x_dpll *zldpll);
44 void zl3073x_dpll_changes_check(struct zl3073x_dpll *zldpll);
H A Ddpll.c49 struct zl3073x_dpll *dpll;
110 zl3073x_dpll_pin_get_by_ref(struct zl3073x_dpll *zldpll, u8 ref_id) in zl3073x_dpll_pin_get_by_ref()
131 struct zl3073x_dpll *zldpll = dpll_priv; in zl3073x_dpll_input_pin_esync_get()
167 struct zl3073x_dpll *zldpll = dpll_priv; in zl3073x_dpll_input_pin_esync_set()
203 struct zl3073x_dpll *zldpll = pin->dpll; in zl3073x_dpll_input_pin_ref_sync_get()
232 struct zl3073x_dpll *zldpll = pin->dpll; in zl3073x_dpll_input_pin_ref_sync_set()
334 struct zl3073x_dpll *zldpll = dpll_priv; in zl3073x_dpll_input_pin_frequency_get()
351 struct zl3073x_dpll *zldpll = dpll_priv; in zl3073x_dpll_input_pin_frequency_set()
370 * @zldpll: pointer to zl3073x_dpll
377 zl3073x_dpll_connected_ref_get(struct zl3073x_dpll *zldpl in zl3073x_dpll_connected_ref_get()
[all...]
H A Dcore.c712 struct zl3073x_dpll *zldpll;
783 struct zl3073x_dpll *zldpll; in zl3073x_dev_periodic_work()
826 struct zl3073x_dpll *zldpll; in zl3073x_dev_phase_meas_setup()
901 struct zl3073x_dpll *zldpll; in zl3073x_dev_start()
915 struct zl3073x_dpll *zldpll, *next; in zl3073x_dev_start()
938 struct zl3073x_dpll *zldpll;
H A Dcore.h20 struct zl3073x_dpll;