Searched refs:fap (Results 1 – 1 of 1) sorted by relevance
70 struct fap { struct86 struct fap fap; argument88 u8 rawbytes[sizeof(struct fap)];210 response->fap.feature_index == HIDPP20_ERROR) { in hidpp_send_message_sync()211 ret = response->fap.params[1]; in hidpp_send_message_sync()229 if (param_count > sizeof(message->fap.params)) in hidpp_send_fap_command_sync()236 message->fap.feature_index = feat_index; in hidpp_send_fap_command_sync()237 message->fap.funcindex_clientid = funcindex_clientid; in hidpp_send_fap_command_sync()238 memcpy(&message->fap.params, params, param_count); in hidpp_send_fap_command_sync()282 return (answer->fap.feature_index == question->fap.feature_index) && in hidpp_match_answer()[all …]