Home
last modified time | relevance | path

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

/linux/include/linux/raspberrypi/
H A Dvchiq_core.h584 __next_service_by_instance(struct vchiq_state *state,
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_arm.c1164 while ((service = __next_service_by_instance(instance->state, in vchiq_instance_get_use_count()
1191 while ((service = __next_service_by_instance(instance->state, in vchiq_instance_set_trace()
H A Dvchiq_core.c319 __next_service_by_instance(struct vchiq_state *state, in __next_service_by_instance() function
351 service = __next_service_by_instance(state, instance, pidx); in next_service_by_instance()