Searched refs:pccarddev (Results 1 – 3 of 3) sorted by relevance
646 sc->pccarddev = device_add_child(dev, "pccard", DEVICE_UNIT_ANY); in exca_init()647 if (sc->pccarddev == NULL) in exca_init()649 else if (device_probe_and_attach(sc->pccarddev) != 0) in exca_init()795 if (device_is_attached(exca->pccarddev)) { in exca_insert()796 if (CARD_ATTACH_CARD(exca->pccarddev) != 0) in exca_insert()809 if (device_is_attached(exca->pccarddev)) in exca_removal()810 CARD_DETACH_CARD(exca->pccarddev); in exca_removal()
102 device_t pccarddev; member
407 if (child != sc->cbdev && child != sc->exca.pccarddev) in cbb_child_detached()514 if (device_is_attached(sc->exca.pccarddev)) { in cbb_insert()