Searched refs:usbh_temp_buff (Results 1 – 1 of 1) sorted by relevance
640 if (usbh_temp_buff == NULL) in usbh_msc_special_read()661 memcpy(pBuffer, usbh_temp_buff, total_len); in usbh_msc_special_read()705 if (usbh_temp_buff == NULL) in usbh_msc_special_read()727 usbh_temp_buff, in usbh_msc_special_read()829 if (usbh_temp_buff == NULL) in usbh_msc_special_read()837 set_usbh_temp_buff_busy(usbh_temp_buff); in usbh_msc_special_read()839 set_usbh_temp_buff_free(usbh_temp_buff); in usbh_msc_special_read()850 memcpy(pBuffer, usbh_temp_buff, this_len); in usbh_msc_special_read()956 if (usbh_temp_buff != NULL) in usbh_msc_special_write()968 if (usbh_temp_buff == NULL) in usbh_msc_special_write()[all …]
Completed in 5 milliseconds