Searched refs:pcistub_device (Results 1 – 1 of 1) sorted by relevance
47 struct pcistub_device { struct68 static struct pcistub_device *pcistub_device_alloc(struct pci_dev *dev) in pcistub_device_alloc() argument70 struct pcistub_device *psdev; in pcistub_device_alloc()93 struct pcistub_device *psdev; in pcistub_device_release()97 psdev = container_of(kref, struct pcistub_device, kref); in pcistub_device_release()145 static inline void pcistub_device_get(struct pcistub_device *psdev) in pcistub_device_get()150 static inline void pcistub_device_put(struct pcistub_device *psdev) in pcistub_device_put()155 static struct pcistub_device *pcistub_device_find_locked(int domain, int bus, in pcistub_device_find_locked()158 struct pcistub_device *psdev; in pcistub_device_find_locked()173 static struct pcistub_device *pcistub_device_find(int domain, int bus, in pcistub_device_find()[all …]