Home
last modified time | relevance | path

Searched refs:device_register (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/sys/arch/alpha/alpha/
H A Dautoconf.c208 device_register(dev, aux) in device_register() function
219 if (platform.device_register)
220 (*platform.device_register)(dev, aux);
H A Ddec_3000_300.c89 platform.device_register = dec_3000_300_device_register; in dec_3000_300_init()
H A Ddec_eb64plus.c94 platform.device_register = dec_eb64plus_device_register; in dec_eb64plus_init()
H A Ddec_3000_500.c108 platform.device_register = dec_3000_500_device_register; in dec_3000_500_init()
H A Ddec_kn20aa.c94 platform.device_register = dec_kn20aa_device_register; in dec_kn20aa_init()
H A Ddec_alphabook1.c92 platform.device_register = dec_alphabook1_device_register; in dec_alphabook1_init()
H A Ddec_550.c94 platform.device_register = dec_550_device_register; in dec_550_init()
H A Ddec_kn300.c107 platform.device_register = dec_kn300_device_register; in dec_kn300_init()
/openbsd-src/sys/arch/loongson/loongson/
H A Dyeeloong_machdep.c171 .device_register = lemote_device_register,
187 .device_register = lemote_device_register,
203 .device_register = lemote_device_register,
224 .device_register = lemote_device_register,
H A Dautoconf.c144 device_register(struct device *dev, void *aux) in device_register() function
149 (*sys_platform->device_register)(dev, aux); in device_register()
H A Dgdium_machdep.c70 .device_register = gdium_device_register,
/openbsd-src/sys/arch/landisk/landisk/
H A Dautoconf.c45 device_register(struct device *dev, void *aux) in device_register() function
/openbsd-src/sys/arch/alpha/include/
H A Dcpuconf.h62 * device_register - boot configuration aid
67 void (*device_register)(struct device *, void *);
78 * tags. It may optionally fill in the cons_init, device_register and
69 void (*device_register)(struct device *, void *); global() member
/openbsd-src/sys/arch/powerpc64/powerpc64/
H A Dautoconf.c73 device_register(struct device *dev, void *aux) in device_register() function
/openbsd-src/sys/arch/sparc64/include/
H A Dautoconf.h159 void device_register(struct device *, void *);
/openbsd-src/sys/arch/riscv64/riscv64/
H A Dautoconf.c96 device_register(struct device *dev, void *aux) in device_register() function
/openbsd-src/sys/arch/armv7/armv7/
H A Dautoconf.c62 device_register(struct device *dev, void *aux) in device_register() function
/openbsd-src/sys/arch/arm64/arm64/
H A Dautoconf.c110 device_register(struct device *dev, void *aux) in device_register()
108 device_register(struct device *dev, void *aux) device_register() function
/openbsd-src/sys/arch/loongson/include/
H A Dautoconf.h72 void (*device_register)(struct device *, member
/openbsd-src/sys/arch/amd64/amd64/
H A Dautoconf.c163 device_register(struct device *dev, void *aux) in device_register() function
/openbsd-src/sys/arch/octeon/octeon/
H A Dautoconf.c153 device_register(struct device *dev, void *aux) in device_register() function
/openbsd-src/sys/arch/i386/i386/
H A Dautoconf.c190 device_register(struct device *dev, void *aux) in device_register() function
/openbsd-src/sys/arch/luna88k/luna88k/
H A Dautoconf.c185 device_register(struct device *dev, void *aux)
186 device_register(struct device *dev, void *aux) device_register() function
/openbsd-src/sys/sys/
H A Ddevice.h230 void device_register(struct device *, void *);
/openbsd-src/sys/arch/macppc/macppc/
H A Dautoconf.c231 device_register(struct device *dev, void *aux) in device_register() function

12