Searched refs:num_reports (Results 1 – 2 of 2) sorted by relevance
1373 int num_reports, ret; in find_sdca_entity_hide() local1382 num_reports = fwnode_property_count_u32(entity_node, in find_sdca_entity_hide()1384 if (num_reports < 0 && num_reports != -EINVAL) { in find_sdca_entity_hide()1386 entity_node, num_reports); in find_sdca_entity_hide()1387 return num_reports; in find_sdca_entity_hide()1388 } else if (num_reports > 0) { in find_sdca_entity_hide()1389 hide->num_hidtx_ids = num_reports; in find_sdca_entity_hide()1400 num_reports = fwnode_property_count_u32(entity_node, in find_sdca_entity_hide()1402 if (num_reports < 0 && num_reports != -EINVAL) { in find_sdca_entity_hide()1404 entity_node, num_reports); in find_sdca_entity_hide()[all …]
2501 u32 num_reports; in ath10k_wmi_event_mgmt_tx_bundle_compl() local2510 num_reports = __le32_to_cpu(arg.num_reports); in ath10k_wmi_event_mgmt_tx_bundle_compl()2512 for (i = 0; i < num_reports; i++) { in ath10k_wmi_event_mgmt_tx_bundle_compl()