Lines Matching refs:clients
18 static LIST_HEAD(clients);
121 list_move_tail(&client->list, &device->clients);
155 * it from list of clients.
186 * its &host1x_driver.probe implementation to initialize each of its clients.
198 list_for_each_entry(client, &device->clients, list) {
215 list_for_each_entry_continue_reverse(client, &device->clients, list)
229 * function to tear down each of its clients. Typically this is done after a
240 list_for_each_entry_reverse(client, &device->clients, list) {
372 * list of idle clients.
382 /* add the client to the list of idle clients */
384 list_add_tail(&client->list, &clients);
394 /* move clients to idle list */
398 list_for_each_entry_safe(client, cl, &device->clients, list)
399 list_move_tail(&client->list, &clients);
434 INIT_LIST_HEAD(&device->clients);
460 list_for_each_entry_safe(client, tmp, &clients, list) {
736 * associated with that instance. Once all clients have been registered with
759 list_add_tail(&client->list, &clients);
792 list_for_each_entry(c, &clients, list) {