Searched refs:next_service_by_instance (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_dev.c | 597 while ((service = next_service_by_instance(instance->state, in vchiq_ioctl() 1233 while ((service = next_service_by_instance(state, instance, &i))) { in vchiq_release() 1245 while ((service = next_service_by_instance(state, instance, &i))) { in vchiq_release()
|
H A D | vchiq_core.h | 547 next_service_by_instance(struct vchiq_state *state,
|
H A D | vchiq_core.c | 353 next_service_by_instance(struct vchiq_state *state, in next_service_by_instance() function 2852 while ((service = next_service_by_instance(state, instance, &i)) != NULL) { in vchiq_connect_internal() 2885 while ((service = next_service_by_instance(state, instance, &i)) != NULL) { in vchiq_shutdown_internal()
|