Lines Matching refs:rap
76 struct rap { struct
87 struct rap rap; member
203 response->rap.sub_id == HIDPP_ERROR) { in hidpp_send_message_sync()
204 ret = response->rap.params[1]; in hidpp_send_message_sync()
256 if (param_count > sizeof(message->rap.params)) in hidpp_send_rap_command_sync()
263 message->rap.sub_id = sub_id; in hidpp_send_rap_command_sync()
264 message->rap.reg_address = reg_address; in hidpp_send_rap_command_sync()
265 memcpy(&message->rap.params, params, param_count); in hidpp_send_rap_command_sync()
289 return ((answer->rap.sub_id == HIDPP_ERROR) || in hidpp_match_error()
298 (report->rap.sub_id == 0x41); in hidpp_report_is_connect_event()
357 len = response.rap.params[1]; in hidpp_get_unifying_name()
359 if (2 + len > sizeof(response.rap.params)) in hidpp_get_unifying_name()
366 memcpy(name, &response.rap.params[2], len); in hidpp_get_unifying_name()
998 !(report->rap.params[0] & (1 << 6))); in hidpp_raw_hidpp_event()