Home
last modified time | relevance | path

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

/linux/include/linux/
A Dagpgart.h97 struct agp_controller { struct
98 struct agp_controller *next; argument
99 struct agp_controller *prev; argument
121 struct agp_controller *current_controller; argument
122 struct agp_controller *controllers;
/linux/drivers/char/agp/
A Dfrontend.c293 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()
320 struct agp_controller *prev_controller; in agp_insert_controller()
372 struct agp_controller *prev_controller; in agp_remove_controller()
373 struct agp_controller *next_controller; in agp_remove_controller()
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()
[all …]

Completed in 5 milliseconds