Home
last modified time | relevance | path

Searched refs:dev_fmt (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/clk/
Dclkdev.c251 vclkdev_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt, in vclkdev_alloc() argument
266 if (dev_fmt) { in vclkdev_alloc()
267 vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap); in vclkdev_alloc()
275 vclkdev_create(struct clk_hw *hw, const char *con_id, const char *dev_fmt, in vclkdev_create() argument
280 cl = vclkdev_alloc(hw, con_id, dev_fmt, ap); in vclkdev_create()
288 clkdev_alloc(struct clk *clk, const char *con_id, const char *dev_fmt, ...) in clkdev_alloc() argument
293 va_start(ap, dev_fmt); in clkdev_alloc()
294 cl = vclkdev_alloc(__clk_get_hw(clk), con_id, dev_fmt, ap); in clkdev_alloc()
302 clkdev_hw_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt, ...) in clkdev_hw_alloc() argument
307 va_start(ap, dev_fmt); in clkdev_hw_alloc()
[all …]
/linux-4.19.296/include/linux/
Dclkdev.h37 const char *dev_fmt, ...) __printf(3, 4);
39 const char *dev_fmt, ...) __printf(3, 4);
45 const char *dev_fmt, ...) __printf(3, 4);
47 const char *dev_fmt, ...) __printf(3, 4);
Ddevice.h1367 #ifndef dev_fmt
1368 #define dev_fmt(fmt) fmt macro
1445 _dev_emerg(dev, dev_fmt(fmt), ##__VA_ARGS__)
1447 _dev_crit(dev, dev_fmt(fmt), ##__VA_ARGS__)
1449 _dev_alert(dev, dev_fmt(fmt), ##__VA_ARGS__)
1451 _dev_err(dev, dev_fmt(fmt), ##__VA_ARGS__)
1453 _dev_warn(dev, dev_fmt(fmt), ##__VA_ARGS__)
1455 _dev_notice(dev, dev_fmt(fmt), ##__VA_ARGS__)
1457 _dev_info(dev, dev_fmt(fmt), ##__VA_ARGS__)
1461 dynamic_dev_dbg(dev, dev_fmt(fmt), ##__VA_ARGS__)
[all …]