• Home
  • Raw
  • Download

Lines Matching refs:ti_adpll_data

106 #define to_adpll(_hw)	container_of(_hw, struct ti_adpll_data, dco)
162 struct ti_adpll_data *adpll;
167 struct ti_adpll_data { struct
182 static const char *ti_adpll_clk_get_name(struct ti_adpll_data *d, in ti_adpll_clk_get_name() argument
206 static int ti_adpll_setup_clock(struct ti_adpll_data *d, struct clk *clock, in ti_adpll_setup_clock()
241 static int ti_adpll_init_divider(struct ti_adpll_data *d, in ti_adpll_init_divider()
271 static int ti_adpll_init_mux(struct ti_adpll_data *d, in ti_adpll_init_mux()
299 static int ti_adpll_init_gate(struct ti_adpll_data *d, in ti_adpll_init_gate()
329 static int ti_adpll_init_fixed_factor(struct ti_adpll_data *d, in ti_adpll_init_fixed_factor()
354 static void ti_adpll_set_idle_bypass(struct ti_adpll_data *d) in ti_adpll_set_idle_bypass()
366 static void ti_adpll_clear_idle_bypass(struct ti_adpll_data *d) in ti_adpll_clear_idle_bypass()
378 static bool ti_adpll_clock_is_bypass(struct ti_adpll_data *d) in ti_adpll_clock_is_bypass()
392 static bool ti_adpll_is_locked(struct ti_adpll_data *d) in ti_adpll_is_locked()
399 static int ti_adpll_wait_lock(struct ti_adpll_data *d) in ti_adpll_wait_lock()
416 struct ti_adpll_data *d = to_adpll(dco); in ti_adpll_prepare()
427 struct ti_adpll_data *d = to_adpll(dco); in ti_adpll_unprepare()
435 struct ti_adpll_data *d = to_adpll(dco); in ti_adpll_is_prepared()
448 struct ti_adpll_data *d = to_adpll(dco); in ti_adpll_recalc_rate()
491 static int ti_adpll_init_dco(struct ti_adpll_data *d) in ti_adpll_init_dco()
574 struct ti_adpll_data *d = co->adpll; in ti_adpll_clkout_get_parent()
579 static int ti_adpll_init_clkout(struct ti_adpll_data *d, in ti_adpll_init_clkout()
640 static int ti_adpll_init_children_adpll_s(struct ti_adpll_data *d) in ti_adpll_init_children_adpll_s()
714 static int ti_adpll_init_children_adpll_lj(struct ti_adpll_data *d) in ti_adpll_init_children_adpll_lj()
768 static void ti_adpll_free_resources(struct ti_adpll_data *d) in ti_adpll_free_resources()
794 static int ti_adpll_init_registers(struct ti_adpll_data *d) in ti_adpll_init_registers()
808 static int ti_adpll_init_inputs(struct ti_adpll_data *d) in ti_adpll_init_inputs()
874 struct ti_adpll_data *d; in ti_adpll_probe()
948 struct ti_adpll_data *d = dev_get_drvdata(&pdev->dev); in ti_adpll_remove()