Searched refs:agp_allocate (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dagpgart.h37 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, struct agp_allocate*)
99 } agp_allocate; typedef in typeref:struct:_agp_allocate
153 struct agp_allocate { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c890 struct agp_allocate alloc;
893 if (copy_from_user(&alloc, arg, sizeof(struct agp_allocate)))
907 if (copy_to_user(arg, &alloc, sizeof(struct agp_allocate))) {

Completed in 70 milliseconds