Lines Matching refs:temp_buf
33 struct arvo_mode_key temp_buf;
38 &temp_buf, sizeof(struct arvo_mode_key));
43 return sysfs_emit(buf, "%d\n", temp_buf.state);
53 struct arvo_mode_key temp_buf;
61 temp_buf.command = ARVO_COMMAND_MODE_KEY;
62 temp_buf.state = state;
66 &temp_buf, sizeof(struct arvo_mode_key));
83 struct arvo_key_mask temp_buf;
88 &temp_buf, sizeof(struct arvo_key_mask));
93 return sysfs_emit(buf, "%d\n", temp_buf.key_mask);
103 struct arvo_key_mask temp_buf;
111 temp_buf.command = ARVO_COMMAND_KEY_MASK;
112 temp_buf.key_mask = key_mask;
116 &temp_buf, sizeof(struct arvo_key_mask));
129 struct arvo_actual_profile temp_buf;
133 &temp_buf, sizeof(struct arvo_actual_profile));
138 return temp_buf.actual_profile;
157 struct arvo_actual_profile temp_buf;
168 temp_buf.command = ARVO_COMMAND_ACTUAL_PROFILE;
169 temp_buf.actual_profile = profile;
173 &temp_buf, sizeof(struct arvo_actual_profile));