Searched refs:fields_count (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | hid-logitech-hidpp.c | 178 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-v4.19/include/net/ |
D | devlink.h | 93 unsigned int fields_count; member
|
/Linux-v4.19/net/core/ |
D | devlink.c | 44 .fields_count = ARRAY_SIZE(devlink_dpipe_fields_ethernet), 61 .fields_count = ARRAY_SIZE(devlink_dpipe_fields_ipv4), 78 .fields_count = ARRAY_SIZE(devlink_dpipe_fields_ipv6), 2189 for (i = 0; i < header->fields_count; i++) { in devlink_dpipe_fields_put()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_dpipe.c | 62 .fields_count = ARRAY_SIZE(mlxsw_sp_dpipe_fields_metadata),
|