Lines Matching refs:list_for_each_entry
200 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
211 list_for_each_entry(client, &device->clients, list) { in host1x_device_init()
300 list_for_each_entry(device, &host1x->devices, list) { in host1x_add_client()
301 list_for_each_entry(subdev, &device->subdevs, list) { in host1x_add_client()
323 list_for_each_entry(subdev, &device->active, list) { in host1x_del_client()
469 list_for_each_entry(subdev, &device->subdevs, list) { in host1x_device_add()
507 list_for_each_entry(device, &host1x->devices, list) { in host1x_attach_driver()
542 list_for_each_entry(device, &host1x->devices, list) { in host1x_devices_show()
549 list_for_each_entry(subdev, &device->active, list) in host1x_devices_show()
553 list_for_each_entry(subdev, &device->subdevs, list) in host1x_devices_show()
583 list_for_each_entry(driver, &drivers, list) in host1x_register()
607 list_for_each_entry(driver, &drivers, list) in host1x_unregister()
673 list_for_each_entry(host1x, &devices, list) in host1x_driver_register_full()
703 list_for_each_entry(host1x, &devices, list) in host1x_driver_unregister()
756 list_for_each_entry(host1x, &devices, list) { in __host1x_client_register()
789 list_for_each_entry(host1x, &devices, list) { in host1x_client_unregister()
800 list_for_each_entry(c, &clients, list) { in host1x_client_unregister()
893 list_for_each_entry(mapping, &cache->mappings, entry) { in host1x_bo_pin()