agp_client         65 drivers/char/agp/compat_ioctl.c 	struct agp_client *client;
agp_client         98 drivers/char/agp/compat_ioctl.h struct agp_client *agp_create_client(pid_t id);
agp_client        100 drivers/char/agp/compat_ioctl.h int agp_create_segment(struct agp_client *client, struct agp_region *region);
agp_client        104 drivers/char/agp/compat_ioctl.h struct agp_client *agp_find_client_by_pid(pid_t id);
agp_client        100 drivers/char/agp/frontend.c agp_segment_priv *agp_find_seg_in_client(const struct agp_client *client,
agp_client        125 drivers/char/agp/frontend.c static void agp_remove_seg_from_client(struct agp_client *client)
agp_client        140 drivers/char/agp/frontend.c static void agp_add_seg_to_client(struct agp_client *client,
agp_client        163 drivers/char/agp/frontend.c int agp_create_segment(struct agp_client *client, struct agp_region *region)
agp_client        337 drivers/char/agp/frontend.c 	struct agp_client *client;
agp_client        338 drivers/char/agp/frontend.c 	struct agp_client *temp;
agp_client        406 drivers/char/agp/frontend.c 	struct agp_client *clients;
agp_client        428 drivers/char/agp/frontend.c 	struct agp_client *clients;
agp_client        454 drivers/char/agp/frontend.c static struct agp_client
agp_client        457 drivers/char/agp/frontend.c 	struct agp_client *client;
agp_client        488 drivers/char/agp/frontend.c struct agp_client *agp_find_client_by_pid(pid_t id)
agp_client        490 drivers/char/agp/frontend.c 	struct agp_client *temp;
agp_client        499 drivers/char/agp/frontend.c static void agp_insert_client(struct agp_client *client)
agp_client        501 drivers/char/agp/frontend.c 	struct agp_client *prev_client;
agp_client        513 drivers/char/agp/frontend.c struct agp_client *agp_create_client(pid_t id)
agp_client        515 drivers/char/agp/frontend.c 	struct agp_client *new_client;
agp_client        517 drivers/char/agp/frontend.c 	new_client = kzalloc(sizeof(struct agp_client), GFP_KERNEL);
agp_client        528 drivers/char/agp/frontend.c 	struct agp_client *client;
agp_client        529 drivers/char/agp/frontend.c 	struct agp_client *prev_client;
agp_client        530 drivers/char/agp/frontend.c 	struct agp_client *next_client;
agp_client        569 drivers/char/agp/frontend.c 	struct agp_client *client;
agp_client        678 drivers/char/agp/frontend.c 	struct agp_client *client;
agp_client        802 drivers/char/agp/frontend.c 	struct agp_client *client;
agp_client         92 include/linux/agpgart.h 	struct agp_client *next;
agp_client         93 include/linux/agpgart.h 	struct agp_client *prev;
agp_client        105 include/linux/agpgart.h 	struct agp_client *clients;