Lines Matching refs:result
607 int result;
680 result = usb_submit_urb(urb, GFP_ATOMIC);
681 if (result)
682 dev_err(dev, "%s - Error %d submitting control urb\n", __func__, result);
692 int result;
755 result = usb_submit_urb(urb, GFP_ATOMIC);
756 if (result)
757 dev_err(dev, "%s - Error %d submitting control urb\n", __func__, result);
1538 unsigned int result = 0;
1549 result = TIOCSER_TEMT;
1552 if (copy_to_user(value, &result, sizeof(int)))
1561 unsigned int result = 0;
1568 result = ((mcr & UART_MCR_DTR) ? TIOCM_DTR : 0) /* 0x002 */
1575 return result;