Lines Matching defs:chipset
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 */
403 SANE_Int device, chipset;
408 /*device , chipset */
428 rst = myreg[a].chipset;
437 static SANE_Int cfg_chipset_get(SANE_Int model, struct st_chip *chipset)
439 /* returns info and capabilities of selected chipset */
442 if (chipset != NULL)
460 chipset->model = data[a].model;
461 chipset->capabilities = data[a].capabilities;
462 chipset->name = strdup(data[a].name);
464 if (chipset->name != NULL)