Searched refs:device_entry (Results 1 – 4 of 4) sorted by relevance
73 struct list_head device_entry; member575 list_for_each_entry(iter, &device_list, device_entry) { in spidev_open()787 INIT_LIST_HEAD(&spidev->device_entry); in spidev_probe()808 list_add(&spidev->device_entry, &device_list); in spidev_probe()833 list_del(&spidev->device_entry); in spidev_remove()
52 struct list_head device_entry; member
101 void (*device_entry)(struct nvkm_ior *, int head); member
68 ior->func->hda->device_entry(ior, head); in gf119_sor_hda_hpd()81 .device_entry = gf119_sor_hda_device_entry,