Lines Matching defs:model
42 /* returns device model according to given product and vendor id's */
45 /* returns information and capabilities about selected chipset model */
46 static SANE_Int cfg_chipset_get(SANE_Int model, struct st_chip *chipset);
48 /* returns the chipset model for each scanner */
400 /* returns the chipset model for each scanner */
437 static SANE_Int cfg_chipset_get(SANE_Int model, struct st_chip *chipset)
446 /* model , capabilities, name */
457 if (model == data[a].model)
459 /* model found, fill information */
460 chipset->model = data[a].model;