Searched refs:num_available (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/platform/x86/intel/pmt/ |
| H A D | discovery-kunit.c | 61 int num_available = 0; in test_intel_pmt_get_regions_by_feature() local 90 num_available++; in test_intel_pmt_get_regions_by_feature() 97 if (num_available == 0) in test_intel_pmt_get_regions_by_feature()
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | opp.rst | 276 num_available = dev_pm_opp_get_opp_count(dev); 277 speeds = kcalloc(num_available, sizeof(u32), GFP_KERNEL); 287 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
|
| /linux/drivers/iio/accel/ |
| H A D | sca3000.c | 990 int ret, i, num_available; in sca3000_ring_int_process() local 999 num_available = st->rx[0]; in sca3000_ring_int_process() 1005 num_available * 2); in sca3000_ring_int_process() 1008 for (i = 0; i < num_available / 3; i++) { in sca3000_ring_int_process()
|
| /linux/Documentation/power/ |
| H A D | opp.rst | 307 num_available = dev_pm_opp_get_opp_count(dev); 308 speeds = kcalloc(num_available, sizeof(u32), GFP_KERNEL); 318 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
|