Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H 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;
/openbmc/linux/drivers/char/agp/
H A Dfrontend.c295 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()
322 struct agp_controller *prev_controller; in agp_insert_controller()
374 struct agp_controller *prev_controller; in agp_remove_controller()
375 struct agp_controller *next_controller; in agp_remove_controller()
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()
[all …]