Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc.c121 struct scsi_ctx luns[CONFIG_USBD_MSC_LUNS_PER_INSTANCE]; member
224 scsi_reset(&ctx->luns[i]); in msc_reset_handler()
253 struct scsi_ctx *lun = &ctx->luns[ctx->cbw.bCBWLUN]; in msc_process_read()
312 struct scsi_ctx *lun = &ctx->luns[ctx->cbw.bCBWLUN]; in msc_process_cbw()
396 struct scsi_ctx *lun = &ctx->luns[ctx->cbw.bCBWLUN]; in msc_process_write()
512 struct scsi_ctx *lun = &ctx->luns[ctx->cbw.bCBWLUN]; in msc_handle_bulk_in()
780 scsi_init(&ctx->luns[ctx->registered_luns++], lun->disk, in msc_bot_init()