Searched refs:agp_unbind (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dagpgart.h40 #define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, agp_unbind*)
109 } agp_unbind; typedef in typeref:struct:_agp_unbind
181 } agp_unbind; typedef in typeref:struct:_agp_unbind
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dagpgart.h40 #define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, agp_unbind*)
109 } agp_unbind; typedef in typeref:struct:_agp_unbind
181 } agp_unbind; typedef in typeref:struct:_agp_unbind
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_agpsupport.h182 int DRM(agp_unbind)(struct inode *inode, struct file *filp, function
H A DdrmP.h913 extern int DRM(agp_unbind)(struct inode *inode, struct file *filp,
H A Ddrm_drv.h203 [DRM_IOCTL_NR(DRM_IOCTL_AGP_UNBIND)] = { DRM(agp_unbind), 1, 1 },
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/agp/
H A Dagpgart_fe.c975 agp_unbind unbind;
977 if (copy_from_user(&unbind, (void *) arg, sizeof(agp_unbind))) {

Completed in 101 milliseconds