Home
last modified time | relevance | path

Searched refs:comp_code (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-dbgcap.c778 u32 comp_code; in dbc_handle_xfer_event() local
782 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
811 switch (comp_code) { in dbc_handle_xfer_event()
821 dev_warn(dbc->dev, "tx error %d detected\n", comp_code); in dbc_handle_xfer_event()
822 status = -comp_code; in dbc_handle_xfer_event()
859 dev_err(dbc->dev, "unknown tx error %d\n", comp_code); in dbc_handle_xfer_event()
860 status = -comp_code; in dbc_handle_xfer_event()
H A Dxhci-ring.c1184 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep() argument
1210 if (comp_code == COMP_CONTEXT_STATE_ERROR) { in xhci_handle_cmd_stop_ep()
1696 static void xhci_complete_del_and_free_cmd(struct xhci_command *cmd, u32 comp_code, u32 comp_param) in xhci_complete_del_and_free_cmd() argument
1701 cmd->status = comp_code; in xhci_complete_del_and_free_cmd()
2192 unsigned int comp_code) in xhci_halted_host_endpoint() argument
2196 switch (comp_code) { in xhci_halted_host_endpoint()
/linux/drivers/scsi/
H A DBusLogic.c2555 enum blogic_cmplt_code comp_code; in blogic_scan_inbox()
2557 while ((comp_code = next_inbox->comp_code) != BLOGIC_INBOX_FREE) { in blogic_scan_inbox()
2565 } else if (comp_code != BLOGIC_CMD_NOTFOUND) { in blogic_scan_inbox()
2572 ccb->comp_code = comp_code; in blogic_scan_inbox()
2584 next_inbox->comp_code = BLOGIC_INBOX_FREE; in blogic_scan_inbox()
2665 switch (ccb->comp_code) { in blogic_process_ccbs()
2556 enum blogic_cmplt_code comp_code; blogic_scan_inbox() local
/linux/drivers/usb/early/
H A Dxhci-dbc.c723 u32 comp_code; in xdbc_handle_tx_event() local
726 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()
729 switch (comp_code) { in xdbc_handle_tx_event()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1445 unsigned int comp_code; in cdnsp_handle_event() local
1498 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in cdnsp_handle_event()
1500 switch (comp_code) { in cdnsp_handle_event()
1506 comp_code); in cdnsp_handle_event()
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c2709 u16 comp_code; in tegra_xudc_handle_transfer_event() local
2719 comp_code = trb_read_cmpl_code(event); in tegra_xudc_handle_transfer_event()
2720 if (comp_code != TRB_CMPL_CODE_BABBLE_DETECTED_ERR) { in tegra_xudc_handle_transfer_event()
2728 switch (comp_code) { in tegra_xudc_handle_transfer_event()
2770 comp_code, ep_index); in tegra_xudc_handle_transfer_event()
2800 comp_code, ep_index); in tegra_xudc_handle_transfer_event()
/linux/drivers/atm/
H A Diphase.c2885 int comp_code;
2925 comp_code = desc >> 13;
2939 if (comp_code)
2942 desc, comp_code);)
2889 int comp_code; global() local