Searched refs:thingm_fwinfo (Results 1 – 1 of 1) sorted by relevance
28 struct thingm_fwinfo { struct34 static const struct thingm_fwinfo thingm_fwinfo[] = { argument69 const struct thingm_fwinfo *fwinfo;247 for (i = 0; i < ARRAY_SIZE(thingm_fwinfo) && !tdev->fwinfo; ++i) in thingm_probe()248 if (thingm_fwinfo[i].major == tdev->version.major) in thingm_probe()249 tdev->fwinfo = &thingm_fwinfo[i]; in thingm_probe()