Searched refs:list_for_each_entry (Results 1 - 25 of 1140) sorted by relevance

1234567891011>>

/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c120 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
126 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head)
129 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
149 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
158 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
164 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head)
189 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
195 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head)
/drivers/gpu/host1x/
H A Dchannel.h44 list_for_each_entry(channel, &host->chlist.list, list)
H A Dbus.c174 list_for_each_entry(client, &device->clients, list) {
227 list_for_each_entry(device, &host1x->devices, list) {
228 list_for_each_entry(subdev, &device->subdevs, list) {
250 list_for_each_entry(subdev, &device->active, list) {
328 list_for_each_entry(subdev, &device->subdevs, list) {
405 list_for_each_entry(device, &host1x->devices, list) {
443 list_for_each_entry(driver, &drivers, list)
457 list_for_each_entry(driver, &drivers, list)
481 list_for_each_entry(host1x, &devices, list)
505 list_for_each_entry(host1
[all...]
/drivers/cpuidle/
H A Dgovernor.c30 list_for_each_entry(gov, &cpuidle_governors, governor_list)
54 list_for_each_entry(dev, &cpuidle_detected_devices, device_list)
64 list_for_each_entry(dev, &cpuidle_detected_devices, device_list)
/drivers/net/ethernet/mellanox/mlx4/
H A Dintf.c72 list_for_each_entry(dev_ctx, &priv->ctx_list, list)
94 list_for_each_entry(priv, &dev_list, dev_list)
109 list_for_each_entry(priv, &dev_list, dev_list)
127 list_for_each_entry(dev_ctx, &priv->ctx_list, list)
142 list_for_each_entry(intf, &intf_list, list)
161 list_for_each_entry(intf, &intf_list, list)
178 list_for_each_entry(dev_ctx, &priv->ctx_list, list)
/drivers/gpu/drm/i915/
H A Di915_gem_debug.c44 list_for_each_entry(obj, &dev_priv->render_ring.active_list, list) {
66 list_for_each_entry(obj, &dev_priv->mm.flushing_list, list) {
84 list_for_each_entry(obj, &dev_priv->mm.gpu_write_list, gpu_write_list) {
100 list_for_each_entry(obj, &i915_gtt_vm->inactive_list, list) {
/drivers/scsi/
H A Dscsi_module.c38 list_for_each_entry(shost, &sht->legacy_hosts, sht_legacy_list) {
57 list_for_each_entry(shost, &sht->legacy_hosts, sht_legacy_list)
/drivers/thermal/
H A Dgov_bang_bang.c41 list_for_each_entry(instance, &tz->thermal_instances, tz_node) {
110 list_for_each_entry(instance, &tz->thermal_instances, tz_node)
/drivers/acpi/
H A Dnvs.c57 list_for_each_entry(region, &nvs_region_list, node) {
133 list_for_each_entry(entry, &nvs_list, node)
157 list_for_each_entry(entry, &nvs_list, node) {
176 list_for_each_entry(entry, &nvs_list, node)
208 list_for_each_entry(entry, &nvs_list, node)
/drivers/gpu/drm/exynos/
H A Dexynos_drm_core.c119 list_for_each_entry(subdrv, &exynos_drm_subdrv_list, list) {
133 list_for_each_entry(subdrv, &exynos_drm_subdrv_list, list) {
156 list_for_each_entry(subdrv, &exynos_drm_subdrv_list, list) {
/drivers/base/power/
H A Ddomain_governor.c119 list_for_each_entry(link, &genpd->slave_links, slave_node)
138 list_for_each_entry(pdd, &genpd->dev_list, list_node) {
150 list_for_each_entry(link, &genpd->master_links, master_node) {
172 list_for_each_entry(pdd, &genpd->dev_list, list_node) {
/drivers/gpu/drm/
H A Ddrm_of.c22 list_for_each_entry(tmp, &dev->mode_config.crtc_list, head) {
H A Ddrm_probe_helper.c70 list_for_each_entry(mode, &connector->modes, head) {
117 list_for_each_entry(mode, &connector->modes, head)
177 list_for_each_entry(mode, &connector->modes, head) {
189 list_for_each_entry(mode, &connector->modes, head)
196 list_for_each_entry(mode, &connector->modes, head) {
283 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
365 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
447 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
H A Ddrm_crtc_helper.c101 list_for_each_entry(connector, &dev->mode_config.connector_list, head)
131 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head)
162 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
170 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
212 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
286 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
315 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
342 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
361 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) {
407 list_for_each_entry(encode
[all...]
/drivers/gpu/drm/nouveau/core/core/
H A Dnamedb.c35 list_for_each_entry(handle, &namedb->list, node) {
48 list_for_each_entry(handle, &namedb->list, node) {
61 list_for_each_entry(handle, &namedb->list, node) {
76 list_for_each_entry(handle, &namedb->list, node) {
/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c49 list_for_each_entry(entry, list, head) { function
70 list_for_each_entry(entry, list, head) { function
111 list_for_each_entry(entry, list, head) { function
193 list_for_each_entry(entry, list, head) { function
/drivers/staging/lustre/lustre/obdclass/
H A Dlustre_peer.c80 list_for_each_entry(data, &g_uuid_list, un_list) {
116 list_for_each_entry(entry, &g_uuid_list, un_list) {
158 list_for_each_entry(data, &g_uuid_list, un_list) {
199 list_for_each_entry(entry, &g_uuid_list, un_list) {
/drivers/video/fbdev/mmp/
H A Dcore.c94 list_for_each_entry(path, &path_list, node) {
121 list_for_each_entry(path, &path_list, node) {
146 list_for_each_entry(path, &path_list, node) {
190 list_for_each_entry(panel, &panel_list, node) {
/drivers/clk/ti/
H A Dautoidle.c75 list_for_each_entry(c, &autoidle_clks, node)
89 list_for_each_entry(c, &autoidle_clks, node)
/drivers/leds/
H A Dled-triggers.c54 list_for_each_entry(trig, &trigger_list, next_trig) {
85 list_for_each_entry(trig, &trigger_list, next_trig) {
159 list_for_each_entry(trig, &trigger_list, next_trig) {
193 list_for_each_entry(_trig, &trigger_list, next_trig) {
205 list_for_each_entry(led_cdev, &leds_list, node) {
232 list_for_each_entry(led_cdev, &leds_list, node) {
253 list_for_each_entry(led_cdev, &trig->led_cdevs, trig_list)
271 list_for_each_entry(led_cdev, &trig->led_cdevs, trig_list) {
/drivers/pci/
H A Dhost-bridge.c41 list_for_each_entry(window, &bridge->windows, list) {
66 list_for_each_entry(window, &bridge->windows, list) {
/drivers/pcmcia/
H A Dcardbus.c34 list_for_each_entry(dev, &bus->devices, bus_list) {
80 list_for_each_entry(dev, &bus->devices, bus_list)
/drivers/media/rc/
H A Drc-ir-raw.c61 list_for_each_entry(handler, &ir_raw_handler_list, list)
283 list_for_each_entry(handler, &ir_raw_handler_list, list)
307 list_for_each_entry(handler, &ir_raw_handler_list, list)
328 list_for_each_entry(raw, &ir_raw_client_list, list)
344 list_for_each_entry(raw, &ir_raw_client_list, list)
/drivers/soc/ti/
H A Dknav_qmss.h348 list_for_each_entry(region, &kdev->regions, list)
355 list_for_each_entry(range, &kdev->queue_ranges, list)
362 list_for_each_entry(pool, &kdev->pools, list)
365 list_for_each_entry(pdsp, &kdev->pdsps, list)
368 list_for_each_entry(qmgr, &kdev->qmgrs, list)
/drivers/dma/
H A Dof-dma.c37 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers)
101 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers)
244 list_for_each_entry(chan, &dev->channels, device_node)

Completed in 1064 milliseconds

1234567891011>>