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

12

/openbsd-current/sys/arch/alpha/include/
H A Dcpuconf.h64 * device_register - boot configuration aid
69 void (*device_register)(struct device *, void *); member in struct:platform
80 * tags. It may optionally fill in the cons_init, device_register and
/openbsd-current/sys/arch/landisk/landisk/
H A Dautoconf.c45 device_register(struct device *dev, void *aux) function
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dautoconf.c73 device_register(struct device *dev, void *aux) function
/openbsd-current/sys/arch/sparc64/include/
H A Dautoconf.h159 void device_register(struct device *, void *);
/openbsd-current/sys/arch/loongson/loongson/
H A Dautoconf.c144 device_register(struct device *dev, void *aux) function
149 (*sys_platform->device_register)(dev, aux);
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 Dgdium_machdep.c70 .device_register = gdium_device_register,
/openbsd-current/sys/arch/alpha/alpha/
H A Dautoconf.c208 device_register(dev, aux) 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;
H A Ddec_3000_500.c108 platform.device_register = dec_3000_500_device_register;
H A Ddec_alphabook1.c92 platform.device_register = dec_alphabook1_device_register;
H A Ddec_eb64plus.c94 platform.device_register = dec_eb64plus_device_register;
H A Ddec_kn20aa.c94 platform.device_register = dec_kn20aa_device_register;
H A Dapi_up1000.c94 platform.device_register = api_up1000_device_register;
H A Ddec_1000a.c141 platform.device_register = dec_1000a_device_register;
/openbsd-current/sys/arch/loongson/include/
H A Dautoconf.h72 void (*device_register)(struct device *, member in struct:platform
/openbsd-current/sys/arch/arm64/arm64/
H A Dautoconf.c108 device_register(struct device *dev, void *aux) function
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dautoconf.c96 device_register(struct device *dev, void *aux) function
/openbsd-current/sys/arch/armv7/armv7/
H A Dautoconf.c62 device_register(struct device *dev, void *aux) function
/openbsd-current/sys/arch/octeon/octeon/
H A Dautoconf.c153 device_register(struct device *dev, void *aux) function
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dautoconf.c186 device_register(struct device *dev, void *aux) function
/openbsd-current/sys/arch/amd64/amd64/
H A Dautoconf.c163 device_register(struct device *dev, void *aux) function
/openbsd-current/sys/sys/
H A Ddevice.h230 void device_register(struct device *, void *);
/openbsd-current/sys/arch/macppc/macppc/
H A Dautoconf.c231 device_register(struct device *dev, void *aux) function
/openbsd-current/sys/arch/i386/i386/
H A Dautoconf.c190 device_register(struct device *dev, void *aux) function

Completed in 174 milliseconds

12