Home
last modified time | relevance | path

Searched refs:sc_iic_dev (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/misc/
H A Dcp2112.c219 device_t sc_iic_dev; member
340 sc->sc_iic_dev = device_add_child(dev, "iichb", DEVICE_UNIT_ANY); in cp2112_attach()
341 if (sc->sc_iic_dev != NULL) { in cp2112_attach()
342 err = device_probe_and_attach(sc->sc_iic_dev); in cp2112_attach()
H A Di2ctinyusb.c67 device_t sc_iic_dev; member