Lines Matching refs:settings
526 char *settings; in kobil_ioctl() local
556 settings = (unsigned char *) kmalloc(50, GFP_KERNEL); in kobil_ioctl()
557 if (! settings) { in kobil_ioctl()
560 memset(settings, 0, 50); in kobil_ioctl()
565 strcat(settings, "1200 "); in kobil_ioctl()
570 strcat(settings, "9600 "); in kobil_ioctl()
575 strcat(settings, (priv->internal_termios.c_cflag & CSTOPB) ? "2 StopBits " : "1 StopBit "); in kobil_ioctl()
580 strcat(settings, "Odd Parity"); in kobil_ioctl()
583 strcat(settings, "Even Parity"); in kobil_ioctl()
587 strcat(settings, "No Parity"); in kobil_ioctl()
589 dbg("%s - port %d setting port to: %s", __FUNCTION__, port->number, settings ); in kobil_ioctl()
597 settings, in kobil_ioctl()
603 kfree(settings); in kobil_ioctl()