Symbol: vchiq_device
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
165
void vchiq_add_connected_callback(struct vchiq_device *device, void (*callback)(void))
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
65
static struct vchiq_device *bcm2835_audio;
drivers/platform/raspberrypi/vchiq-interface/vchiq_bus.c
28
const struct vchiq_device *device = container_of_const(dev, struct vchiq_device, dev);
drivers/platform/raspberrypi/vchiq-interface/vchiq_bus.c
35
struct vchiq_device *device = to_vchiq_device(dev);
drivers/platform/raspberrypi/vchiq-interface/vchiq_bus.c
43
struct vchiq_device *device = to_vchiq_device(dev);
drivers/platform/raspberrypi/vchiq-interface/vchiq_bus.c
60
struct vchiq_device *device = to_vchiq_device(dev);
drivers/platform/raspberrypi/vchiq-interface/vchiq_bus.c
65
struct vchiq_device *
drivers/platform/raspberrypi/vchiq-interface/vchiq_bus.c
68
struct vchiq_device *device;
drivers/platform/raspberrypi/vchiq-interface/vchiq_bus.c
95
void vchiq_device_unregister(struct vchiq_device *vchiq_dev)
drivers/staging/vc04_services/bcm2835-audio/bcm2835.c
272
static int snd_bcm2835_alsa_probe(struct vchiq_device *device)
drivers/staging/vc04_services/bcm2835-audio/bcm2835.c
302
static int snd_bcm2835_alsa_suspend(struct vchiq_device *device,
drivers/staging/vc04_services/bcm2835-audio/bcm2835.c
308
static int snd_bcm2835_alsa_resume(struct vchiq_device *device)
include/linux/raspberrypi/vchiq_arm.h
138
vchiq_add_connected_callback(struct vchiq_device *device,
include/linux/raspberrypi/vchiq_arm.h
26
struct vchiq_device;
include/linux/raspberrypi/vchiq_bus.h
20
int (*probe)(struct vchiq_device *device);
include/linux/raspberrypi/vchiq_bus.h
21
void (*remove)(struct vchiq_device *device);
include/linux/raspberrypi/vchiq_bus.h
22
int (*resume)(struct vchiq_device *device);
include/linux/raspberrypi/vchiq_bus.h
23
int (*suspend)(struct vchiq_device *device,
include/linux/raspberrypi/vchiq_bus.h
30
static inline struct vchiq_device *to_vchiq_device(struct device *d)
include/linux/raspberrypi/vchiq_bus.h
32
return container_of(d, struct vchiq_device, dev);
include/linux/raspberrypi/vchiq_bus.h
42
struct vchiq_device *
include/linux/raspberrypi/vchiq_bus.h
44
void vchiq_device_unregister(struct vchiq_device *dev);