Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dagpgart.h59 struct agp_segment_priv { struct
96 struct agp_segment_priv **segments;
/Linux-v4.19/drivers/char/agp/
Dfrontend.c100 agp_segment_priv *agp_find_seg_in_client(const struct agp_client *client, in agp_find_seg_in_client()
104 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()