Home
last modified time | relevance | path

Searched refs:agp_segment_priv (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dagpgart.h141 struct agp_segment_priv { struct
178 struct agp_segment_priv **segments;
/linux-2.6.39/drivers/char/agp/
Dfrontend.c101 agp_segment_priv *agp_find_seg_in_client(const struct agp_client *client, in agp_find_seg_in_client()
105 struct agp_segment_priv *seg; in agp_find_seg_in_client()
142 struct agp_segment_priv ** seg, int num_segments) in agp_add_seg_to_client()
144 struct agp_segment_priv **prev_seg; in agp_add_seg_to_client()
166 struct agp_segment_priv **ret_seg; in agp_create_segment()
167 struct agp_segment_priv *seg; in agp_create_segment()
171 seg = kzalloc((sizeof(struct agp_segment_priv) * region->seg_count), GFP_KERNEL); in agp_create_segment()