Lines Matching refs:agp_controller
291 static struct agp_controller *agp_find_controller_by_pid(pid_t id) in agp_find_controller_by_pid()
293 struct agp_controller *controller; in agp_find_controller_by_pid()
306 static struct agp_controller *agp_create_controller(pid_t id) in agp_create_controller()
308 struct agp_controller *controller; in agp_create_controller()
310 controller = kzalloc(sizeof(struct agp_controller), GFP_KERNEL); in agp_create_controller()
318 static int agp_insert_controller(struct agp_controller *controller) in agp_insert_controller()
320 struct agp_controller *prev_controller; in agp_insert_controller()
333 static void agp_remove_all_clients(struct agp_controller *controller) in agp_remove_all_clients()
356 static void agp_remove_all_memory(struct agp_controller *controller) in agp_remove_all_memory()
370 static int agp_remove_controller(struct agp_controller *controller) in agp_remove_controller()
372 struct agp_controller *prev_controller; in agp_remove_controller()
373 struct agp_controller *next_controller; in agp_remove_controller()
402 static void agp_controller_make_current(struct agp_controller *controller) in agp_controller_make_current()
423 static void agp_controller_release_current(struct agp_controller *controller, in agp_controller_release_current()
453 *agp_find_client_in_controller(struct agp_controller *controller, pid_t id) in agp_find_client_in_controller()
471 static struct agp_controller *agp_find_controller_for_client(pid_t id) in agp_find_controller_for_client()
473 struct agp_controller *controller; in agp_find_controller_for_client()
529 struct agp_controller *controller; in agp_remove_client()
650 struct agp_controller *controller; in agp_release()
737 struct agp_controller *controller; in agpioc_acquire_wrap()