Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/virtpci/
Dvirtpci.c147 static struct virtpci_dev *vpcidev_list_head; variable
524 tmpvpcidev = vpcidev_list_head; in delete_all()
525 vpcidev_list_head = NULL; in delete_all()
851 for (tmpvpcidev = vpcidev_list_head; tmpvpcidev; in virtpci_device_add()
879 if (!vpcidev_list_head) { in virtpci_device_add()
880 vpcidev_list_head = virtpcidev; in virtpci_device_add()
885 virtpcidev->next = vpcidev_list_head; in virtpci_device_add()
886 vpcidev_list_head = virtpcidev; in virtpci_device_add()
921 for (tmpvpcidev = vpcidev_list_head, prev = NULL; in virtpci_device_add()
928 vpcidev_list_head = tmpvpcidev->next; in virtpci_device_add()
[all …]