Searched refs:device_entry (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/usb/as102/
H A Das102_drv.h52 struct list_head device_entry; member in struct:as102_dev_t
/linux-master/drivers/spi/
H A Dspidev.c74 struct list_head device_entry; member in struct:spidev_data
594 list_for_each_entry(iter, &device_list, device_entry) {
792 INIT_LIST_HEAD(&spidev->device_entry);
813 list_add(&spidev->device_entry, &device_list);
838 list_del(&spidev->device_entry);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.h101 void (*device_entry)(struct nvkm_ior *, int head); member in struct:nvkm_ior_func::nvkm_ior_func_hda
H A Dgf119.c68 ior->func->hda->device_entry(ior, head);
81 .device_entry = gf119_sor_hda_device_entry,
H A Dgv100.c50 .device_entry = gv100_sor_hda_device_entry,

Completed in 131 milliseconds