Home
last modified time | relevance | path

Searched refs:hidcc_attach (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/hid/
H A Dhidccvar.h35 struct hidcc *hidcc_attach(const struct hidcc_attach_arg *);
H A Dhidcc.c643 hidcc_attach(const struct hidcc_attach_arg *hca) in hidcc_attach() function
/openbsd-src/sys/dev/i2c/
H A Dicc.c101 sc->sc_cc = hidcc_attach(&hca); in icc_attach()
/openbsd-src/sys/dev/usb/
H A Ducc.c101 sc->sc_cc = hidcc_attach(&hca); in ucc_attach()