Searched refs:pccarddev (Results 1 – 3 of 3) sorted by relevance
648 sc->pccarddev = device_add_child(dev, "pccard", DEVICE_UNIT_ANY); in exca_init() 649 if (sc->pccarddev == NULL) in exca_init() 651 else if (device_probe_and_attach(sc->pccarddev) != 0) in exca_init() 797 if (device_is_attached(exca->pccarddev)) { in exca_insert() 798 if (CARD_ATTACH_CARD(exca->pccarddev) != 0) in exca_insert() 811 if (device_is_attached(exca->pccarddev)) in exca_removal() 812 CARD_DETACH_CARD(exca->pccarddev);
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()