Lines Matching refs:clients
26 static LIST_HEAD(clients);
106 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
173 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
199 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
340 list_add_tail(&client->list, &clients); in __host1x_device_del()
354 list_for_each_entry_safe(client, cl, &device->clients, list) in __host1x_device_del()
355 list_move_tail(&client->list, &clients); in __host1x_device_del()
390 INIT_LIST_HEAD(&device->clients); in host1x_device_add()
411 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add()
565 list_add_tail(&client->list, &clients); in host1x_client_register()
591 list_for_each_entry(c, &clients, list) { in host1x_client_unregister()