Searched refs:agp_unbind (Results 1 – 2 of 2) sorted by relevance
91 #define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, agp_unbind)148 } agp_unbind; typedef
102 static int agp_unbind_user(struct agp_softc *, agp_unbind *);958 agp_unbind_user(struct agp_softc *sc, agp_unbind *unbind) in agp_unbind_user()1093 return agp_unbind_user(sc, (agp_unbind *)data); in agpioctl()