Lines Matching refs:drv_softc
369 if (chp->ch_drive[i].drv_softc != NULL) in atabusconfig_thread()
375 chp->ch_drive[i].drv_softc = config_found(atabus_sc->sc_dev, in atabusconfig_thread()
378 if (chp->ch_drive[i].drv_softc != NULL) { in atabusconfig_thread()
397 chp->ch_drive[i].drv_softc); in atabusconfig_thread()
411 if (chp->ch_drive[i].drv_softc == NULL) { in atabusconfig_thread()
662 if ((dev = chp->ch_drive[i].drv_softc) != NULL) { in atabus_detach()
669 KASSERT(chp->ch_drive[i].drv_softc == NULL); in atabus_detach()
714 KASSERT(chp->ch_drive[i].drv_softc != NULL); in atabus_childdetached()
715 chp->ch_drive[i].drv_softc = NULL; in atabus_childdetached()
727 if (child == chp->ch_drive[i].drv_softc) { in atabus_childdetached()
728 chp->ch_drive[i].drv_softc = NULL; in atabus_childdetached()
793 if (chp->ch_drive[i].drv_softc != NULL) { in atabus_free_drives()
796 device_xname(chp->ch_drive[i].drv_softc)); in atabus_free_drives()
977 aprint_error_dev(drvp->drv_softc, in ata_dmaerr()
1421 device_printf(drvp->drv_softc, in ata_timo_xfer_check()
1432 device_printf(drvp->drv_softc, in ata_timo_xfer_check()
1724 drvp->drv_softc == NULL) in ata_print_modes()
1727 device_xname(drvp->drv_softc), in ata_print_modes()
1784 device_t drv_dev = drvp->drv_softc; in ata_downgrade_mode()
1841 device_t drv_dev = drvp->drv_softc; in ata_probe_caps()
2218 if (chp->ch_drive[drive].drv_softc != NULL) { in atabusioctl()
2220 chp->ch_drive[drive].drv_softc, 0); in atabusioctl()
2223 KASSERT(chp->ch_drive[drive].drv_softc == NULL); in atabusioctl()
2292 if (chp->ch_drive[i].drv_softc != NULL) { in atabus_rescan()