Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c247 static int atyfb_ioctl(struct fb_info *info, u_int cmd, u_long arg);
251 return atyfb_ioctl(info, cmd, (u_long)compat_ptr(arg)); in atyfb_compat_ioctl()
309 .fb_ioctl = atyfb_ioctl,
1824 static int atyfb_ioctl(struct fb_info *info, u_int cmd, u_long arg) in atyfb_ioctl() function