Searched refs:device_entry (Results 1 – 11 of 11) sorted by relevance
/drivers/spi/ |
D | spidev.c | 72 struct list_head device_entry; member 580 list_for_each_entry(spidev, &device_list, device_entry) { in spidev_open() 765 INIT_LIST_HEAD(&spidev->device_entry); in spidev_probe() 786 list_add(&spidev->device_entry, &device_list); in spidev_probe() 811 list_del(&spidev->device_entry); in spidev_remove()
|
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | sorgk104.c | 46 .device_entry = gf119_hda_device_entry,
|
D | sorgm107.c | 60 .device_entry = gf119_hda_device_entry,
|
D | hdagf119.c | 56 ior->func->hda.device_entry(ior, head); in gf119_hda_hpd()
|
D | sorgp100.c | 51 .device_entry = gf119_hda_device_entry,
|
D | sortu102.c | 91 .device_entry = gv100_hda_device_entry,
|
D | sorgv100.c | 106 .device_entry = gv100_hda_device_entry,
|
D | sorgm200.c | 118 .device_entry = gf119_hda_device_entry,
|
D | ior.h | 91 void (*device_entry)(struct nvkm_ior *, int head); member
|
D | sorgf119.c | 180 .device_entry = gf119_hda_device_entry,
|
/drivers/media/usb/as102/ |
D | as102_drv.h | 52 struct list_head device_entry; member
|