Lines Matching refs:dev_fmt
157 vclkdev_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt, in vclkdev_alloc() argument
172 if (dev_fmt) { in vclkdev_alloc()
173 vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap); in vclkdev_alloc()
181 vclkdev_create(struct clk_hw *hw, const char *con_id, const char *dev_fmt, in vclkdev_create() argument
186 cl = vclkdev_alloc(hw, con_id, dev_fmt, ap); in vclkdev_create()
203 const char *dev_fmt, ...) in clkdev_create() argument
208 va_start(ap, dev_fmt); in clkdev_create()
209 cl = vclkdev_create(__clk_get_hw(clk), con_id, dev_fmt, ap); in clkdev_create()
226 const char *dev_fmt, ...) in clkdev_hw_create() argument
231 va_start(ap, dev_fmt); in clkdev_hw_create()
232 cl = vclkdev_create(hw, con_id, dev_fmt, ap); in clkdev_hw_create()