Lines Matching defs:devlist
115 static const SANE_Device **devlist = NULL;2438 if (devlist)2440 free (devlist);2441 devlist = NULL;2459 if (devlist)2460 free (devlist);2462 devlist = (const SANE_Device **)2465 if (!devlist)2473 devlist[i] = &(pdev->dev);2475 devlist[i] = NULL;2477 *device_list = devlist;