Home
last modified time | relevance | path

Searched refs:agp_segment (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/
Dagpgart.h83 } agp_segment; typedef
135 struct agp_segment { struct
150 struct agp_segment *seg_list; argument
/linux-2.6.39/drivers/char/agp/
Dfrontend.c168 struct agp_segment *user_seg; in agp_create_segment()
820 if ((unsigned) reserve.seg_count >= ~0U/sizeof(struct agp_segment)) in agpioc_reserve_wrap()
839 struct agp_segment *segment; in agpioc_reserve_wrap()
844 segment = kmalloc((sizeof(struct agp_segment) * reserve.seg_count), in agpioc_reserve_wrap()
851 sizeof(struct agp_segment) * reserve.seg_count)) { in agpioc_reserve_wrap()
Dcompat_ioctl.c95 struct agp_segment *ksegment; in compat_agpioc_reserve_wrap()