Home
last modified time | relevance | path

Searched refs:pcistub_device (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dpci_stub.c48 struct pcistub_device { struct
69 static struct pcistub_device *pcistub_device_alloc(struct pci_dev *dev) in pcistub_device_alloc()
71 struct pcistub_device *psdev; in pcistub_device_alloc()
94 struct pcistub_device *psdev; in pcistub_device_release()
98 psdev = container_of(kref, struct pcistub_device, kref); in pcistub_device_release()
146 static inline void pcistub_device_get(struct pcistub_device *psdev) in pcistub_device_get()
151 static inline void pcistub_device_put(struct pcistub_device *psdev) in pcistub_device_put()
156 static struct pcistub_device *pcistub_device_find_locked(int domain, int bus, in pcistub_device_find_locked()
159 struct pcistub_device *psdev; in pcistub_device_find_locked()
174 static struct pcistub_device *pcistub_device_fin
[all...]
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dpci_stub.c49 struct pcistub_device { struct
70 static struct pcistub_device *pcistub_device_alloc(struct pci_dev *dev) in pcistub_device_alloc()
72 struct pcistub_device *psdev; in pcistub_device_alloc()
95 struct pcistub_device *psdev; in pcistub_device_release()
99 psdev = container_of(kref, struct pcistub_device, kref); in pcistub_device_release()
147 static inline void pcistub_device_get(struct pcistub_device *psdev) in pcistub_device_get()
152 static inline void pcistub_device_put(struct pcistub_device *psdev) in pcistub_device_put()
157 static struct pcistub_device *pcistub_device_find_locked(int domain, int bus, in pcistub_device_find_locked()
160 struct pcistub_device *psdev; in pcistub_device_find_locked()
175 static struct pcistub_device *pcistub_device_fin
[all...]

Completed in 3 milliseconds