Home
last modified time | relevance | path

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

/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_dev.c603 while ((service = next_service_by_instance(instance->state, in vchiq_ioctl()
1239 while ((service = next_service_by_instance(state, instance, &i))) { in vchiq_release()
1251 while ((service = next_service_by_instance(state, instance, &i))) { in vchiq_release()
H A Dvchiq_core.c343 next_service_by_instance(struct vchiq_state *state, in next_service_by_instance() function
3326 while ((service = next_service_by_instance(state, instance, &i)) != NULL) { in vchiq_connect_internal()
3360 while ((service = next_service_by_instance(state, instance, &i)) != NULL) { in vchiq_shutdown_internal()
/linux/include/linux/raspberrypi/
H A Dvchiq_core.h589 next_service_by_instance(struct vchiq_state *state,