Searched refs:num_of_ranges (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/platform/x86/amd/
H A Dwbrf.c28 u32 num_of_ranges; member in struct:amd_wbrf_ranges_out
47 u32 num_of_ranges = 0; local
58 num_of_ranges++;
62 * The num_of_ranges value in the "in" object supplied by
66 if (num_of_ranges != in->num_of_ranges)
73 * So, the total element count = 2 * num_of_ranges + 1 + 1.
75 num_of_elements = 2 * num_of_ranges + 2;
87 tmp[0].integer.value = num_of_ranges;
271 out->num_of_ranges
[all...]
/linux-master/include/linux/
H A Dacpi_amd_wbrf.h32 * @num_of_ranges: total number of band ranges in this struct
36 u64 num_of_ranges; member in struct:wbrf_ranges_in_out
/linux-master/net/mac80211/
H A Dwbrf.c54 ranges_in->num_of_ranges = 1;
61 ranges_in->num_of_ranges++;
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Derror-dump.h327 * @num_of_ranges: number of ranges in this region
334 __le32 num_of_ranges; member in struct:iwl_fw_ini_error_dump_header
H A Ddbg.c2225 u32 num_of_ranges, i, size; local
2285 num_of_ranges = ops->get_num_of_ranges(fwrt, reg_data);
2289 header->num_of_ranges = cpu_to_le32(num_of_ranges);
2314 for (i = 0; i < num_of_ranges; i++) {

Completed in 165 milliseconds