Searched refs:agp_region (Results 1 – 5 of 5) sorted by relevance
35 #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
63 struct agp_region { struct
100 int agp_create_segment(struct agp_client *client, struct agp_region *region);
163 int agp_create_segment(struct agp_client *client, struct agp_region *region) in agp_create_segment()801 struct agp_region reserve; in agpioc_reserve_wrap()806 if (copy_from_user(&reserve, arg, sizeof(struct agp_region))) in agpioc_reserve_wrap()
64 struct agp_region kreserve; in compat_agpioc_reserve_wrap()