Lines Matching refs:agp_client

101 agp_segment_priv *agp_find_seg_in_client(const struct agp_client *client,  in agp_find_seg_in_client()
125 static void agp_remove_seg_from_client(struct agp_client *client) in agp_remove_seg_from_client()
140 static void agp_add_seg_to_client(struct agp_client *client, in agp_add_seg_to_client()
163 int agp_create_segment(struct agp_client *client, struct agp_region *region) in agp_create_segment()
337 struct agp_client *client; in agp_remove_all_clients()
338 struct agp_client *temp; in agp_remove_all_clients()
406 struct agp_client *clients; in agp_controller_make_current()
428 struct agp_client *clients; in agp_controller_release_current()
454 static struct agp_client
457 struct agp_client *client; in agp_find_client_in_controller()
488 struct agp_client *agp_find_client_by_pid(pid_t id) in agp_find_client_by_pid()
490 struct agp_client *temp; in agp_find_client_by_pid()
499 static void agp_insert_client(struct agp_client *client) in agp_insert_client()
501 struct agp_client *prev_client; in agp_insert_client()
513 struct agp_client *agp_create_client(pid_t id) in agp_create_client()
515 struct agp_client *new_client; in agp_create_client()
517 new_client = kzalloc(sizeof(struct agp_client), GFP_KERNEL); in agp_create_client()
528 struct agp_client *client; in agp_remove_client()
529 struct agp_client *prev_client; in agp_remove_client()
530 struct agp_client *next_client; in agp_remove_client()
569 struct agp_client *client; in agp_mmap()
678 struct agp_client *client; in agp_open()
802 struct agp_client *client; in agpioc_reserve_wrap()