Home
last modified time | relevance | path

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

/freebsd-12.1/sys/mips/cavium/usb/
H A Doctusb.c240 td->error_any = 0; in octusb_complete_cb()
245 td->error_any = 1; in octusb_complete_cb()
248 td->error_any = 1; in octusb_complete_cb()
263 if (td->error_any) in octusb_host_control_header_tx()
276 td->error_any = 1; in octusb_host_control_header_tx()
290 td->error_any = 1; in octusb_host_control_header_tx()
333 if (td->error_any) in octusb_host_control_data_tx()
363 if (td->error_any) in octusb_host_control_data_rx()
392 if (td->error_any) in octusb_host_control_status_tx()
445 if (td->error_any) in octusb_non_control_data_tx()
[all …]
H A Doctusb.h53 uint8_t error_any:1; member
/freebsd-12.1/sys/dev/usb/controller/
H A Dsaf1761_otg.c451 td->error_any = 1; in saf1761_host_setup_tx()
461 td->error_any = 1; in saf1761_host_setup_tx()
541 td->error_any = 1; in saf1761_host_bulk_data_rx()
567 td->error_any = 1; in saf1761_host_bulk_data_rx()
647 td->error_any = 1; in saf1761_host_bulk_data_tx()
735 td->error_any = 1; in saf1761_host_intr_data_rx()
761 td->error_any = 1; in saf1761_host_intr_data_rx()
848 td->error_any = 1; in saf1761_host_intr_data_tx()
964 td->error_any = 1; in saf1761_host_isoc_data_rx()
1323 td->error_any = 1; in saf1761_device_data_rx()
[all …]
H A Ddwc_otg.c917 td->error_any = 1; in dwc_otg_host_setup_tx()
923 td->error_any = 1; in dwc_otg_host_setup_tx()
991 td->error_any = 1; in dwc_otg_host_setup_tx()
1064 td->error_any = 1; in dwc_otg_host_setup_tx()
1331 td->error_any = 1; in dwc_otg_host_data_rx_sub()
1383 td->error_any = 1; in dwc_otg_host_data_rx()
1698 td->error_any = 1; in dwc_otg_data_rx()
1720 td->error_any = 1; in dwc_otg_data_rx()
1730 td->error_any = 1; in dwc_otg_data_rx()
1823 td->error_any = 1; in dwc_otg_host_data_tx()
[all …]
H A Dsaf1761_otg.h81 uint8_t error_any:1; member
H A Ddwc_otg.h86 uint8_t error_any:1; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp362 bool error_any = false; in DoExecute() local
384 error_any = true; in DoExecute()
391 error_any ? lldb::eReturnStatusFailed in DoExecute()