Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dagpgart.h57 struct agp_segment_priv { struct
94 struct agp_segment_priv **segments;
/openbmc/linux/drivers/char/agp/
H A 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()
141 struct agp_segment_priv ** seg, int num_segments) in agp_add_seg_to_client()
143 struct agp_segment_priv **prev_seg; in agp_add_seg_to_client()
165 struct agp_segment_priv **ret_seg; in agp_create_segment()
166 struct agp_segment_priv *seg; in agp_create_segment()
170 seg = kzalloc((sizeof(struct agp_segment_priv) * region->seg_count), GFP_KERNEL); in agp_create_segment()