Searched refs:fap (Results 1 – 1 of 1) sorted by relevance
125 struct fap { struct141 struct fap fap; argument143 u8 rawbytes[sizeof(struct fap)];328 response->fap.feature_index == HIDPP20_ERROR) { in __do_hidpp_send_message_sync()329 ret = response->fap.params[1]; in __do_hidpp_send_message_sync()385 if (param_count > sizeof(message->fap.params)) { in hidpp_send_fap_command_sync()389 (unsigned long long) sizeof(message->fap.params)); in hidpp_send_fap_command_sync()401 message->fap.feature_index = feat_index; in hidpp_send_fap_command_sync()402 message->fap.funcindex_clientid = funcindex_clientid | LINUX_KERNEL_SW_ID; in hidpp_send_fap_command_sync()403 memcpy(&message->fap.params, params, param_count); in hidpp_send_fap_command_sync()[all …]