Lines Matching defs:new
52 since new SANE standard is forward compatible
63 Use new sanei-thread-interface
311 /* add new entry and return it */
481 HpDeviceList new = sanei_hp_alloc(sizeof(*new));
483 if (!new)
488 *list = new;
489 new->next = 0;
490 new->dev = dev;
557 HpDevice new;
584 status = sanei_hp_device_new (&new, devname);
589 *devp = new;
591 RETURN_IF_FAIL( hp_device_list_add(&global.device_list, new) );
723 else /* No option. This is the start of a new device */
739 /* Initialize new device with default config */