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

/linux-master/drivers/firmware/arm_scmi/
H A Dprotocols.h190 * @max_resources: Maximum acceptable number of items, configured by the caller
202 unsigned int max_resources; member in struct:scmi_iterator_state
271 unsigned int max_resources, u8 msg_id,
H A Dsensors.c307 if (!st->max_resources) {
334 st->max_resources = s->intervals.count;
475 if (axis_id >= st->max_resources)
H A Dvoltage.c158 st->max_resources = p->v->num_levels;
H A Dclock.c259 if (!st->max_resources) {
268 st->max_resources = st->num_returned + st->num_remaining;
H A Ddriver.c1706 unsigned int max_resources, u8 msg_id,
1726 i->state.max_resources = max_resources;
1759 if (st->num_returned > st->max_resources - st->desc_index) {
1762 st->max_resources);
1704 scmi_iterator_init(const struct scmi_protocol_handle *ph, struct scmi_iterator_ops *ops, unsigned int max_resources, u8 msg_id, size_t tx_size, void *priv) argument

Completed in 184 milliseconds