Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-logitech-hidpp.c147 int fields_count, ret; in __hidpp_send_report() local
151 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()