Home
last modified time | relevance | path

Searched refs:cells_nr (Results 1 – 2 of 2) sorted by relevance

/components/drivers/thermal/
A Dthermal.c170 map->cells_nr = rt_ofw_count_phandle_cells(cm_np, "cooling-device", "#cooling-cells"); in thermal_ofw_setup()
171 map->cells = rt_calloc(sizeof(*map->cells), map->cells_nr); in thermal_ofw_setup()
192 for (int c = 0; c < map->cells_nr; ++c) in thermal_ofw_setup()
316 for (int c = 0; c < map->cells_nr; ++c) in rt_thermal_zone_device_unregister()
727 for (int c = 0; c < map->cells_nr; ++c) in rt_thermal_cooling_device_kick()
883 for (int c = 0; c < map->cells_nr; ++c, ++id) in list_thermal()
/components/drivers/include/drivers/
A Dthermal.h68 rt_size_t cells_nr; member

Completed in 7 milliseconds