Lines Matching refs:list

37 	struct list_head list;  member
52 INIT_LIST_HEAD(&subdev->list); in host1x_subdev_add()
56 list_add_tail(&subdev->list, &device->subdevs); in host1x_subdev_add()
67 list_del(&subdev->list); in host1x_subdev_del()
106 list_move_tail(&client->list, &device->clients); in host1x_subdev_register()
107 list_move_tail(&subdev->list, &device->active); in host1x_subdev_register()
145 list_move_tail(&subdev->list, &device->subdevs); in __host1x_subdev_unregister()
154 list_del_init(&client->list); in __host1x_subdev_unregister()
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()
226 list_for_each_entry(device, &host1x->devices, list) { in host1x_add_client()
227 list_for_each_entry(subdev, &device->subdevs, list) { in host1x_add_client()
248 list_for_each_entry_safe(device, dt, &host1x->devices, list) { in host1x_del_client()
249 list_for_each_entry(subdev, &device->active, list) { in host1x_del_client()
324 list_for_each_entry_safe(subdev, sd, &device->active, list) { in __host1x_device_del()
340 list_add_tail(&client->list, &clients); in __host1x_device_del()
345 list_for_each_entry_safe(subdev, sd, &device->subdevs, list) 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()
361 list_del_init(&device->list); in __host1x_device_del()
391 INIT_LIST_HEAD(&device->list); in host1x_device_add()
407 list_add_tail(&device->list, &host1x->devices); in host1x_device_add()
411 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add()
412 list_for_each_entry(subdev, &device->subdevs, list) { in host1x_device_add()
450 list_for_each_entry(device, &host1x->devices, list) { in host1x_attach_driver()
471 list_for_each_entry_safe(device, tmp, &host1x->devices, list) in host1x_detach_driver()
483 list_add_tail(&host1x->list, &devices); in host1x_register()
488 list_for_each_entry(driver, &drivers, list) in host1x_register()
502 list_for_each_entry(driver, &drivers, list) in host1x_unregister()
508 list_del_init(&host1x->list); in host1x_unregister()
519 INIT_LIST_HEAD(&driver->list); in host1x_driver_register_full()
522 list_add_tail(&driver->list, &drivers); in host1x_driver_register_full()
527 list_for_each_entry(host1x, &devices, list) in host1x_driver_register_full()
542 list_del_init(&driver->list); in host1x_driver_unregister()
554 list_for_each_entry(host1x, &devices, list) { in host1x_client_register()
565 list_add_tail(&client->list, &clients); in host1x_client_register()
580 list_for_each_entry(host1x, &devices, list) { in host1x_client_unregister()
591 list_for_each_entry(c, &clients, list) { in host1x_client_unregister()
593 list_del_init(&c->list); in host1x_client_unregister()