Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.h97 size_t scsi_write_data(struct scsi_ctx *ctx, const uint8_t *buf, size_t length);
Dusbd_msc.c413 tmp = scsi_write_data(lun, ctx->scsi_buf, ctx->scsi_bytes); in msc_process_write()
Dusbd_msc_scsi.c918 size_t scsi_write_data(struct scsi_ctx *ctx, const uint8_t *buf, size_t length) in scsi_write_data() function