Searched refs:fields_count (Results 1 – 2 of 2) sorted by relevance
230 int fields_count, ret; in __hidpp_send_report() local234 fields_count = HIDPP_REPORT_SHORT_LENGTH; in __hidpp_send_report()237 fields_count = HIDPP_REPORT_LONG_LENGTH; in __hidpp_send_report()240 fields_count = hidpp->very_long_report_length; in __hidpp_send_report()253 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report()256 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report()260 return ret == fields_count ? 0 : -1; in __hidpp_send_report()
63 .fields_count = ARRAY_SIZE(mlxsw_sp_dpipe_fields_metadata),