Home
last modified time | relevance | path

Searched refs:rtsx_usb_get_rsp (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/cardreader/
Drtsx_usb.c252 int rtsx_usb_get_rsp(struct rtsx_ucr *ucr, int rsp_len, int timeout) in rtsx_usb_get_rsp() function
263 EXPORT_SYMBOL_GPL(rtsx_usb_get_rsp);
276 ret = rtsx_usb_get_rsp(ucr, 2, 100); in rtsx_usb_get_status_with_bulk()
361 ret = rtsx_usb_get_rsp(ucr, 1, 100); in rtsx_usb_read_register()
/drivers/memstick/host/
Drtsx_usb_ms.c88 rtsx_usb_get_rsp(ucr, 21, 100); in ms_print_debug_regs()
301 err = rtsx_usb_get_rsp(ucr, 3, 15000); in ms_transfer_data()
350 err = rtsx_usb_get_rsp(ucr, 2, 5000); in ms_write_bytes()
418 err = rtsx_usb_get_rsp(ucr, cnt + 2, 5000); in ms_read_bytes()
/drivers/mmc/host/
Drtsx_usb_sdmmc.c157 err = rtsx_usb_get_rsp(ucr, !cmd ? 1 : 5, timeout); in sd_read_data()
268 err = rtsx_usb_get_rsp(ucr, !cmd ? 1 : 5, timeout); in sd_write_data()
384 err = rtsx_usb_get_rsp(ucr, len, timeout); in sd_send_cmd_get_rsp()
530 return rtsx_usb_get_rsp(ucr, 1, 2000); in sd_rw_multi()