Searched refs:fields_count (Results 1 – 1 of 1) sorted by relevance
147 int fields_count, ret; in __hidpp_send_report() local151 fields_count = HIDPP_REPORT_SHORT_LENGTH; in __hidpp_send_report()154 fields_count = HIDPP_REPORT_LONG_LENGTH; in __hidpp_send_report()167 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()170 return ret == fields_count ? 0 : -1; in __hidpp_send_report()