Lines Matching defs:con
128 * additional con-id / dev-id -> clock mapping is required, use this
493 * @con: connection ID for this clock
499 int ti_clk_add_alias(struct clk *clk, const char *con)
513 cl->con_id = con;
525 * @con: connection ID for this clock
532 const char *con)
542 ret = ti_clk_add_alias(clk, con);
555 * @con: connection ID for this clock
563 struct clk_hw *hw, const char *con)
568 clk = of_ti_clk_register(node, hw, con);