Lines Matching refs:ddev
2185 struct device *ddev = &port->dev; in ftdi_set_termios() local
2199 dev_dbg(ddev, "%s: forcing baud rate for this device\n", __func__); in ftdi_set_termios()
2206 dev_dbg(ddev, "%s: forcing rtscts for this device\n", __func__); in ftdi_set_termios()
2225 dev_warn(ddev, "requested CSIZE setting not supported\n"); in ftdi_set_termios()
2272 dev_dbg(ddev, "Setting CS5 quirk\n"); in ftdi_set_termios()
2276 dev_dbg(ddev, "Setting CS7\n"); in ftdi_set_termios()
2281 dev_dbg(ddev, "Setting CS8\n"); in ftdi_set_termios()
2294 dev_err(ddev, "%s FAILED to set databits/stopbits/parity\n", in ftdi_set_termios()
2307 dev_err(ddev, "%s error from disable flowcontrol urb\n", in ftdi_set_termios()
2316 dev_err(ddev, "%s urb failed to set baudrate\n", __func__); in ftdi_set_termios()
2327 dev_dbg(ddev, "%s Setting to CRTSCTS flow control\n", __func__); in ftdi_set_termios()
2334 dev_err(ddev, "urb failed to set to rts/cts flow control\n"); in ftdi_set_termios()
2345 dev_dbg(ddev, "%s request to enable xonxoff iflag=%04x\n", in ftdi_set_termios()
2371 dev_dbg(ddev, "%s Turning off hardware flow control\n", __func__); in ftdi_set_termios()
2378 dev_err(ddev, "urb failed to clear flow control\n"); in ftdi_set_termios()