Lines Matching defs:list
50 . - sane_get_devices() : query list of scanner-devices
279 opticalres, {dpi range}, pointer to res list, res list size
280 max depth, pointer to depth list,
286 commandtype, max depth, pointer to depth list
289 /* list of cap data the first scanner is the default
296 8, kodakaio_depth_list, /* color depth max 8, list above */
306 8, kodakaio_depth_list, /* color depth max 8, list above */
316 8, kodakaio_depth_list, /* color depth max 8, list above */
326 8, kodakaio_depth_list, /* color depth max 8, list above */
336 8, kodakaio_depth_list, /* color depth max 8, list above */
346 8, kodakaio_depth_list, /* color depth max 8, list above */
356 8, kodakaio_depth_list, /* color depth max 8, list above */
366 8, kodakaio_depth_list, /* color depth max 8, list above */
376 8, kodakaio_depth_list, /* color depth max 8, list above */
386 8, kodakaio_depth_list, /* color depth max 8, list above */
396 8, kodakaio_depth_list, /* color depth max 8, list above */
406 8, kodakaio_depth_list, /* color depth max 8, list above */
416 8, kodakaio_depth_list, /* color depth max 8, list above */
426 8, kodakaio_depth_list, /* color depth max 8, list above */
436 8, kodakaio_depth_list, /* color depth max 8, list above */
446 8, kodakaio_depth_list, /* color depth max 8, list above */
456 8, kodakaio_depth_list, /* color depth max 8, list above */
466 8, kodakaio_depth_list, /* color depth max 8, list above */
476 8, kodakaio_depth_list, /* color depth max 8, list above */
486 8, kodakaio_depth_list, /* color depth max 8, list above */
496 8, kodakaio_depth_list, /* color depth max 8, list above */
506 8, kodakaio_depth_list, /* color depth max 8, list above */
516 8, kodakaio_depth_list, /* color depth max 8, list above */
526 8, kodakaio_depth_list, /* color depth max 8, list above */
536 8, kodakaio_depth_list, /* color depth max 8, list above */
546 8, kodakaio_depth_list, /* color depth max 8, list above */
556 8, kodakaio_depth_list, /* color depth max 8, list above */
568 8, kodakaio_depth_list, /* color depth max 8, list above */
578 8, kodakaio_depth_list, /* color depth max 8, list above */
621 * source list need one dummy entry (save device settings is crashing).
622 * NOTE: no const - this list gets created while exploring the capabilities
1510 DBG(10, "%s: added adf to list\n", __func__);
1525 *source_list_add = NULL; /* add end marker to source list */
1599 /* Find the resolution in the res list and assign the index (rs) */
2145 * a ptr to a single-linked list of Kodak_Device structs
2149 static Kodak_Device *first_dev; /* first scanner in list */
2177 /* try to find the device in our list */
2241 /* add this scanner to the device list */
2524 /* add the vendor and product IDs to the list of
2642 /* Clean up the list of attached scanners. */
2669 /*delete missing scanners from list*/
2674 /*splice s out of list by changing pointer in prev to next*/
2681 /*remove s from head of list */
2796 DBG(20, "%s: depth list has depth_list[0] = %d entries\n", __func__, s->hw->cap->depth_list[0]);
2797 if (s->hw->cap->depth_list[0] == 1) { /* only one element in the list -> hide the option */
2799 DBG(20, "%s: Only one depth in list so inactive option\n", __func__);
2975 * in the device list. This should handle platforms without libusb.
2996 status = k_discover_capabilities(s); /* added 27/12/11 to fix source list problem
2997 maybe we should only be rebuilding the source list here? */
3054 search_string_list(const SANE_String_Const *list, SANE_String value)
3056 while (*list != NULL && strcmp(value, *list) != 0)
3057 list++;
3059 return ((*list == NULL) ? NULL : list);
3244 if (s->hw->cap->depth_list[0] == 1) { /* only one entry in the list ? */
3249 } else { /* there is a list to choose from ? */
3250 DBG(17, "%s: non-binary mode and depth list available\n", __func__);