Home
last modified time | relevance | path

Searched refs:num_available (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/Documentation/translations/zh_CN/power/
Dopp.rst276 num_available = dev_pm_opp_get_opp_count(dev);
277 speeds = kzalloc(sizeof(u32) * num_available, GFP_KERNEL);
287 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);
/Linux-v6.1/drivers/iio/accel/
Dsca3000.c1006 int ret, i, num_available; in sca3000_ring_int_process() local
1015 num_available = st->rx[0]; in sca3000_ring_int_process()
1021 num_available * 2); in sca3000_ring_int_process()
1024 for (i = 0; i < num_available / 3; i++) { in sca3000_ring_int_process()
/Linux-v6.1/Documentation/power/
Dopp.rst307 num_available = dev_pm_opp_get_opp_count(dev);
308 speeds = kzalloc(sizeof(u32) * num_available, GFP_KERNEL);
318 soc_notify_coproc(AVAILABLE_FREQs, speeds, num_available);