Lines Matching refs:tmp_buf
843 char tmp_buf[32]; in hl_data_read32() local
861 sprintf(tmp_buf, "0x%08x\n", val); in hl_data_read32()
862 return simple_read_from_buffer(buf, count, ppos, tmp_buf, in hl_data_read32()
863 strlen(tmp_buf)); in hl_data_read32()
898 char tmp_buf[32]; in hl_data_read64() local
914 sprintf(tmp_buf, "0x%016llx\n", val); in hl_data_read64()
915 return simple_read_from_buffer(buf, count, ppos, tmp_buf, in hl_data_read64()
916 strlen(tmp_buf)); in hl_data_read64()
1050 char tmp_buf[200]; in hl_get_power_state() local
1063 sprintf(tmp_buf, in hl_get_power_state()
1065 return simple_read_from_buffer(buf, count, ppos, tmp_buf, in hl_get_power_state()
1066 strlen(tmp_buf)); in hl_get_power_state()
1104 char tmp_buf[32]; in hl_i2c_data_read() local
1120 sprintf(tmp_buf, "%#02llx\n", val); in hl_i2c_data_read()
1121 rc = simple_read_from_buffer(buf, count, ppos, tmp_buf, in hl_i2c_data_read()
1122 strlen(tmp_buf)); in hl_i2c_data_read()
1265 char tmp_buf[200]; in hl_stop_on_err_read() local
1274 sprintf(tmp_buf, "%d\n", hdev->stop_on_err); in hl_stop_on_err_read()
1275 rc = simple_read_from_buffer(buf, strlen(tmp_buf) + 1, ppos, tmp_buf, in hl_stop_on_err_read()
1276 strlen(tmp_buf) + 1); in hl_stop_on_err_read()
1379 char tmp_buf[200]; in hl_timeout_locked_read() local
1385 sprintf(tmp_buf, "%d\n", in hl_timeout_locked_read()
1387 rc = simple_read_from_buffer(buf, strlen(tmp_buf) + 1, ppos, tmp_buf, in hl_timeout_locked_read()
1388 strlen(tmp_buf) + 1); in hl_timeout_locked_read()