Searched refs:psdev (Results 1 – 2 of 2) sorted by relevance
78 struct pcistub_device *psdev; in pcistub_device_alloc() local82 psdev = kzalloc(sizeof(*psdev), GFP_KERNEL); in pcistub_device_alloc()83 if (!psdev) in pcistub_device_alloc()86 psdev->dev = pci_dev_get(dev); in pcistub_device_alloc()87 if (!psdev->dev) { in pcistub_device_alloc()88 kfree(psdev); in pcistub_device_alloc()92 kref_init(&psdev->kref); in pcistub_device_alloc()93 spin_lock_init(&psdev->lock); in pcistub_device_alloc()95 psdev->gsi = -1; in pcistub_device_alloc()98 return psdev; in pcistub_device_alloc()[all …]
8 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \