Lines Matching full:clients
338 client = controller->clients; in agp_remove_all_clients()
404 struct agp_client *clients; in agp_controller_make_current() local
406 clients = controller->clients; in agp_controller_make_current()
408 while (clients != NULL) { in agp_controller_make_current()
411 priv = agp_find_private(clients->pid); in agp_controller_make_current()
417 clients = clients->next; in agp_controller_make_current()
426 struct agp_client *clients; in agp_controller_release_current() local
429 clients = controller->clients; in agp_controller_release_current()
431 while (clients != NULL) { in agp_controller_release_current()
434 priv = agp_find_private(clients->pid); in agp_controller_release_current()
439 clients = clients->next; in agp_controller_release_current()
449 * These routines are for managing the list of auth'ed clients.
460 client = controller->clients; in agp_find_client_in_controller()
501 prev_client = agp_fe.current_controller->clients; in agp_insert_client()
507 agp_fe.current_controller->clients = client; in agp_insert_client()
550 controller->clients = next_client; in agp_remove_client()