Searched refs:agp_segment_priv (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.h141 struct agp_segment_priv { struct
178 struct agp_segment_priv **segments;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c100 agp_segment_priv *agp_find_seg_in_client(const struct agp_client *client,
104 struct agp_segment_priv *seg;
141 struct agp_segment_priv ** seg, int num_segments)
143 struct agp_segment_priv **prev_seg;
165 struct agp_segment_priv **ret_seg;
166 struct agp_segment_priv *seg;
170 seg = kzalloc((sizeof(struct agp_segment_priv) * region->seg_count), GFP_KERNEL);

Completed in 114 milliseconds