Lines Matching refs:chipset
1221 /* free chipset configuration */
1232 if (dev->chipset != NULL)
1234 if (dev->chipset->name != NULL)
1235 free (dev->chipset->name);
1237 free (dev->chipset);
1238 dev->chipset = NULL;
1249 if (dev->chipset != NULL)
1252 dev->chipset = malloc (sizeof (struct st_chip));
1253 if (dev->chipset != NULL)
1257 memset (dev->chipset, 0, sizeof (struct st_chip));
1259 /* get chipset model of selected scanner */
1262 /* get configuration for selected chipset */
1263 rst = cfg_chipset_get (model, dev->chipset);
1266 /* if rst == ERROR may be related to allocating space for chipset name */
1276 /* load chipset configuration */
1906 /* check if chipset supports accessing eeprom */
1907 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
1924 /* check if chipset supports accessing eeprom */
1925 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
1961 /* check if chipset supports accessing eeprom */
1962 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
2164 May be given resolution isn't supported by chipset.
2441 /* check if chipset supports accessing eeprom */
2442 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
2467 /* check if chipset supports accessing eeprom */
2468 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
3988 /* This chipset supports up to six buttons */
4007 This chipset supports up to six buttons */
4026 entire register is cleared. This chipset supports up to six buttons */
4070 /* check if chipset supports accessing eeprom */
4071 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
4092 which lamp is switched on instead of one variable is that some chipset
4113 switch (dev->chipset->model)
4361 /* This function tries to detect what kind of RAM supports chipset */
4583 /* check if chipset supports accessing eeprom */
4584 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
5103 if (dev->chipset->model == RTS8822L_02A)
5422 if (dev->chipset->model == RTS8822L_02A)
6444 /* check if chipset supports accessing eeprom */
6445 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
6450 switch (dev->chipset->model)
6491 /* check if chipset supports accessing eeprom */
6492 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
6496 switch (dev->chipset->model)
8437 if ((dev->chipset->model == RTS8822L_02A)
10761 /* next op depends on chipset */
10762 switch (dev->chipset->model)
10884 if (dev->chipset->model == RTS8822L_02A)
11197 /* check if chipset supports accessing eeprom */
11198 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
11214 /* check if chipset supports accessing eeprom */
11215 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
11873 /* check if chipset supports accessing eeprom */
11874 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
12081 strncpy (name, dev->chipset->name, size);
12097 /* check if chipset supports accessing eeprom */
12098 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
12132 /* check if chipset supports accessing eeprom */
12133 if ((dev->chipset->capabilities & CAP_EEPROM) != 0)
14209 /* I've found two ways to reset chipset. Next one will stay commented