Lines Matching refs:status
300 __le32 status; member
353 BUILD_TRB_RW(seq_num, status, 0, 0xffff)
354 BUILD_TRB_RW(transfer_len, status, 0, 0xffffff)
355 BUILD_TRB_RW(td_size, status, 17, 0x1f)
356 BUILD_TRB_RW(cmpl_code, status, 24, 0xff)
623 type, trb, trb->data_lo, trb->data_hi, trb->status, in dump_trb()
1021 struct tegra_xudc_request *req, int status) in tegra_xudc_req_done() argument
1026 req, ep->index, status); in tegra_xudc_req_done()
1028 if (likely(req->usb_req.status == -EINPROGRESS)) in tegra_xudc_req_done()
1029 req->usb_req.status = status; in tegra_xudc_req_done()
1047 static void tegra_xudc_ep_nuke(struct tegra_xudc_ep *ep, int status) in tegra_xudc_ep_nuke() argument
1054 tegra_xudc_req_done(ep, req, status); in tegra_xudc_ep_nuke()
1285 req->usb_req.status = -EINPROGRESS; in __tegra_xudc_ep_queue()
1355 req->usb_req.status = -EINPROGRESS; in squeeze_transfer_ring()
2366 u16 status = 0; in tegra_xudc_ep0_get_status() local
2380 status |= BIT(USB_DEVICE_SELF_POWERED); in tegra_xudc_ep0_get_status()
2384 status |= BIT(USB_DEVICE_REMOTE_WAKEUP); in tegra_xudc_ep0_get_status()
2388 status |= BIT(USB_DEV_STAT_U1_ENABLED); in tegra_xudc_ep0_get_status()
2390 status |= BIT(USB_DEV_STAT_U2_ENABLED); in tegra_xudc_ep0_get_status()
2395 status |= USB_INTRF_STAT_FUNC_RW_CAP; in tegra_xudc_ep0_get_status()
2398 status |= USB_INTRF_STAT_FUNC_RW; in tegra_xudc_ep0_get_status()
2414 status |= BIT(USB_ENDPOINT_HALT); in tegra_xudc_ep0_get_status()
2420 xudc->status_buf = cpu_to_le16(status); in tegra_xudc_ep0_get_status()