Lines Matching refs:sprintf
24 return sprintf(buf, "0x%x\n", codec->type); \
34 return sprintf(buf, "%s\n", \
163 return sprintf(buf, "0x%08x\n", get_wcaps(codec, nid)); in caps_show()
171 return sprintf(buf, "0x%08x\n", in pin_caps_show()
184 return sprintf(buf, "0x%08x\n", val); in pin_cfg_show()
205 return sprintf(buf, "0x%08x\n", in pcm_caps_show()
214 return sprintf(buf, "0x%08x\n", in pcm_formats_show()
223 return sprintf(buf, "0x%08x\n", in amp_in_caps_show()
232 return sprintf(buf, "0x%08x\n", in amp_out_caps_show()
241 return sprintf(buf, "0x%08x\n", in power_caps_show()
248 return sprintf(buf, "0x%08x\n", in gpio_caps_show()
263 ret += sprintf(buf + ret, "%s0x%02x", i ? " " : "", list[i]); in connections_show()
264 ret += sprintf(buf + ret, "\n"); in connections_show()