Lines Matching refs:tmp_buf
699 char tmp_buf[32];
724 sprintf(tmp_buf, "0x%08x\n", val);
725 return simple_read_from_buffer(buf, count, ppos, tmp_buf,
726 strlen(tmp_buf));
768 char tmp_buf[32];
788 sprintf(tmp_buf, "0x%016llx\n", val);
789 return simple_read_from_buffer(buf, count, ppos, tmp_buf,
790 strlen(tmp_buf));
827 char tmp_buf[200];
840 sprintf(tmp_buf,
842 return simple_read_from_buffer(buf, count, ppos, tmp_buf,
843 strlen(tmp_buf));
881 char tmp_buf[32];
897 sprintf(tmp_buf, "0x%02lx\n", val);
898 rc = simple_read_from_buffer(buf, count, ppos, tmp_buf,
899 strlen(tmp_buf));
1030 char tmp_buf[200];
1036 sprintf(tmp_buf, "0x%llx\n", hdev->clock_gating_mask);
1037 rc = simple_read_from_buffer(buf, count, ppos, tmp_buf,
1038 strlen(tmp_buf) + 1);
1072 char tmp_buf[200];
1078 sprintf(tmp_buf, "%d\n", hdev->stop_on_err);
1079 rc = simple_read_from_buffer(buf, strlen(tmp_buf) + 1, ppos, tmp_buf,
1080 strlen(tmp_buf) + 1);