Home
last modified time | relevance | path

Searched refs:USB_CR_OK (Results 1 – 25 of 31) sorted by relevance

12

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c339 if (error == USB_CR_OK) { in ehci_traverse_active_qtd_list()
462 USB_CR_OK) { in ehci_parse_error()
490 usb_cr_t error = USB_CR_OK; in ehci_check_for_error()
512 error = USB_CR_OK; in ehci_check_for_error()
547 error = USB_CR_OK; in ehci_check_for_error()
561 error = USB_CR_OK; in ehci_check_for_error()
599 if ((ctrl & EHCI_QTD_CTRL_HALTED_XACT) && (error == USB_CR_OK)) { in ehci_check_for_error()
605 if (error == USB_CR_OK) { in ehci_check_for_error()
638 usb_cr_t error = USB_CR_OK; in ehci_check_for_short_xfer()
1021 pp, tw, qtd, USB_CR_OK); in ehci_handle_ctrl_qtd()
[all …]
H A Dehci_isoch_util.c1456 if (error != USB_CR_OK) { in ehci_parse_isoc_error()
1476 usb_cr_t error = USB_CR_OK; in ehci_parse_itd_error()
1489 error = USB_CR_OK; in ehci_parse_itd_error()
1537 if (error != USB_CR_OK) { in ehci_parse_itd_error()
1613 error = USB_CR_OK; in ehci_parse_sitd_error()
H A Dehci_hub.c587 completion_reason = (error) ? USB_CR_NOT_SUPPORTED : USB_CR_OK; in ehci_handle_root_hub_request()
1142 ehci_root_hub_hcdi_callback(ph, USB_CR_OK); in ehci_root_hub_reset_occured()
2018 ehci_root_hub_hcdi_callback(ph, USB_CR_OK); in ehci_handle_root_hub_status_change()
2071 case USB_CR_OK: in ehci_root_hub_hcdi_callback()
H A Dehci_isoch.c1267 ehci_hcdi_isoc_callback(ph, itw, USB_CR_OK); in ehci_handle_itd()
1283 ehci_sendup_itd_message(ehcip, pp, itw, itd, USB_CR_OK); in ehci_handle_itd()
1417 case USB_CR_OK: in ehci_hcdi_isoc_callback()
H A Dehci_xfer.c3888 pp->pp_error = USB_CR_OK; in ehci_save_data_toggle()
4127 case USB_CR_OK: in ehci_hcdi_callback()
H A Dehci_polled.c1406 if (error != USB_CR_OK) { in ehci_polled_process_active_intr_qtd_list()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c361 wrp->wr_cr = USB_CR_OK; in _usba_check_req()
364 *cr = USB_CR_OK; in _usba_check_req()
456 {USB_SUCCESS, USB_CR_OK},
853 if (req_wrp->wr_cr == USB_CR_OK) { in usba_req_exc_cb()
854 req_wrp->wr_cr = (cr != USB_CR_OK) ? in usba_req_exc_cb()
865 ctrl_completion_reason == USB_CR_OK) { in usba_req_exc_cb()
872 intr_completion_reason == USB_CR_OK) { in usba_req_exc_cb()
879 bulk_completion_reason == USB_CR_OK) { in usba_req_exc_cb()
886 isoc_completion_reason == USB_CR_OK) { in usba_req_exc_cb()
1023 return (wrp->wr_cr == USB_CR_OK ? USB_SUCCESS : USB_FAILURE); in usba_pipe_sync_wait()
[all …]
H A Dhcdi.c380 case USB_CR_OK: in usba_hcdi_update_error_stats()
523 (completion_reason == USB_CR_OK)) { in usba_hcdi_cb()
676 if (completion_reason == USB_CR_OK) { in hcdi_do_cb()
H A Dusba_ugen.c2557 case USB_CR_OK: in ugen_epx_ctrl_req_cb()
2685 case USB_CR_OK: in ugen_epx_bulk_req_cb()
2956 case USB_CR_OK: in ugen_epx_intr_IN_req_cb()
3100 case USB_CR_OK: in ugen_epx_intr_OUT_req_cb()
3483 case USB_CR_OK: in ugen_epx_isoc_IN_req_cb()
3828 case USB_CR_OK: in ugen_epx_isoc_OUT_req_cb()
4220 { USB_CR_OK, USB_LC_STAT_NOERROR },
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1161 if ((usb_err == USB_CR_OK) && (bytes_xfered != in uhci_handle_intr_td()
1183 if (usb_err != USB_CR_OK) { in uhci_handle_intr_td()
1262 uhci_handle_one_xfer_completion(uhcip, USB_CR_OK, td); in uhci_handle_intr_td()
1269 uhci_sendup_td_message(uhcip, USB_CR_OK, tw); in uhci_handle_intr_td()
1442 if (error != USB_CR_OK) { in uhci_handle_ctrl_td()
1693 uhci_hcdi_callback(uhcip, pp, usb_pp, tw, USB_CR_OK); in uhci_handle_ctrl_td()
1806 return (USB_CR_OK); in uhci_parse_td_error()
1811 return (USB_CR_OK); in uhci_parse_td_error()
1863 return (USB_CR_OK); in uhci_parse_td_error()
H A Duhcihub.c260 USB_CR_NOT_SUPPORTED : USB_CR_OK; in uhci_handle_root_hub_request()
483 (usb_opaque_t)intr_reqp, USB_CR_OK); in uhci_root_hub_reset_occurred()
774 (usb_opaque_t)curr_intr_reqp, USB_CR_OK); in uhci_handle_root_hub_status_change()
H A Duhciutil.c3454 error = USB_CR_OK; in uhci_handle_bulk_td()
3485 tw, USB_CR_OK); in uhci_handle_bulk_td()
4315 cr = USB_CR_OK; in uhci_handle_isoc_td()
4354 uhci_hcdi_callback(uhcip, pp, usb_pp, tw, USB_CR_OK); in uhci_handle_isoc_td()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.c1156 (cr == USB_CR_OK)) { in keyspan_bulkin_cb_usa49()
1214 if ((data_len > 0) && (cr == USB_CR_OK)) { in keyspan_bulkin_cb_usa49wg()
1399 if ((data_len == 14) && (cr == USB_CR_OK)) { in keyspan_status_cb_usa19hs()
1480 if ((data_len == 11) && (cr == USB_CR_OK)) { in keyspan_status_cb_usa49()
1808 if ((data_len == 11) && (cr == USB_CR_OK)) { in keyspan_status_cb_usa49wg()
/titanic_41/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c490 if (req->bulk_completion_reason != USB_CR_OK) in zyd_data_out_cb()
568 res = (send_req->bulk_completion_reason == USB_CR_OK) ? in zyd_usb_bulk_pipe_send()
641 res = (send_req->intr_completion_reason == USB_CR_OK) ? in zyd_usb_intr_pipe_send()
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c606 completion_reason = (error) ? USB_CR_NOT_SUPPORTED : USB_CR_OK; in ohci_handle_root_hub_request()
1711 ohci_root_hub_hcdi_callback(ph, USB_CR_OK); in ohci_handle_root_hub_status_change()
1763 case USB_CR_OK: in ohci_root_hub_hcdi_callback()
H A Dohci.c8328 if (error == USB_CR_OK) { in ohci_traverse_done_list()
8474 USB_CR_OK) { in ohci_parse_error()
8493 error = USB_CR_OK; in ohci_parse_error()
8592 usb_cr_t error = USB_CR_OK; in ohci_check_for_error()
8605 error = USB_CR_OK; in ohci_check_for_error()
8657 error = USB_CR_OK; in ohci_check_for_error()
9044 pp, tw, td, USB_CR_OK); in ohci_handle_ctrl_td()
9051 ohci_hcdi_callback(ph, tw, USB_CR_OK); in ohci_handle_ctrl_td()
9113 ohci_hcdi_callback(ph, tw, USB_CR_OK); in ohci_handle_bulk_td()
9119 ohci_sendup_td_message(ohcip, pp, tw, td, USB_CR_OK); in ohci_handle_bulk_td()
[all …]
/titanic_41/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c1275 USB_CR_OK) { in usb_as_play_cb()
1327 USB_CR_OK) { in usb_as_play_exc_cb()
1573 USB_CR_OK) { in usb_as_record_cb()
/titanic_41/usr/src/uts/common/sys/usb/
H A Dusbai.h137 USB_CR_OK = 0, /* no errors detected */ enumerator
/titanic_41/usr/src/uts/common/io/uath/
H A Duath.c1214 if (req->bulk_completion_reason != USB_CR_OK) in uath_cmd_txeof()
1407 if (req->bulk_completion_reason != USB_CR_OK) { in uath_cmd_rxeof()
1502 if (req->bulk_completion_reason != USB_CR_OK) in uath_data_txeof()
1581 if (req->bulk_completion_reason != USB_CR_OK) { in uath_data_rxeof()
/titanic_41/usr/src/uts/common/io/atu/
H A Datu.c608 if (req->bulk_completion_reason != USB_CR_OK) { in atu_rxeof()
662 if (req->bulk_completion_reason != USB_CR_OK) in atu_txeof()
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c1654 if (req->bulk_completion_reason == USB_CR_OK && data_len >= 2) { in uftdi_bulkin_cb()
1739 req->bulk_completion_reason == USB_CR_OK) { in uftdi_bulkin_cb()
/titanic_41/usr/src/uts/common/io/ural/
H A Dural.c422 if (req->bulk_completion_reason != USB_CR_OK) in ural_txeof()
464 if (req->bulk_completion_reason != USB_CR_OK) { in ural_rxeof()
/titanic_41/usr/src/uts/common/io/rum/
H A Drum.c487 if (req->bulk_completion_reason != USB_CR_OK) in rum_txeof()
529 if (req->bulk_completion_reason != USB_CR_OK) { in rum_rxeof()
/titanic_41/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c1059 (req->bulk_completion_reason == USB_CR_OK)) { in usbecm_bulkin_cb()
1117 } else if (req->bulk_completion_reason != USB_CR_OK) { in usbecm_bulkin_cb()
/titanic_41/usr/src/uts/common/io/urtw/
H A Durtw.c2521 if (req->bulk_completion_reason != USB_CR_OK || in urtw_rxeof()
2909 if (req->bulk_completion_reason != USB_CR_OK) { in urtw_txeof_low()
2939 if (req->bulk_completion_reason != USB_CR_OK) { in urtw_txeof_normal()

12