Home
last modified time | relevance | path

Searched refs:temp_buf (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/hid/
Dhid-roccat-arvo.c38 struct arvo_mode_key temp_buf; in arvo_sysfs_show_mode_key() local
43 &temp_buf, sizeof(struct arvo_mode_key)); in arvo_sysfs_show_mode_key()
48 return snprintf(buf, PAGE_SIZE, "%d\n", temp_buf.state); in arvo_sysfs_show_mode_key()
58 struct arvo_mode_key temp_buf; in arvo_sysfs_set_mode_key() local
66 temp_buf.command = ARVO_COMMAND_MODE_KEY; in arvo_sysfs_set_mode_key()
67 temp_buf.state = state; in arvo_sysfs_set_mode_key()
71 &temp_buf, sizeof(struct arvo_mode_key)); in arvo_sysfs_set_mode_key()
88 struct arvo_key_mask temp_buf; in arvo_sysfs_show_key_mask() local
93 &temp_buf, sizeof(struct arvo_key_mask)); in arvo_sysfs_show_key_mask()
98 return snprintf(buf, PAGE_SIZE, "%d\n", temp_buf.key_mask); in arvo_sysfs_show_key_mask()
[all …]
/linux-4.4.14/arch/ia64/kernel/
Dmca.c210 char temp_buf[MLOGBUF_MSGMAX]; in ia64_mca_printk() local
214 printed_len = vscnprintf(temp_buf, sizeof(temp_buf), fmt, args); in ia64_mca_printk()
220 printk("%s", temp_buf); in ia64_mca_printk()
223 for (p = temp_buf; *p; p++) { in ia64_mca_printk()
245 char temp_buf[MLOGBUF_MSGMAX]; in ia64_mlogbuf_dump() local
253 temp_buf[0] = '\0'; in ia64_mlogbuf_dump()
254 p = temp_buf; in ia64_mlogbuf_dump()
270 if (temp_buf[0]) in ia64_mlogbuf_dump()
271 printk("%s", temp_buf); in ia64_mlogbuf_dump()
/linux-4.4.14/arch/s390/kernel/
Ddebug.c47 char temp_buf[2048]; /* buffer for output */ member
466 len += view->prolog_proc(id_snap,view,p_info->temp_buf); in debug_format_entry()
478 act_entry, p_info->temp_buf + len); in debug_format_entry()
480 len += view->format_proc(id_snap, view, p_info->temp_buf + len, in debug_format_entry()
555 if (copy_to_user(user_buf + count, p_info->temp_buf in debug_output()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c147 unsigned char temp_buf[INTEL_PT_PKT_MAX_SZ]; member
488 unsigned char *buf = decoder->temp_buf; in intel_pt_get_split_packet()
1921 memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_get_split_psb()
1922 decoder->buf = decoder->temp_buf; in intel_pt_get_split_psb()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_dma.c39 u8 *temp_buf; member
886 comp_cb->temp_buf + in scif_rma_completion_cb()
1637 comp_cb->temp_buf = temp; in scif_rma_list_dma_copy_wrapper()