rtsx_usb_get_rsp
err = rtsx_usb_get_rsp(ucr, 3, 15000);
err = rtsx_usb_get_rsp(ucr, 2, 5000);
err = rtsx_usb_get_rsp(ucr, cnt + 2, 5000);
rtsx_usb_get_rsp(ucr, 21, 100);
EXPORT_SYMBOL_GPL(rtsx_usb_get_rsp);
ret = rtsx_usb_get_rsp(ucr, 2, 100);
ret = rtsx_usb_get_rsp(ucr, 1, 100);
err = rtsx_usb_get_rsp(ucr, !cmd ? 1 : 5, timeout);
err = rtsx_usb_get_rsp(ucr, !cmd ? 1 : 5, timeout);
err = rtsx_usb_get_rsp(ucr, len, timeout);
return rtsx_usb_get_rsp(ucr, 1, 2000);
extern int rtsx_usb_get_rsp(struct rtsx_ucr *ucr, int rsp_len, int timeout);