Searched refs:alloc_dev (Results 1 – 16 of 16) sorted by relevance
/external/coreboot/src/mainboard/emulation/qemu-sbsa/ |
D | mainboard.c | 160 struct device *cpu = alloc_dev(bus, &devpath); in DECLARE_REGION()
|
/external/coreboot/src/device/ |
D | device.c | 119 struct device *alloc_dev(struct bus *parent, struct device_path *path) in alloc_dev() function
|
D | pciexp_device.c | 860 dummy = alloc_dev(dev->downstream, &dummy_path); in pciexp_hotplug_scan_bridge()
|
D | pci_device.c | 1236 dev = alloc_dev(bus, &dummy.path); in pci_probe_dev()
|
/external/coreboot/src/include/device/ |
D | device.h | 166 struct device *alloc_dev(struct bus *parent, struct device_path *path);
|
/external/coreboot/util/sconfig/ |
D | main.c | 737 static struct device *alloc_dev(struct bus *parent) in alloc_dev() function 825 new_d = alloc_dev(parent); in new_device_with_path()
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_600.h | 31584 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|
D | vmlinux.h | 31584 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 57785 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|
D | vmlinux.h | 57785 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 91167 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|
D | vmlinux_518.h | 91167 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 106834 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|
D | vmlinux.h | 106834 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 51620 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|
D | vmlinux.h | 51620 int (*alloc_dev)(struct usb_hcd *, struct usb_device *); member
|