Searched refs:agp_controller (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dagpgart.h181 struct agp_controller { struct
182 struct agp_controller *next;
183 struct agp_controller *prev;
205 struct agp_controller *current_controller;
206 struct agp_controller *controllers;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c293 static struct agp_controller *agp_find_controller_by_pid(pid_t id)
295 struct agp_controller *controller;
308 static struct agp_controller *agp_create_controller(pid_t id)
310 struct agp_controller *controller;
312 controller = kzalloc(sizeof(struct agp_controller), GFP_KERNEL);
320 static int agp_insert_controller(struct agp_controller *controller)
322 struct agp_controller *prev_controller;
335 static void agp_remove_all_clients(struct agp_controller *controller)
358 static void agp_remove_all_memory(struct agp_controller *controller)
372 static int agp_remove_controller(struct agp_controller *controlle
[all...]

Completed in 32 milliseconds