Lines Matching defs:Canon_Device
129 typedef struct Canon_Device
131 struct Canon_Device *next;
135 Canon_Device;
141 Canon_Device *device;
148 static Canon_Device *first_dev = NULL;
153 attach_scanner (const char *devicename, Canon_Device ** devp)
156 Canon_Device *dev;
174 memset (dev, '\0', sizeof (Canon_Device)); /* clear structure */
273 Canon_Device *dev, *next;
293 Canon_Device *dev;
486 Canon_Device *dev;