Home
last modified time | relevance | path

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

/linux/drivers/xen/xen-pciback/
H A Dpci_stub.c78 struct pcistub_device *psdev; in pcistub_device_alloc() local
82 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 …]
/linux/fs/coda/
H A DMakefile8 coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \