Searched refs:v3d_ioctl_fun (Results 1 – 2 of 2) sorted by relevance
44 typedef int (*v3d_ioctl_fun)(int fd, unsigned long request, void *arg); typedef47 v3d_get_device_info(int fd, struct v3d_device_info* devinfo, v3d_ioctl_fun fun);
32 v3d_get_device_info(int fd, struct v3d_device_info* devinfo, v3d_ioctl_fun drm_ioctl) { in v3d_get_device_info()