Searched refs:config_mountroot (Results 1 – 25 of 60) sorted by relevance
123
| /openbsd/src/sys/dev/pci/ |
| D | if_pgt_pci.c | 131 config_mountroot(self, pgt_attach); in pgt_pci_attach()
|
| D | auixp.c | 1001 config_mountroot(self, auixp_post_config); in auixp_attach()
|
| /openbsd/src/sys/sys/ |
| D | device.h | 199 void config_mountroot(struct device *, void (*)(struct device *));
|
| /openbsd/src/sys/arch/hppa/dev/ |
| D | lcd.c | 109 config_mountroot(self, lcd_mountroot); in lcd_attach()
|
| /openbsd/src/sys/dev/pv/ |
| D | vmmci.c | 116 config_mountroot(self, vmmci_tick_hook); in vmmci_attach()
|
| /openbsd/src/sys/arch/armv7/imx/ |
| D | imxtemp.c | 123 config_mountroot(self, imxtemp_calibration); in imxtemp_attach()
|
| /openbsd/src/sys/dev/fdt/ |
| D | amltemp.c | 116 config_mountroot(self, amltemp_attachhook); in amltemp_attach()
|
| D | bcm2835_gpio.c | 145 config_mountroot(self, bcmgpio_attach_gpio); in bcmgpio_attach()
|
| D | imxspi.c | 167 config_mountroot(self, imxspi_attachhook); in imxspi_attach()
|
| D | rkdrm.c | 113 config_mountroot(self, rkdrm_attachhook); in rkdrm_attach()
|
| /openbsd/src/sys/dev/cardbus/ |
| D | if_pgt_cardbus.c | 134 config_mountroot(self, pgt_attach); in pgt_cardbus_attach()
|
| /openbsd/src/sys/arch/riscv64/dev/ |
| D | mpfgpio.c | 144 config_mountroot(self, mpfgpio_attach_gpio); in mpfgpio_attach()
|
| /openbsd/src/sys/arch/arm/arm/ |
| D | cpu.c | 684 config_mountroot(ci->ci_dev, cpu_opp_mountroot); in cpu_opp_init_legacy() 772 config_mountroot(ci->ci_dev, cpu_opp_mountroot); in cpu_opp_init()
|
| /openbsd/src/sys/arch/arm64/dev/ |
| D | mainbus.c | 163 config_mountroot(self, mainbus_attach_framebuffer); in mainbus_attach()
|
| D | aplsmc.c | 306 config_mountroot(self, aplsmc_reboot_attachhook); in aplsmc_attach()
|
| /openbsd/src/sys/dev/usb/ |
| D | ulpt.c | 308 config_mountroot(self, ulpt_load_firmware); in ulpt_attach()
|
| D | if_bwfm_usb.c | 281 config_mountroot(self, bwfm_attachhook); in bwfm_usb_attach()
|
| D | uticom.c | 208 config_mountroot(self, uticom_attach_hook); in uticom_attach()
|
| D | if_atu.c | 1292 config_mountroot(self, atu_internal_firmware); in atu_attach() 1329 config_mountroot(self, atu_external_firmware); in atu_attach()
|
| D | if_kue.c | 526 config_mountroot(self, kue_attachhook); in kue_attach()
|
| /openbsd/src/sys/kern/ |
| D | subr_autoconf.c | 704 config_mountroot(struct device *dev, void (*func)(struct device *)) in config_mountroot() function
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | cpu.c | 613 config_mountroot(ci->ci_dev, cpu_opp_mountroot); in cpu_opp_init()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | creator.c | 200 config_mountroot(self, creator_load_firmware); in creator_attach()
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_drv.c | 1189 config_mountroot(self, radeondrm_attachhook); in radeondrm_attach_kms()
|
| /openbsd/src/sys/dev/sdmmc/ |
| D | if_bwfm_sdio.c | 340 config_mountroot(self, bwfm_attachhook); in bwfm_sdio_attach()
|
123