Searched refs:next_service_by_instance (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_dev.c | 603 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 D | vchiq_core.c | 343 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 D | vchiq_core.h | 589 next_service_by_instance(struct vchiq_state *state,
|