Searched refs:hdlen (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/gadget/ |
D | f_mass_storage.c | 1809 char hdlen[20]; in check_command() local 1812 hdlen[0] = 0; in check_command() 1814 sprintf(hdlen, ", H%c=%u", dirletter[(int) common->data_dir], in check_command() 1818 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
|
D | file_storage.c | 2216 char hdlen[20]; in check_command() local 2234 hdlen[0] = 0; in check_command() 2236 sprintf(hdlen, ", H%c=%u", dirletter[(int) fsg->data_dir], in check_command() 2240 fsg->data_size_from_cmnd, fsg->cmnd_size, hdlen); in check_command()
|