Lines Matching refs:list
30 struct list_head list; member
50 INIT_LIST_HEAD(&subdev->list); in host1x_subdev_add()
54 list_add_tail(&subdev->list, &device->subdevs); in host1x_subdev_add()
78 list_del(&subdev->list); in host1x_subdev_del()
118 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
119 list_move_tail(&subdev->list, &device->active); in host1x_subdev_register()
157 list_move_tail(&subdev->list, &device->subdevs); in __host1x_subdev_unregister()
166 list_del_init(&client->list); in __host1x_subdev_unregister()
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()
295 list_for_each_entry(device, &host1x->devices, list) { in host1x_add_client()
296 list_for_each_entry(subdev, &device->subdevs, list) { in host1x_add_client()
317 list_for_each_entry_safe(device, dt, &host1x->devices, list) { in host1x_del_client()
318 list_for_each_entry(subdev, &device->active, list) { in host1x_del_client()
373 list_for_each_entry_safe(subdev, sd, &device->active, list) { in __host1x_device_del()
389 list_add_tail(&client->list, &clients); in __host1x_device_del()
394 list_for_each_entry_safe(subdev, sd, &device->subdevs, list) 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()
410 list_del_init(&device->list); in __host1x_device_del()
440 INIT_LIST_HEAD(&device->list); in host1x_device_add()
459 list_add_tail(&device->list, &host1x->devices); in host1x_device_add()
463 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add()
464 list_for_each_entry(subdev, &device->subdevs, list) { in host1x_device_add()
502 list_for_each_entry(device, &host1x->devices, list) { in host1x_attach_driver()
523 list_for_each_entry_safe(device, tmp, &host1x->devices, list) in host1x_detach_driver()
537 list_for_each_entry(device, &host1x->devices, list) { in host1x_devices_show()
544 list_for_each_entry(subdev, &device->active, list) in host1x_devices_show()
548 list_for_each_entry(subdev, &device->subdevs, list) in host1x_devices_show()
573 list_add_tail(&host1x->list, &devices); in host1x_register()
578 list_for_each_entry(driver, &drivers, list) in host1x_register()
602 list_for_each_entry(driver, &drivers, list) in host1x_unregister()
608 list_del_init(&host1x->list); in host1x_unregister()
660 INIT_LIST_HEAD(&driver->list); in host1x_driver_register_full()
663 list_add_tail(&driver->list, &drivers); in host1x_driver_register_full()
668 list_for_each_entry(host1x, &devices, list) in host1x_driver_register_full()
698 list_for_each_entry(host1x, &devices, list) in host1x_driver_unregister()
704 list_del_init(&driver->list); in host1x_driver_unregister()
717 INIT_LIST_HEAD(&client->list); in __host1x_client_init()
751 list_for_each_entry(host1x, &devices, list) { in __host1x_client_register()
762 list_add_tail(&client->list, &clients); in __host1x_client_register()
784 list_for_each_entry(host1x, &devices, list) { in host1x_client_unregister()
795 list_for_each_entry(c, &clients, list) { in host1x_client_unregister()
797 list_del_init(&c->list); in host1x_client_unregister()
901 list_add_tail(&mapping->list, &bo->mappings); in host1x_bo_pin()
934 list_del(&mapping->list); in __host1x_bo_unpin()