Symbol: find_service_by_handle
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1202
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1216
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
587
service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2651
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2673
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3370
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3428
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3486
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3513
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3549
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3591
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3647
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3689
struct vchiq_service *service = find_service_by_handle(instance, handle);
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3724
struct vchiq_service *service = find_service_by_handle(instance, handle);
include/linux/raspberrypi/vchiq_core.h
572
find_service_by_handle(struct vchiq_instance *instance, unsigned int handle);