Symbol: vchiq_instance
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1151
vchiq_instance_get_debugfs_node(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1157
vchiq_instance_get_use_count(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
116
vchiq_blocking_bulk_transfer(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1172
vchiq_instance_get_pid(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1178
vchiq_instance_get_trace(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1184
vchiq_instance_set_trace(struct vchiq_instance *instance, int trace)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1199
vchiq_use_service(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
1213
vchiq_release_service(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
337
int vchiq_initialise(struct vchiq_state *state, struct vchiq_instance **instance_out)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
339
struct vchiq_instance *instance = NULL;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
383
void free_bulk_waiter(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
397
int vchiq_shutdown(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
418
static int vchiq_is_connected(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
423
int vchiq_connect(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
449
vchiq_add_service(struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
478
vchiq_open_service(struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
510
vchiq_bulk_transmit(struct vchiq_instance *instance, unsigned int handle, const void *data,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
544
int vchiq_bulk_receive(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
580
vchiq_blocking_bulk_transfer(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
652
add_completion(struct vchiq_instance *instance, enum vchiq_reason reason,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
715
service_single_message(struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
752
service_callback(struct vchiq_instance *instance, enum vchiq_reason reason,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
864
struct vchiq_instance *instance;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
878
struct vchiq_instance *instance;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
930
vchiq_keepalive_vchiq_callback(struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
946
struct vchiq_instance *instance;
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
1459
cleanup_pagelistinfo(struct vchiq_instance *instance, struct vchiq_pagelist_info *pagelistinfo)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
1495
create_pagelist(struct vchiq_instance *instance, struct vchiq_bulk *bulk)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
1686
free_pagelist(struct vchiq_instance *instance, struct vchiq_pagelist_info *pagelistinfo,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
1755
vchiq_prepare_bulk_data(struct vchiq_instance *instance, struct vchiq_bulk *bulk)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
1776
vchiq_complete_bulk(struct vchiq_instance *instance, struct vchiq_bulk *bulk)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
230
struct vchiq_service *handle_to_service(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
238
find_service_by_handle(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2648
void vchiq_msg_queue_push(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2671
struct vchiq_header *vchiq_msg_hold(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
2713
int srvstate, struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
277
find_service_for_instance(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
297
find_closed_service_for_instance(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
320
struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3318
vchiq_connect_internal(struct vchiq_state *state, struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3353
vchiq_shutdown_internal(struct vchiq_state *state, struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3367
vchiq_close_service(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3425
vchiq_remove_service(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
344
struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3483
vchiq_bulk_xfer_blocking(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3510
vchiq_bulk_xfer_callback(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3546
vchiq_bulk_xfer_waiting(struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3585
vchiq_queue_message(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3635
int vchiq_queue_kernel_message(struct vchiq_instance *instance, unsigned int handle, void *data,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3644
vchiq_release_message(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3686
vchiq_get_peer_version(struct vchiq_instance *instance, unsigned int handle, short *peer_version)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
3721
vchiq_set_service_option(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
397
vchiq_get_client_id(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_core.c
410
vchiq_get_service_userdata(struct vchiq_instance *instance, unsigned int handle)
drivers/platform/raspberrypi/vchiq-interface/vchiq_debugfs.c
116
void vchiq_debugfs_remove_instance(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_debugfs.c
149
void vchiq_debugfs_add_instance(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_debugfs.c
153
void vchiq_debugfs_remove_instance(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_debugfs.c
22
struct vchiq_instance *instance = f->private;
drivers/platform/raspberrypi/vchiq-interface/vchiq_debugfs.c
34
struct vchiq_instance *instance = f->private;
drivers/platform/raspberrypi/vchiq-interface/vchiq_debugfs.c
63
struct vchiq_instance *instance = f->private;
drivers/platform/raspberrypi/vchiq-interface/vchiq_debugfs.c
99
void vchiq_debugfs_add_instance(struct vchiq_instance *instance)
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
111
vchiq_ioc_queue_message(struct vchiq_instance *instance, unsigned int handle,
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
1179
struct vchiq_instance *instance;
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
1210
struct vchiq_instance *instance = file->private_data;
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
140
static int vchiq_ioc_create_service(struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
204
static int vchiq_ioc_dequeue_message(struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
285
static int vchiq_irq_queue_bulk_tx_rx(struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
444
static int vchiq_ioc_await_completion(struct vchiq_instance *instance,
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
586
struct vchiq_instance *instance = file->private_data;
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
917
struct vchiq_instance *instance = file->private_data;
drivers/platform/raspberrypi/vchiq-interface/vchiq_dev.c
970
struct vchiq_instance *instance = file->private_data;
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1007
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1039
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1072
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1104
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1146
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1194
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1235
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1294
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
183
struct vchiq_instance *vchiq_instance;
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1839
vchiq_use_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1841
status = vchiq_close_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1847
vchiq_shutdown(instance->vchiq_instance);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1863
struct vchiq_instance *vchiq_instance;
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1887
status = vchiq_initialise(&mgmt->state, &vchiq_instance);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1894
status = vchiq_connect(vchiq_instance);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1910
instance->vchiq_instance = vchiq_instance;
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1922
status = vchiq_open_service(vchiq_instance, &params,
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1930
vchiq_release_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1937
vchiq_close_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
1942
vchiq_shutdown(vchiq_instance);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
297
vchiq_use_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
298
ret = vchiq_bulk_receive(instance->vchiq_instance, instance->service_handle,
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
307
vchiq_release_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
441
vchiq_use_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
443
ret = vchiq_queue_kernel_message(instance->vchiq_instance, instance->service_handle, &m,
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
449
vchiq_release_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
553
static int mmal_service_callback(struct vchiq_instance *vchiq_instance,
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
558
struct vchiq_mmal_instance *instance = vchiq_get_service_userdata(vchiq_instance, handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
578
vchiq_release_message(vchiq_instance, handle, header);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
583
vchiq_release_message(vchiq_instance, handle, header);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
589
vchiq_release_message(vchiq_instance, handle, header);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
596
vchiq_release_message(vchiq_instance, handle, header);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
605
vchiq_release_message(vchiq_instance, handle, header);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
684
vchiq_use_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
686
ret = vchiq_queue_kernel_message(instance->vchiq_instance, instance->service_handle, msg,
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
690
vchiq_release_service(instance->vchiq_instance, instance->service_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
830
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
925
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.c
974
vchiq_release_message(instance->vchiq_instance, instance->service_handle, rmsg_handle);
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
103
struct bcm2835_audio_instance *instance = vchiq_get_service_userdata(vchiq_instance,
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
125
vchiq_release_message(vchiq_instance, instance->service_handle, header);
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
130
vc_vchi_audio_init(struct vchiq_instance *vchiq_instance,
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
143
status = vchiq_open_service(vchiq_instance, &params,
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
338
struct vchiq_instance *vchiq_instance = vchi_ctx->instance;
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
360
status = vchiq_bulk_transmit(vchiq_instance, instance->service_handle, src, count,
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
366
status = vchiq_queue_kernel_message(vchiq_instance,
drivers/staging/vc04_services/bcm2835-audio/bcm2835-vchiq.c
97
static int audio_vchi_callback(struct vchiq_instance *vchiq_instance,
drivers/staging/vc04_services/bcm2835-audio/bcm2835.h
47
struct vchiq_instance *instance;
include/linux/raspberrypi/vchiq.h
101
extern int vchiq_bulk_transmit(struct vchiq_instance *instance, unsigned int service,
include/linux/raspberrypi/vchiq.h
104
extern int vchiq_bulk_receive(struct vchiq_instance *instance, unsigned int service,
include/linux/raspberrypi/vchiq.h
107
extern void *vchiq_get_service_userdata(struct vchiq_instance *instance, unsigned int service);
include/linux/raspberrypi/vchiq.h
108
extern int vchiq_get_peer_version(struct vchiq_instance *instance, unsigned int handle,
include/linux/raspberrypi/vchiq.h
110
extern struct vchiq_header *vchiq_msg_hold(struct vchiq_instance *instance, unsigned int handle);
include/linux/raspberrypi/vchiq.h
50
struct vchiq_instance;
include/linux/raspberrypi/vchiq.h
55
int (*callback)(struct vchiq_instance *instance,
include/linux/raspberrypi/vchiq.h
73
int (*callback)(struct vchiq_instance *instance,
include/linux/raspberrypi/vchiq.h
84
struct vchiq_instance **pinstance);
include/linux/raspberrypi/vchiq.h
85
extern int vchiq_shutdown(struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq.h
86
extern int vchiq_connect(struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq.h
87
extern int vchiq_open_service(struct vchiq_instance *instance,
include/linux/raspberrypi/vchiq.h
90
extern int vchiq_close_service(struct vchiq_instance *instance,
include/linux/raspberrypi/vchiq.h
92
extern int vchiq_use_service(struct vchiq_instance *instance, unsigned int service);
include/linux/raspberrypi/vchiq.h
93
extern int vchiq_release_service(struct vchiq_instance *instance,
include/linux/raspberrypi/vchiq.h
95
extern void vchiq_msg_queue_push(struct vchiq_instance *instance, unsigned int handle,
include/linux/raspberrypi/vchiq.h
97
extern void vchiq_release_message(struct vchiq_instance *instance, unsigned int service,
include/linux/raspberrypi/vchiq.h
99
extern int vchiq_queue_kernel_message(struct vchiq_instance *instance, unsigned int handle,
include/linux/raspberrypi/vchiq_arm.h
104
vchiq_use_service(struct vchiq_instance *instance, unsigned int handle);
include/linux/raspberrypi/vchiq_arm.h
107
vchiq_release_service(struct vchiq_instance *instance, unsigned int handle);
include/linux/raspberrypi/vchiq_arm.h
123
vchiq_instance_get_debugfs_node(struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq_arm.h
126
vchiq_instance_get_use_count(struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq_arm.h
129
vchiq_instance_get_pid(struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq_arm.h
132
vchiq_instance_get_trace(struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq_arm.h
135
vchiq_instance_set_trace(struct vchiq_instance *instance, int trace);
include/linux/raspberrypi/vchiq_arm.h
157
service_callback(struct vchiq_instance *vchiq_instance, enum vchiq_reason reason,
include/linux/raspberrypi/vchiq_arm.h
162
free_bulk_waiter(struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq_arm.h
62
struct vchiq_instance *instance;
include/linux/raspberrypi/vchiq_core.h
210
struct vchiq_instance *instance;
include/linux/raspberrypi/vchiq_core.h
358
struct vchiq_instance **instance;
include/linux/raspberrypi/vchiq_core.h
524
vchiq_connect_internal(struct vchiq_state *state, struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq_core.h
529
int srvstate, struct vchiq_instance *instance,
include/linux/raspberrypi/vchiq_core.h
545
vchiq_shutdown_internal(struct vchiq_state *state, struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq_core.h
551
vchiq_bulk_xfer_waiting(struct vchiq_instance *instance, unsigned int handle,
include/linux/raspberrypi/vchiq_core.h
555
vchiq_bulk_xfer_blocking(struct vchiq_instance *instance, unsigned int handle,
include/linux/raspberrypi/vchiq_core.h
559
vchiq_bulk_xfer_callback(struct vchiq_instance *instance, unsigned int handle,
include/linux/raspberrypi/vchiq_core.h
569
struct vchiq_service *handle_to_service(struct vchiq_instance *instance, unsigned int handle);
include/linux/raspberrypi/vchiq_core.h
572
find_service_by_handle(struct vchiq_instance *instance, unsigned int handle);
include/linux/raspberrypi/vchiq_core.h
578
find_service_for_instance(struct vchiq_instance *instance, unsigned int handle);
include/linux/raspberrypi/vchiq_core.h
581
find_closed_service_for_instance(struct vchiq_instance *instance, unsigned int handle);
include/linux/raspberrypi/vchiq_core.h
585
struct vchiq_instance *instance,
include/linux/raspberrypi/vchiq_core.h
590
struct vchiq_instance *instance,
include/linux/raspberrypi/vchiq_core.h
600
vchiq_queue_message(struct vchiq_instance *instance, unsigned int handle,
include/linux/raspberrypi/vchiq_core.h
637
int vchiq_remove_service(struct vchiq_instance *instance, unsigned int service);
include/linux/raspberrypi/vchiq_core.h
639
int vchiq_get_client_id(struct vchiq_instance *instance, unsigned int service);
include/linux/raspberrypi/vchiq_core.h
643
int vchiq_set_service_option(struct vchiq_instance *instance, unsigned int service,
include/linux/raspberrypi/vchiq_debugfs.h
18
void vchiq_debugfs_add_instance(struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq_debugfs.h
20
void vchiq_debugfs_remove_instance(struct vchiq_instance *instance);
include/linux/raspberrypi/vchiq_debugfs.h
8
struct vchiq_instance;