Lines Matching defs:device
394 init_dc20 (char *device, speed_t speed)
418 Open device file.
420 if ((tfd = open (device, O_RDWR)) == -1)
422 DBG (2, "init_dc20: error: could not open %s for read/write\n", device);
426 Save old device information to restore when we are done.
436 We need the device to be raw. 8 bits even parity on 9600 baud to start.
522 Restore original device settings.
531 DBG (4, "close_dc20: error: could not close device\n");
1975 DBG (127, "sane_open for device %s\n", devicename);
2006 DBG (1, "No device info\n");
2036 return NULL; /* wrong device */