Home
last modified time | relevance | path

Searched refs:v3d_ioctl_fun (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/broadcom/common/
Dv3d_device_info.h44 typedef int (*v3d_ioctl_fun)(int fd, unsigned long request, void *arg); typedef
47 v3d_get_device_info(int fd, struct v3d_device_info* devinfo, v3d_ioctl_fun fun);
Dv3d_device_info.c32 v3d_get_device_info(int fd, struct v3d_device_info* devinfo, v3d_ioctl_fun drm_ioctl) { in v3d_get_device_info()