Searched refs:SCSA2USB_IS_CBI (Results 1 – 3 of 3) sorted by relevance
276 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cbi_transport()357 if (!SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cbi_start_intr_polling()416 if (!SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cbi_stop_intr_polling()586 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cbi_reset_recovery()
870 } else if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_attach()3044 } else if (SCSA2USB_IS_CB(scsa2usbp) || SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cmd_transport()3076 SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cmd_transport()4580 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_open_usb_pipes()4678 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_close_usb_pipes()
431 #define SCSA2USB_IS_CBI(s) \ macro