Searched refs:fap (Results 1 – 1 of 1) sorted by relevance
124 struct fap { struct140 struct fap fap; member142 u8 rawbytes[sizeof(struct fap)];315 response->fap.feature_index == HIDPP20_ERROR) { in hidpp_send_message_sync()316 ret = response->fap.params[1]; in hidpp_send_message_sync()334 if (param_count > sizeof(message->fap.params)) in hidpp_send_fap_command_sync()345 message->fap.feature_index = feat_index; in hidpp_send_fap_command_sync()346 message->fap.funcindex_clientid = funcindex_clientid; in hidpp_send_fap_command_sync()347 memcpy(&message->fap.params, params, param_count); in hidpp_send_fap_command_sync()406 return (answer->fap.feature_index == question->fap.feature_index) && in hidpp_match_answer()[all …]