Lines Matching defs:status
312 int status;
332 status = tty->driver->ops->tiocmget(tty);
333 BT_DBG("Current tiocm 0x%x", status);
341 status = tty->driver->ops->tiocmset(tty, set, clear);
342 BT_DBG("Clearing RTS: %s", status ? "failed" : "success");
345 status = tty->driver->ops->tiocmget(tty);
346 BT_DBG("Current tiocm 0x%x", status);
354 status = tty->driver->ops->tiocmset(tty, set, clear);
355 BT_DBG("Setting RTS: %s", status ? "failed" : "success");
758 /* Verify the status of the device */