Home
last modified time | relevance | path

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

/src/sys/dev/usb/serial/
H A Ducycom.c87 uint32_t sc_model; member
228 sc->sc_model = USB_GET_DRIVER_INFO(uaa); in ucycom_attach()
229 if (sc->sc_model == 0) { in ucycom_attach()
233 device_printf(dev, "Cypress CY7C%X USB to RS232 bridge\n", sc->sc_model); in ucycom_attach()
384 switch (sc->sc_model) { in ucycom_ctrl_write_callback()
405 switch (sc->sc_model) { in ucycom_ctrl_write_callback()
549 switch (sc->sc_model) { in ucycom_intr_read_callback()
H A Dufintek.c206 uint32_t sc_model; member
355 sc->sc_model = USB_GET_DRIVER_INFO(uaa); in ufintek_attach()
356 if (sc->sc_model == 0) { in ufintek_attach()
360 device_printf(dev, "FINTEK F8123%X USB to RS232 bridge\n", sc->sc_model); in ufintek_attach()
/src/sys/dev/asmc/
H A Dasmcvar.h44 const struct asmc_model *sc_model; member
H A Dasmc.c695 sc->sc_model = model; in asmc_attach()
956 if (sc->sc_model->smc_sms_x == NULL) in asmc_init()
1545 val = asmc_temp_getvalue(dev, sc->sc_model->smc_temps[arg2]); in asmc_temp_sysctl()
1628 if (strcmp(sc->sc_model->smc_model, "MacBookPro5,5") == 0 || in asmc_sms_printintr()
1629 strcmp(sc->sc_model->smc_model, "MacBookPro6,2") == 0) in asmc_sms_printintr()