Lines Matching refs:agp_controller

293 static struct agp_controller *agp_find_controller_by_pid(pid_t id)  in agp_find_controller_by_pid()
295 struct agp_controller *controller; in agp_find_controller_by_pid()
308 static struct agp_controller *agp_create_controller(pid_t id) in agp_create_controller()
310 struct agp_controller *controller; in agp_create_controller()
312 controller = kzalloc(sizeof(struct agp_controller), GFP_KERNEL); in agp_create_controller()
320 static int agp_insert_controller(struct agp_controller *controller) in agp_insert_controller()
322 struct agp_controller *prev_controller; in agp_insert_controller()
335 static void agp_remove_all_clients(struct agp_controller *controller) in agp_remove_all_clients()
358 static void agp_remove_all_memory(struct agp_controller *controller) in agp_remove_all_memory()
372 static int agp_remove_controller(struct agp_controller *controller) in agp_remove_controller()
374 struct agp_controller *prev_controller; in agp_remove_controller()
375 struct agp_controller *next_controller; in agp_remove_controller()
404 static void agp_controller_make_current(struct agp_controller *controller) in agp_controller_make_current()
425 static void agp_controller_release_current(struct agp_controller *controller, in agp_controller_release_current()
455 *agp_find_client_in_controller(struct agp_controller *controller, pid_t id) in agp_find_client_in_controller()
473 static struct agp_controller *agp_find_controller_for_client(pid_t id) in agp_find_controller_for_client()
475 struct agp_controller *controller; in agp_find_controller_for_client()
531 struct agp_controller *controller; in agp_remove_client()
652 struct agp_controller *controller; in agp_release()
739 struct agp_controller *controller; in agpioc_acquire_wrap()