Lines Matching refs:clients
340 client = controller->clients; in agp_remove_all_clients()
406 struct agp_client *clients; in agp_controller_make_current() local
408 clients = controller->clients; in agp_controller_make_current()
410 while (clients != NULL) { in agp_controller_make_current()
413 priv = agp_find_private(clients->pid); in agp_controller_make_current()
419 clients = clients->next; in agp_controller_make_current()
428 struct agp_client *clients; in agp_controller_release_current() local
431 clients = controller->clients; in agp_controller_release_current()
433 while (clients != NULL) { in agp_controller_release_current()
436 priv = agp_find_private(clients->pid); in agp_controller_release_current()
441 clients = clients->next; in agp_controller_release_current()
462 client = controller->clients; in agp_find_client_in_controller()
503 prev_client = agp_fe.current_controller->clients; in agp_insert_client()
509 agp_fe.current_controller->clients = client; in agp_insert_client()
552 controller->clients = next_client; in agp_remove_client()