Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_mass_storage.c318 u32 data_size_from_cmnd; member
726 amount_left = common->data_size_from_cmnd; in do_read()
862 amount_left_to_req = common->data_size_from_cmnd; in do_write()
863 amount_left_to_write = common->data_size_from_cmnd; in do_write()
1692 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
1696 if (common->data_size_from_cmnd == 0) in check_command()
1698 if (common->data_size < common->data_size_from_cmnd) { in check_command()
1702 common->data_size_from_cmnd = common->data_size; in check_command()
1710 && common->data_size_from_cmnd > 0) { in check_command()
1827 common->data_size_from_cmnd = common->cmnd[4]; in do_scsi_command()
[all …]
H A Df_rockusb.c173 common->data_size_from_cmnd = common->cmnd[4]; in rkusb_do_reset()
259 common->residue = common->data_size_from_cmnd = len; in rkusb_do_read_flash_id()
274 common->residue = common->data_size_from_cmnd = len; in rkusb_do_test_bad_block()
340 common->residue = common->data_size_from_cmnd = len; in rkusb_do_read_flash_info()
361 common->residue = common->data_size_from_cmnd = len; in rkusb_do_get_chip_info()
946 common->data_size_from_cmnd = len; in rkusb_do_get_storage_info()
1020 common->data_size_from_cmnd = len; in rkusb_do_read_capacity()
1043 common->data_size_from_cmnd = len; in rkusb_do_read_otp()
1224 len = common->data_size_from_cmnd >> 9; in rkusb_do_check_parity()