Lines Matching refs:dev_fmt
157 vclkdev_alloc(struct clk_hw *hw, const char *con_id, const char *dev_fmt,
172 if (dev_fmt) {
173 vscnprintf(cla->dev_id, sizeof(cla->dev_id), dev_fmt, ap);
181 vclkdev_create(struct clk_hw *hw, const char *con_id, const char *dev_fmt,
186 cl = vclkdev_alloc(hw, con_id, dev_fmt, ap);
197 * @dev_fmt: format string describing device name
203 const char *dev_fmt, ...)
208 va_start(ap, dev_fmt);
209 cl = vclkdev_create(__clk_get_hw(clk), con_id, dev_fmt, ap);
220 * @dev_fmt: format string describing device name
226 const char *dev_fmt, ...)
231 va_start(ap, dev_fmt);
232 cl = vclkdev_create(hw, con_id, dev_fmt, ap);