Home
last modified time | relevance | path

Searched refs:vchiq_get_config (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_ioctl.h56 struct vchiq_get_config { struct
89 _IOWR(VCHIQ_IOC_MAGIC, 10, struct vchiq_get_config)
Dvchiq_if.h134 extern void vchiq_get_config(struct vchiq_config *config);
Dvchiq_arm.c1377 struct vchiq_get_config args; in vchiq_ioctl()
1390 vchiq_get_config(&config); in vchiq_ioctl()
1876 struct vchiq_get_config __user *args; in vchiq_compat_ioctl_get_config()
Dvchiq_core.c3217 void vchiq_get_config(struct vchiq_config *config) in vchiq_get_config() function