Lines Matching refs:list_for_each_entry
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()
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()
318 list_for_each_entry(subdev, &device->active, list) { in host1x_del_client()
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()
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()
578 list_for_each_entry(driver, &drivers, list) in host1x_register()
602 list_for_each_entry(driver, &drivers, list) in host1x_unregister()
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()
751 list_for_each_entry(host1x, &devices, list) { 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()
888 list_for_each_entry(mapping, &cache->mappings, entry) { in host1x_bo_pin()