Lines Matching refs:tmp_buf
850 char tmp_buf[32]; in hl_data_read32() local
868 sprintf(tmp_buf, "0x%08x\n", val); in hl_data_read32()
869 return simple_read_from_buffer(buf, count, ppos, tmp_buf, in hl_data_read32()
870 strlen(tmp_buf)); in hl_data_read32()
905 char tmp_buf[32]; in hl_data_read64() local
921 sprintf(tmp_buf, "0x%016llx\n", val); in hl_data_read64()
922 return simple_read_from_buffer(buf, count, ppos, tmp_buf, in hl_data_read64()
923 strlen(tmp_buf)); in hl_data_read64()
1057 char tmp_buf[200]; in hl_get_power_state() local
1070 sprintf(tmp_buf, in hl_get_power_state()
1072 return simple_read_from_buffer(buf, count, ppos, tmp_buf, in hl_get_power_state()
1073 strlen(tmp_buf)); in hl_get_power_state()
1111 char tmp_buf[32]; in hl_i2c_data_read() local
1127 sprintf(tmp_buf, "%#02llx\n", val); in hl_i2c_data_read()
1128 rc = simple_read_from_buffer(buf, count, ppos, tmp_buf, in hl_i2c_data_read()
1129 strlen(tmp_buf)); in hl_i2c_data_read()
1272 char tmp_buf[200]; in hl_stop_on_err_read() local
1281 sprintf(tmp_buf, "%d\n", hdev->stop_on_err); in hl_stop_on_err_read()
1282 rc = simple_read_from_buffer(buf, strlen(tmp_buf) + 1, ppos, tmp_buf, in hl_stop_on_err_read()
1283 strlen(tmp_buf) + 1); in hl_stop_on_err_read()
1386 char tmp_buf[200]; in hl_timeout_locked_read() local
1392 sprintf(tmp_buf, "%d\n", in hl_timeout_locked_read()
1394 rc = simple_read_from_buffer(buf, strlen(tmp_buf) + 1, ppos, tmp_buf, in hl_timeout_locked_read()
1395 strlen(tmp_buf) + 1); in hl_timeout_locked_read()