Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-logitech-hidpp.c178 int fields_count, ret; in __hidpp_send_report() local
184 fields_count = HIDPP_REPORT_SHORT_LENGTH; in __hidpp_send_report()
187 fields_count = HIDPP_REPORT_LONG_LENGTH; in __hidpp_send_report()
190 fields_count = HIDPP_REPORT_VERY_LONG_LENGTH; in __hidpp_send_report()
203 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()
206 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()
210 return ret == fields_count ? 0 : -1; in __hidpp_send_report()
/linux-4.19.296/include/net/
Ddevlink.h93 unsigned int fields_count; member