Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c2134 slot_zero->master.slot_last = first_data_slot + (num_slots / 2) - 1; in vchiq_init_slots()
2137 slot_zero->slave.slot_last = first_data_slot + num_slots - 1; in vchiq_init_slots()
2199 for (i = local->slot_first; i <= local->slot_last; i++) { in vchiq_init_state()
2518 int slot_last = state->remote->slot_last; in release_service_messages() local
2533 for (i = state->remote->slot_first; i <= slot_last; i++) { in release_service_messages()
3309 (slot_index <= remote->slot_last)) { in vchiq_release_message()
3462 label, shared->slot_first, shared->slot_last, in vchiq_dump_shared_state()
3467 for (i = shared->slot_first; i <= shared->slot_last; i++) { in vchiq_dump_shared_state()
Dvchiq_core.h244 int slot_last; member