Lines Matching defs:con_id
101 const char *con_id;
368 * node's 'clock-names' property or as the 'con_id' matching the device's
2576 __func__, clk->core->name, clk->dev_id, clk->con_id,
3966 * @con_id: connection ID string on device
3971 const char *con_id)
3981 clk->con_id = kstrdup_const(con_id, GFP_KERNEL);
3996 kfree_const(clk->con_id);
4006 * @con_id: connection ID string on device
4013 const char *dev_id, const char *con_id)
4023 clk = alloc_clk(core, dev_id, con_id);
4042 * @con_id: connection ID string on device
4049 struct clk *clk_hw_get_clk(struct clk_hw *hw, const char *con_id)
4054 return clk_hw_create_clk(dev, hw, name, con_id);
4545 * @con_id: connection ID string on device
4552 const char *con_id)
4567 clk = clk_hw_get_clk(hw, con_id);
5138 const char *con_id)
5144 ret = of_parse_clkspec(np, index, con_id, &clkspec);
5156 const char *con_id)
5158 struct clk_hw *hw = of_clk_get_hw(np, index, con_id);
5160 return clk_hw_create_clk(NULL, hw, dev_id, con_id);