Searched defs:check_command (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/gadget/
H A Df_mass_storage.c1801 static int check_command(struct fsg_common *common, int cmnd_size, function
1929 /* wrapper of check_command for data size in blocks handling */
1936 return check_command(common, cmnd_size, data_dir,
1966 reply = check_command(common, 6, DATA_DIR_TO_HOST,
1975 reply = check_command(common, 6, DATA_DIR_FROM_HOST,
1985 reply = check_command(common, 10, DATA_DIR_FROM_HOST,
1994 reply = check_command(common, 6, DATA_DIR_TO_HOST,
2004 reply = check_command(common, 10, DATA_DIR_TO_HOST,
2013 reply = check_command(common, 6, DATA_DIR_NONE,
2055 reply = check_command(commo
[all...]
H A Dfile_storage.c2209 static int check_command(struct fsg_dev *fsg, int cmnd_size, function
2352 /* wrapper of check_command for data size in blocks handling */
2359 return check_command(fsg, cmnd_size, data_dir,
2388 if ((reply = check_command(fsg, 6, DATA_DIR_TO_HOST,
2396 if ((reply = check_command(fsg, 6, DATA_DIR_FROM_HOST,
2404 if ((reply = check_command(fsg, 10, DATA_DIR_FROM_HOST,
2412 if ((reply = check_command(fsg, 6, DATA_DIR_TO_HOST,
2420 if ((reply = check_command(fsg, 10, DATA_DIR_TO_HOST,
2428 if ((reply = check_command(fsg, 6, DATA_DIR_NONE,
2464 if ((reply = check_command(fs
[all...]
/drivers/mtd/nand/
H A Dnandsim.c1070 static int check_command(int cmd) function
1984 if (check_command(byte)) {

Completed in 81 milliseconds