Searched refs:fields_count (Results 1 – 1 of 1) sorted by relevance
136 int fields_count, ret; in __hidpp_send_report() local140 fields_count = HIDPP_REPORT_SHORT_LENGTH; in __hidpp_send_report()143 fields_count = HIDPP_REPORT_LONG_LENGTH; in __hidpp_send_report()156 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()159 return ret == fields_count ? 0 : -1; in __hidpp_send_report()