Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-dbgcap.c688 u32 comp_code; in dbc_handle_xfer_event() local
692 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
699 switch (comp_code) { in dbc_handle_xfer_event()
710 dev_warn(dbc->dev, "tx error %d detected\n", comp_code); in dbc_handle_xfer_event()
711 status = -comp_code; in dbc_handle_xfer_event()
714 dev_err(dbc->dev, "unknown tx error %d\n", comp_code); in dbc_handle_xfer_event()
715 status = -comp_code; in dbc_handle_xfer_event()
H A Dxhci-ring.c1072 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep() argument
1098 if (comp_code == COMP_CONTEXT_STATE_ERROR) { in xhci_handle_cmd_stop_ep()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-vrp.h98 enum tree_code comp_code; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-vrp.h98 enum tree_code comp_code; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A DBusLogic.h836 enum blogic_cmplt_code comp_code; /* Byte 48 */ member
879 enum blogic_cmplt_code comp_code; /* Byte 7 */ member
H A DBusLogic.c2692 enum blogic_cmplt_code comp_code; in blogic_scan_inbox() local
2694 while ((comp_code = next_inbox->comp_code) != BLOGIC_INBOX_FREE) { in blogic_scan_inbox()
2705 if (comp_code != BLOGIC_CMD_NOTFOUND) { in blogic_scan_inbox()
2712 ccb->comp_code = comp_code; in blogic_scan_inbox()
2724 next_inbox->comp_code = BLOGIC_INBOX_FREE; in blogic_scan_inbox()
2805 switch (ccb->comp_code) { in blogic_process_ccbs()
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dxhci-dbc.c717 u32 comp_code; in xdbc_handle_tx_event() local
720 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()
723 switch (comp_code) { in xdbc_handle_tx_event()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dtegra-xudc.c2696 u16 comp_code; in tegra_xudc_handle_transfer_event() local
2706 comp_code = trb_read_cmpl_code(event); in tegra_xudc_handle_transfer_event()
2707 if (comp_code != TRB_CMPL_CODE_BABBLE_DETECTED_ERR) { in tegra_xudc_handle_transfer_event()
2715 switch (comp_code) { in tegra_xudc_handle_transfer_event()
2757 comp_code, ep_index); in tegra_xudc_handle_transfer_event()
2787 comp_code, ep_index); in tegra_xudc_handle_transfer_event()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Diphase.c2888 int comp_code; local
2928 comp_code = desc >> 13;
2942 if (comp_code)
2945 desc, comp_code);)