Lines Matching refs:status
95 int status;
104 status = usb_control_msg(udev, pipe, request, reqtype, value,
106 if (status < 0) {
116 if (status < 0 && count++ < 4)
117 pr_err("reg 0x%x, usbctrl_vendorreq TimeOut! status:0x%x value=0x%x\n",
118 value, status, *(u32 *)pdata);
119 return status;
578 if (likely(0 == _urb->status)) {
623 switch (_urb->status) {
834 if (urb->status) {
835 pr_err("Urb has error status 0x%X\n", urb->status);
841 return urb->status;
1061 set_bit(RTL_STATUS_INTERFACE_START, &rtlpriv->status);
1087 clear_bit(RTL_STATUS_INTERFACE_START, &rtlpriv->status);