temp_buf          210 arch/ia64/kernel/mca.c 	char temp_buf[MLOGBUF_MSGMAX];
temp_buf          214 arch/ia64/kernel/mca.c 	printed_len = vscnprintf(temp_buf, sizeof(temp_buf), fmt, args);
temp_buf          220 arch/ia64/kernel/mca.c 		printk("%s", temp_buf);
temp_buf          223 arch/ia64/kernel/mca.c 		for (p = temp_buf; *p; p++) {
temp_buf          245 arch/ia64/kernel/mca.c 	char temp_buf[MLOGBUF_MSGMAX];
temp_buf          253 arch/ia64/kernel/mca.c 		temp_buf[0] = '\0';
temp_buf          254 arch/ia64/kernel/mca.c 		p = temp_buf;
temp_buf          270 arch/ia64/kernel/mca.c 		if (temp_buf[0])
temp_buf          271 arch/ia64/kernel/mca.c 			printk("%s", temp_buf);
temp_buf           48 arch/s390/kernel/debug.c 	char   temp_buf[2048];		/* buffer for output */
temp_buf          443 arch/s390/kernel/debug.c 			len += view->prolog_proc(id_snap, view, p_info->temp_buf);
temp_buf          455 arch/s390/kernel/debug.c 					 act_entry, p_info->temp_buf + len);
temp_buf          457 arch/s390/kernel/debug.c 		len += view->format_proc(id_snap, view, p_info->temp_buf + len,
temp_buf          528 arch/s390/kernel/debug.c 			if (copy_to_user(user_buf + count, p_info->temp_buf
temp_buf           78 drivers/char/tpm/tpm_ftpm_tee.c 	u8 *temp_buf;
temp_buf          112 drivers/char/tpm/tpm_ftpm_tee.c 	temp_buf = tee_shm_get_va(shm, 0);
temp_buf          113 drivers/char/tpm/tpm_ftpm_tee.c 	if (IS_ERR(temp_buf)) {
temp_buf          116 drivers/char/tpm/tpm_ftpm_tee.c 		return PTR_ERR(temp_buf);
temp_buf          118 drivers/char/tpm/tpm_ftpm_tee.c 	memset(temp_buf, 0, (MAX_COMMAND_SIZE + MAX_RESPONSE_SIZE));
temp_buf          119 drivers/char/tpm/tpm_ftpm_tee.c 	memcpy(temp_buf, buf, len);
temp_buf          138 drivers/char/tpm/tpm_ftpm_tee.c 	temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs);
temp_buf          139 drivers/char/tpm/tpm_ftpm_tee.c 	if (IS_ERR(temp_buf)) {
temp_buf          142 drivers/char/tpm/tpm_ftpm_tee.c 		return PTR_ERR(temp_buf);
temp_buf          145 drivers/char/tpm/tpm_ftpm_tee.c 	resp_header = (struct tpm_header *)temp_buf;
temp_buf          162 drivers/char/tpm/tpm_ftpm_tee.c 	memcpy(pvt_data->resp_buf, temp_buf, resp_len);
temp_buf           35 drivers/hid/hid-roccat-arvo.c 	struct arvo_mode_key temp_buf;
temp_buf           40 drivers/hid/hid-roccat-arvo.c 			&temp_buf, sizeof(struct arvo_mode_key));
temp_buf           45 drivers/hid/hid-roccat-arvo.c 	return snprintf(buf, PAGE_SIZE, "%d\n", temp_buf.state);
temp_buf           55 drivers/hid/hid-roccat-arvo.c 	struct arvo_mode_key temp_buf;
temp_buf           63 drivers/hid/hid-roccat-arvo.c 	temp_buf.command = ARVO_COMMAND_MODE_KEY;
temp_buf           64 drivers/hid/hid-roccat-arvo.c 	temp_buf.state = state;
temp_buf           68 drivers/hid/hid-roccat-arvo.c 			&temp_buf, sizeof(struct arvo_mode_key));
temp_buf           85 drivers/hid/hid-roccat-arvo.c 	struct arvo_key_mask temp_buf;
temp_buf           90 drivers/hid/hid-roccat-arvo.c 			&temp_buf, sizeof(struct arvo_key_mask));
temp_buf           95 drivers/hid/hid-roccat-arvo.c 	return snprintf(buf, PAGE_SIZE, "%d\n", temp_buf.key_mask);
temp_buf          105 drivers/hid/hid-roccat-arvo.c 	struct arvo_key_mask temp_buf;
temp_buf          113 drivers/hid/hid-roccat-arvo.c 	temp_buf.command = ARVO_COMMAND_KEY_MASK;
temp_buf          114 drivers/hid/hid-roccat-arvo.c 	temp_buf.key_mask = key_mask;
temp_buf          118 drivers/hid/hid-roccat-arvo.c 			&temp_buf, sizeof(struct arvo_key_mask));
temp_buf          131 drivers/hid/hid-roccat-arvo.c 	struct arvo_actual_profile temp_buf;
temp_buf          135 drivers/hid/hid-roccat-arvo.c 			&temp_buf, sizeof(struct arvo_actual_profile));
temp_buf          140 drivers/hid/hid-roccat-arvo.c 	return temp_buf.actual_profile;
temp_buf          159 drivers/hid/hid-roccat-arvo.c 	struct arvo_actual_profile temp_buf;
temp_buf          170 drivers/hid/hid-roccat-arvo.c 	temp_buf.command = ARVO_COMMAND_ACTUAL_PROFILE;
temp_buf          171 drivers/hid/hid-roccat-arvo.c 	temp_buf.actual_profile = profile;
temp_buf          175 drivers/hid/hid-roccat-arvo.c 			&temp_buf, sizeof(struct arvo_actual_profile));
temp_buf           30 drivers/misc/mic/scif/scif_dma.c 	u8 *temp_buf;
temp_buf          853 drivers/misc/mic/scif/scif_dma.c 					comp_cb->temp_buf +
temp_buf         1597 drivers/misc/mic/scif/scif_dma.c 	comp_cb->temp_buf = temp;
temp_buf          577 drivers/net/wireless/rsi/rsi_91x_sdio.c 	u8 *temp_buf;
temp_buf          586 drivers/net/wireless/rsi/rsi_91x_sdio.c 	temp_buf = kmalloc(block_size, GFP_KERNEL);
temp_buf          587 drivers/net/wireless/rsi/rsi_91x_sdio.c 	if (!temp_buf)
temp_buf          598 drivers/net/wireless/rsi/rsi_91x_sdio.c 		memcpy(temp_buf, ta_firmware + offset, block_size);
temp_buf          603 drivers/net/wireless/rsi/rsi_91x_sdio.c 					 temp_buf, block_size);
temp_buf          627 drivers/net/wireless/rsi/rsi_91x_sdio.c 		memset(temp_buf, 0, block_size);
temp_buf          628 drivers/net/wireless/rsi/rsi_91x_sdio.c 		memcpy(temp_buf, ta_firmware + offset,
temp_buf          634 drivers/net/wireless/rsi/rsi_91x_sdio.c 					 temp_buf,
temp_buf          645 drivers/net/wireless/rsi/rsi_91x_sdio.c 	kfree(temp_buf);
temp_buf          498 drivers/net/wireless/rsi/rsi_91x_usb.c 	u8 temp_buf[256];
temp_buf          505 drivers/net/wireless/rsi/rsi_91x_usb.c 		memcpy(temp_buf, ta_firmware + cur_indx, block_size);
temp_buf          507 drivers/net/wireless/rsi/rsi_91x_usb.c 							 (u8 *)(temp_buf),
temp_buf          517 drivers/net/wireless/rsi/rsi_91x_usb.c 		memset(temp_buf, 0, block_size);
temp_buf          518 drivers/net/wireless/rsi/rsi_91x_usb.c 		memcpy(temp_buf, ta_firmware + cur_indx,
temp_buf          522 drivers/net/wireless/rsi/rsi_91x_usb.c 						 (u8 *)temp_buf,
temp_buf         1246 drivers/rtc/rtc-ds1307.c 	u8 temp_buf[2];
temp_buf         1251 drivers/rtc/rtc-ds1307.c 			       temp_buf, sizeof(temp_buf));
temp_buf         1258 drivers/rtc/rtc-ds1307.c 	temp = (temp_buf[0] << 8) | temp_buf[1];
temp_buf          289 drivers/rtc/rtc-ds3232.c 	u8 temp_buf[2];
temp_buf          293 drivers/rtc/rtc-ds3232.c 	ret = regmap_bulk_read(ds3232->regmap, DS3232_REG_TEMPERATURE, temp_buf,
temp_buf          294 drivers/rtc/rtc-ds3232.c 			       sizeof(temp_buf));
temp_buf          302 drivers/rtc/rtc-ds3232.c 	temp = (temp_buf[0] << 8) | temp_buf[1];
temp_buf          189 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	unsigned char temp_buf[INTEL_PT_PKT_MAX_SZ];
temp_buf          547 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	unsigned char *buf = decoder->temp_buf;
temp_buf         2481 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN);
temp_buf         2482 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	decoder->buf = decoder->temp_buf;