Searched refs:fields_count (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhid-logitech-hidpp.c136 int fields_count, ret; __hidpp_send_report() local
140 fields_count = HIDPP_REPORT_SHORT_LENGTH; __hidpp_send_report()
143 fields_count = HIDPP_REPORT_LONG_LENGTH; __hidpp_send_report()
156 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, __hidpp_send_report()
159 return ret == fields_count ? 0 : -1; __hidpp_send_report()

Completed in 40 milliseconds