Searched refs:solutions (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c515 struct list_head *solutions)
568 list_add_tail(&v->node, solutions);
578 if (list_empty(solutions)) {
589 struct list_head *solutions,
622 list_for_each_entry(v, solutions, node) {
687 struct list_head solutions; local
714 INIT_LIST_HEAD(&solutions);
715 ret = stm32_i2c_compute_solutions(i2cclk, setup, specs, &solutions);
719 ret = stm32_i2c_choose_solution(i2cclk, setup, specs, &solutions, output);
730 list_for_each_entry_safe(v, _v, &solutions, nod
512 stm32_i2c_compute_solutions(u32 i2cclk, struct stm32_i2c_setup *setup, const struct stm32_i2c_spec *specs, struct list_head *solutions) argument
586 stm32_i2c_choose_solution(u32 i2cclk, struct stm32_i2c_setup *setup, const struct stm32_i2c_spec *specs, struct list_head *solutions, struct stm32_i2c_timings *s) argument
[all...]

Completed in 46 milliseconds