HomeSort by: relevance | last modified time | path
    Searched defs:nv_devices (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 24 milliseconds