Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.c92 uint8_t allocation_length; in SCSI_CMD_STRUCT() local
151 uint16_t allocation_length; in SCSI_CMD_STRUCT() local
181 uint8_t allocation_length; in SCSI_CMD_STRUCT() local
247 uint16_t allocation_length; in SCSI_CMD_STRUCT() local
312 uint16_t allocation_length; in SCSI_CMD_STRUCT() local
443 length = MIN(cmd->allocation_length, sizeof(r)); in SCSI_CMD_HANDLER()
550 ret = MIN(sys_be16_to_cpu(cmd->allocation_length), in SCSI_CMD_HANDLER()
557 ret = MIN(sys_be16_to_cpu(cmd->allocation_length), in SCSI_CMD_HANDLER()
585 length = MIN(cmd->allocation_length, sizeof(r)); in SCSI_CMD_HANDLER()
661 length = MIN(sys_be16_to_cpu(cmd->allocation_length), sizeof(r)); in SCSI_CMD_HANDLER()
[all …]