Lines Matching refs:clients
19 static LIST_HEAD(clients);
118 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
195 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
206 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
223 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
228 client = list_entry(&device->clients, struct host1x_client, list); in host1x_device_init()
231 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
256 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
269 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
389 list_add_tail(&client->list, &clients); in __host1x_device_del()
403 list_for_each_entry_safe(client, cl, &device->clients, list) in __host1x_device_del()
404 list_move_tail(&client->list, &clients); in __host1x_device_del()
439 INIT_LIST_HEAD(&device->clients); in host1x_device_add()
463 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add()
762 list_add_tail(&client->list, &clients); in __host1x_client_register()
795 list_for_each_entry(c, &clients, list) { in host1x_client_unregister()