Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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()