/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
nouveau_nvkm_engine_device_base.c | 41 static struct list_head nv_devices = LIST_HEAD_INIT(nv_devices); variable in typeref:struct:list_head 58 static LIST_HEAD(nv_devices); 65 list_for_each_entry(device, &nv_devices, head) { 88 list_for_each_entry(device, &nv_devices, head) { 2998 list_add_tail(&device->head, &nv_devices);
|
nouveau_nvkm_engine_device_base.c | 41 static struct list_head nv_devices = LIST_HEAD_INIT(nv_devices); variable in typeref:struct:list_head 58 static LIST_HEAD(nv_devices); 65 list_for_each_entry(device, &nv_devices, head) { 88 list_for_each_entry(device, &nv_devices, head) { 2998 list_add_tail(&device->head, &nv_devices);
|