Searched refs:agp_region (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dagpgart.h35 #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, struct agp_region*)
36 #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, struct agp_region*)
89 } agp_region; typedef in typeref:struct:_agp_region
147 struct agp_region { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dcompat_ioctl.h99 int agp_create_segment(struct agp_client *client, struct agp_region *region);
H A Dcompat_ioctl.c62 struct agp_region kreserve;
H A Dfrontend.c163 int agp_create_segment(struct agp_client *client, struct agp_region *region)
814 struct agp_region reserve;
819 if (copy_from_user(&reserve, arg, sizeof(struct agp_region)))

Completed in 55 milliseconds