Searched refs:fields_count (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/hid/ |
| D | hid-logitech-hidpp.c | 215 int fields_count, ret; in __hidpp_send_report() local 219 fields_count = HIDPP_REPORT_SHORT_LENGTH; in __hidpp_send_report() 222 fields_count = HIDPP_REPORT_LONG_LENGTH; in __hidpp_send_report() 225 fields_count = hidpp->very_long_report_length; in __hidpp_send_report() 238 ret = hid_hw_output_report(hdev, (u8 *)hidpp_report, fields_count); in __hidpp_send_report() 241 (u8 *)hidpp_report, fields_count, HID_OUTPUT_REPORT, in __hidpp_send_report() 245 return ret == fields_count ? 0 : -1; in __hidpp_send_report()
|
| /Linux-v5.4/include/net/ |
| D | devlink.h | 126 unsigned int fields_count; member
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_dpipe.c | 62 .fields_count = ARRAY_SIZE(mlxsw_sp_dpipe_fields_metadata),
|
| /Linux-v5.4/net/core/ |
| D | devlink.c | 46 .fields_count = ARRAY_SIZE(devlink_dpipe_fields_ethernet), 63 .fields_count = ARRAY_SIZE(devlink_dpipe_fields_ipv4), 80 .fields_count = ARRAY_SIZE(devlink_dpipe_fields_ipv6), 2221 for (i = 0; i < header->fields_count; i++) { in devlink_dpipe_fields_put()
|