Searched refs:agp_controller (Results 1 – 2 of 2) sorted by relevance
97 struct agp_controller { struct98 struct agp_controller *next; argument99 struct agp_controller *prev; argument121 struct agp_controller *current_controller; argument122 struct agp_controller *controllers;
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()[all …]