Searched refs:sc_model (Results 1 – 3 of 3) sorted by relevance
87 uint32_t sc_model; member228 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()
581 sc->sc_model = model; in asmc_attach()823 if (sc->sc_model->smc_sms_x == NULL) in asmc_init()1347 val = asmc_temp_getvalue(dev, sc->sc_model->smc_temps[arg2]); in asmc_temp_sysctl()1430 if (strcmp(sc->sc_model->smc_model, "MacBookPro5,5") == 0 || in asmc_sms_printintr()1431 strcmp(sc->sc_model->smc_model, "MacBookPro6,2") == 0) in asmc_sms_printintr()
43 const struct asmc_model *sc_model; member