Lines Matching defs:con_id
106 const char *con_id;
463 * node's 'clock-names' property or as the 'con_id' matching the device's
2440 __func__, clk->core->name, clk->dev_id, clk->con_id,
3765 * @con_id: connection ID string on device
3770 const char *con_id)
3780 clk->con_id = kstrdup_const(con_id, GFP_KERNEL);
3795 kfree_const(clk->con_id);
3805 * @con_id: connection ID string on device
3812 const char *dev_id, const char *con_id)
3822 clk = alloc_clk(core, dev_id, con_id);
4893 const char *con_id)
4899 ret = of_parse_clkspec(np, index, con_id, &clkspec);
4911 const char *con_id)
4913 struct clk_hw *hw = of_clk_get_hw(np, index, con_id);
4915 return clk_hw_create_clk(NULL, hw, dev_id, con_id);