Searched refs:hca (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/usb/
H A Ducc.c91 struct hidcc_attach_arg hca = { local
101 sc->sc_cc = hidcc_attach(&hca);
/openbsd-current/sys/dev/i2c/
H A Dicc.c91 struct hidcc_attach_arg hca = { local
101 sc->sc_cc = hidcc_attach(&hca);
/openbsd-current/sys/dev/hid/
H A Dhidcc.c643 hidcc_attach(const struct hidcc_attach_arg *hca) argument
649 sc->sc_dev = hca->device;
652 sc->sc_enable = hca->enable;
653 sc->sc_arg = hca->arg;
655 error = hidcc_parse(sc, hca->desc, hca->descsiz, hca->repid,
656 hca->isize);
/openbsd-current/sys/dev/pci/
H A Dif_mcx.c3332 printf(", hca enable timeout\n");
3336 printf(", hca enable command corrupt\n");
3342 printf(", hca enable failed (%x)\n", status);
3370 printf(", hca teardown timeout\n");
3374 printf(", hca teardown command corrupt\n");
3380 printf(", hca teardown failed (%x)\n", status);
3963 struct mcx_cap_device *hca; local
3979 printf(", unable to allocate query hca caps mailboxen\n");
3990 printf(", query hca caps timeout\n");
3995 printf(", query hca cap
4048 struct mcx_cap_device *hca; local
[all...]

Completed in 181 milliseconds