Lines Matching refs:status
172 struct oti6858_control_pkt status;
218 dev_err(&port->dev, "%s(): error reading status\n", __func__);
534 memcpy(&priv->status, buf, OTI6858_CTRL_PKT_SIZE);
619 pin_state = priv->status.pin_state & PIN_MASK;
646 int status = urb->status;
648 switch (status) {
656 dev_dbg(&urb->dev->dev, "%s(): urb shutting down with status: %d\n",
657 __func__, status);
660 dev_dbg(&urb->dev->dev, "%s(): nonzero urb status received: %d\n",
661 __func__, status);
665 if (status == 0 && urb->actual_length == OTI6858_CTRL_PKT_SIZE) {
698 u8 delta = xs->pin_state ^ priv->status.pin_state;
713 memcpy(&priv->status, xs, OTI6858_CTRL_PKT_SIZE);
771 int status = urb->status;
778 if (status != 0) {
800 int status = urb->status;
803 switch (status) {
811 dev_dbg(&urb->dev->dev, "%s(): urb shutting down with status: %d\n", __func__, status);
816 dev_dbg(&urb->dev->dev, "%s(): nonzero write bulk status received: %d\n", __func__, status);