Lines Matching +defs:client +defs:arg
99 agp_segment_priv *agp_find_seg_in_client(const struct agp_client *client, in agp_find_seg_in_client()
123 static void agp_remove_seg_from_client(struct agp_client *client) in agp_remove_seg_from_client()
138 static void agp_add_seg_to_client(struct agp_client *client, in agp_add_seg_to_client()
161 int agp_create_segment(struct agp_client *client, struct agp_region *region) in agp_create_segment()
335 struct agp_client *client; in agp_remove_all_clients() local
455 struct agp_client *client; in agp_find_client_in_controller() local
497 static void agp_insert_client(struct agp_client *client) in agp_insert_client()
526 struct agp_client *client; in agp_remove_client() local
567 struct agp_client *client; in agp_mmap() local
676 struct agp_client *client; in agp_open() local
711 static int agpioc_info_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_info_wrap()
785 int agpioc_setup_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_setup_wrap()
797 static int agpioc_reserve_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_reserve_wrap()
800 struct agp_client *client; in agpioc_reserve_wrap() local
872 static int agpioc_allocate_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_allocate_wrap()
899 int agpioc_deallocate_wrap(struct agp_file_private *priv, int arg) in agpioc_deallocate_wrap()
913 static int agpioc_bind_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_bind_wrap()
930 static int agpioc_unbind_wrap(struct agp_file_private *priv, void __user *arg) in agpioc_unbind_wrap()
948 unsigned int cmd, unsigned long arg) in agp_ioctl()