current_controller  217 drivers/char/agp/compat_ioctl.c 	if ((agp_fe.current_controller == NULL) &&
current_controller  235 drivers/char/agp/compat_ioctl.c 		if (agp_fe.current_controller->pid != curr_priv->my_pid) {
current_controller   51 drivers/char/agp/frontend.c 	if (agp_fe.current_controller == NULL)
current_controller   54 drivers/char/agp/frontend.c 	curr = agp_fe.current_controller->pool;
current_controller   88 drivers/char/agp/frontend.c 			agp_fe.current_controller->pool = next;
current_controller  203 drivers/char/agp/frontend.c 	prev = agp_fe.current_controller->pool;
current_controller  209 drivers/char/agp/frontend.c 	agp_fe.current_controller->pool = temp;
current_controller  395 drivers/char/agp/frontend.c 	if (agp_fe.current_controller == controller) {
current_controller  396 drivers/char/agp/frontend.c 		agp_fe.current_controller = NULL;
current_controller  422 drivers/char/agp/frontend.c 	agp_fe.current_controller = controller;
current_controller  444 drivers/char/agp/frontend.c 	agp_fe.current_controller = NULL;
current_controller  492 drivers/char/agp/frontend.c 	if (agp_fe.current_controller == NULL)
current_controller  495 drivers/char/agp/frontend.c 	temp = agp_find_client_in_controller(agp_fe.current_controller, id);
current_controller  503 drivers/char/agp/frontend.c 	prev_client = agp_fe.current_controller->clients;
current_controller  509 drivers/char/agp/frontend.c 	agp_fe.current_controller->clients = client;
current_controller  510 drivers/char/agp/frontend.c 	agp_fe.current_controller->num_clients++;
current_controller  657 drivers/char/agp/frontend.c 			if (controller == agp_fe.current_controller)
current_controller  746 drivers/char/agp/frontend.c 	if (agp_fe.current_controller != NULL)
current_controller  783 drivers/char/agp/frontend.c 	agp_controller_release_current(agp_fe.current_controller, priv);
current_controller  958 drivers/char/agp/frontend.c 	if ((agp_fe.current_controller == NULL) &&
current_controller  976 drivers/char/agp/frontend.c 		if (agp_fe.current_controller->pid != curr_priv->my_pid) {
current_controller  123 include/linux/agpgart.h 	struct agp_controller *current_controller;