• Home
  • Raw
  • Download

Lines Matching refs:list

29 	struct list_head list;  member
49 INIT_LIST_HEAD(&subdev->list); in host1x_subdev_add()
53 list_add_tail(&subdev->list, &device->subdevs); in host1x_subdev_add()
78 list_del(&subdev->list); in host1x_subdev_del()
121 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
122 list_move_tail(&subdev->list, &device->active); in host1x_subdev_register()
160 list_move_tail(&subdev->list, &device->subdevs); in __host1x_subdev_unregister()
169 list_del_init(&client->list); in __host1x_subdev_unregister()
198 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
215 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
240 list_for_each_entry_reverse(client, &device->clients, list) { in host1x_device_exit()
267 list_for_each_entry(device, &host1x->devices, list) { in host1x_add_client()
268 list_for_each_entry(subdev, &device->subdevs, list) { in host1x_add_client()
289 list_for_each_entry_safe(device, dt, &host1x->devices, list) { in host1x_del_client()
290 list_for_each_entry(subdev, &device->active, list) { in host1x_del_client()
368 list_for_each_entry_safe(subdev, sd, &device->active, list) { in __host1x_device_del()
384 list_add_tail(&client->list, &clients); in __host1x_device_del()
389 list_for_each_entry_safe(subdev, sd, &device->subdevs, list) in __host1x_device_del()
398 list_for_each_entry_safe(client, cl, &device->clients, list) in __host1x_device_del()
399 list_move_tail(&client->list, &clients); in __host1x_device_del()
405 list_del_init(&device->list); in __host1x_device_del()
435 INIT_LIST_HEAD(&device->list); in host1x_device_add()
456 list_add_tail(&device->list, &host1x->devices); in host1x_device_add()
460 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add()
461 list_for_each_entry(subdev, &device->subdevs, list) { in host1x_device_add()
499 list_for_each_entry(device, &host1x->devices, list) { in host1x_attach_driver()
520 list_for_each_entry_safe(device, tmp, &host1x->devices, list) in host1x_detach_driver()
534 list_for_each_entry(device, &host1x->devices, list) { in host1x_devices_show()
541 list_for_each_entry(subdev, &device->active, list) in host1x_devices_show()
545 list_for_each_entry(subdev, &device->subdevs, list) in host1x_devices_show()
570 list_add_tail(&host1x->list, &devices); in host1x_register()
575 list_for_each_entry(driver, &drivers, list) in host1x_register()
599 list_for_each_entry(driver, &drivers, list) in host1x_unregister()
605 list_del_init(&host1x->list); in host1x_unregister()
657 INIT_LIST_HEAD(&driver->list); in host1x_driver_register_full()
660 list_add_tail(&driver->list, &drivers); in host1x_driver_register_full()
665 list_for_each_entry(host1x, &devices, list) in host1x_driver_register_full()
695 list_for_each_entry(host1x, &devices, list) in host1x_driver_unregister()
701 list_del_init(&driver->list); in host1x_driver_unregister()
713 INIT_LIST_HEAD(&client->list); in __host1x_client_init()
748 list_for_each_entry(host1x, &devices, list) { in __host1x_client_register()
759 list_add_tail(&client->list, &clients); in __host1x_client_register()
781 list_for_each_entry(host1x, &devices, list) { in host1x_client_unregister()
792 list_for_each_entry(c, &clients, list) { in host1x_client_unregister()
794 list_del_init(&c->list); in host1x_client_unregister()