Lines Matching defs:con
161 * additional con-id / dev-id -> clock mapping is required, use this
532 * @con: connection ID for this clock
538 int ti_clk_add_alias(struct clk *clk, const char *con)
552 cl->con_id = con;
564 * @con: connection ID for this clock
571 const char *con)
581 ret = ti_clk_add_alias(clk, con);
594 * @con: connection ID for this clock
602 struct clk_hw *hw, const char *con)
607 clk = of_ti_clk_register(node, hw, con);