Lines Matching refs:dev_fmt
254 vclkdev_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt, in vclkdev_alloc() argument
269 if (dev_fmt) { in vclkdev_alloc()
270 vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap); in vclkdev_alloc()
278 vclkdev_create(struct clk_hw *hw, const char *con_id, const char *dev_fmt, in vclkdev_create() argument
283 cl = vclkdev_alloc(hw, con_id, dev_fmt, ap); in vclkdev_create()
291 clkdev_alloc(struct clk *clk, const char *con_id, const char *dev_fmt, ...) in clkdev_alloc() argument
296 va_start(ap, dev_fmt); in clkdev_alloc()
297 cl = vclkdev_alloc(__clk_get_hw(clk), con_id, dev_fmt, ap); in clkdev_alloc()
314 const char *dev_fmt, ...) in clkdev_create() argument
319 va_start(ap, dev_fmt); in clkdev_create()
320 cl = vclkdev_create(__clk_get_hw(clk), con_id, dev_fmt, ap); in clkdev_create()
371 const char *dev_fmt, ...) in clk_register_clkdev() argument
379 va_start(ap, dev_fmt); in clk_register_clkdev()
380 cl = vclkdev_create(__clk_get_hw(clk), con_id, dev_fmt, ap); in clk_register_clkdev()