Home
last modified time | relevance | path

Searched refs:max_resources (Results 1 – 4 of 4) sorted by relevance

/drivers/firmware/arm_scmi/
Dprotocols.h191 unsigned int max_resources; member
255 unsigned int max_resources, u8 msg_id,
Ddriver.c1207 unsigned int max_resources, u8 msg_id, in scmi_iterator_init() argument
1227 i->state.max_resources = max_resources; in scmi_iterator_init()
1260 if (st->num_returned > st->max_resources - st->desc_index) { in scmi_iterator_run()
1263 st->max_resources); in scmi_iterator_run()
Dsensors.c290 if (!st->max_resources) { in iter_intervals_update_state()
317 st->max_resources = s->intervals.count; in iter_intervals_update_state()
458 if (axis_id >= st->max_resources) in iter_axes_extended_name_process_response()
Dvoltage.c155 st->max_resources = p->v->num_levels; in iter_volt_levels_update_state()