Lines Matching refs:temp_buf
35 struct arvo_mode_key temp_buf;
40 &temp_buf, sizeof(struct arvo_mode_key));
45 return snprintf(buf, PAGE_SIZE, "%d\n", temp_buf.state);
55 struct arvo_mode_key temp_buf;
63 temp_buf.command = ARVO_COMMAND_MODE_KEY;
64 temp_buf.state = state;
68 &temp_buf, sizeof(struct arvo_mode_key));
85 struct arvo_key_mask temp_buf;
90 &temp_buf, sizeof(struct arvo_key_mask));
95 return snprintf(buf, PAGE_SIZE, "%d\n", temp_buf.key_mask);
105 struct arvo_key_mask temp_buf;
113 temp_buf.command = ARVO_COMMAND_KEY_MASK;
114 temp_buf.key_mask = key_mask;
118 &temp_buf, sizeof(struct arvo_key_mask));
131 struct arvo_actual_profile temp_buf;
135 &temp_buf, sizeof(struct arvo_actual_profile));
140 return temp_buf.actual_profile;
159 struct arvo_actual_profile temp_buf;
170 temp_buf.command = ARVO_COMMAND_ACTUAL_PROFILE;
171 temp_buf.actual_profile = profile;
175 &temp_buf, sizeof(struct arvo_actual_profile));