Home
last modified time | relevance | path

Searched refs:device_entry (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dsorgk104.c46 .device_entry = gf119_hda_device_entry,
Dsorgm107.c60 .device_entry = gf119_hda_device_entry,
Dhdagf119.c56 ior->func->hda.device_entry(ior, head); in gf119_hda_hpd()
Dsorgp100.c51 .device_entry = gf119_hda_device_entry,
Dsortu102.c91 .device_entry = gv100_hda_device_entry,
Dsorgv100.c106 .device_entry = gv100_hda_device_entry,
Dsorgm200.c118 .device_entry = gf119_hda_device_entry,
Dsorgf119.c180 .device_entry = gf119_hda_device_entry,
Dior.h91 void (*device_entry)(struct nvkm_ior *, int head); member
/Linux-v5.10/drivers/media/usb/as102/
Das102_drv.h52 struct list_head device_entry; member
/Linux-v5.10/drivers/spi/
Dspidev.c72 struct list_head device_entry; member
569 list_for_each_entry(spidev, &device_list, device_entry) { in spidev_open()
756 INIT_LIST_HEAD(&spidev->device_entry); in spidev_probe()
777 list_add(&spidev->device_entry, &device_list); in spidev_probe()
802 list_del(&spidev->device_entry); in spidev_remove()