Lines Matching refs:check_command
2695 static int check_command(struct fsg_dev *fsg, int cmnd_size, in check_command() function
2866 if ((reply = check_command(fsg, 6, DATA_DIR_TO_HOST, in do_scsi_command()
2874 if ((reply = check_command(fsg, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
2882 if ((reply = check_command(fsg, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
2890 if ((reply = check_command(fsg, 6, DATA_DIR_TO_HOST, in do_scsi_command()
2898 if ((reply = check_command(fsg, 10, DATA_DIR_TO_HOST, in do_scsi_command()
2906 if ((reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command()
2915 if ((reply = check_command(fsg, 6, DATA_DIR_TO_HOST, in do_scsi_command()
2923 if ((reply = check_command(fsg, 10, DATA_DIR_TO_HOST, in do_scsi_command()
2931 if ((reply = check_command(fsg, 12, DATA_DIR_TO_HOST, in do_scsi_command()
2939 if ((reply = check_command(fsg, 10, DATA_DIR_TO_HOST, in do_scsi_command()
2949 if ((reply = check_command(fsg, 10, DATA_DIR_TO_HOST, in do_scsi_command()
2959 if ((reply = check_command(fsg, 10, DATA_DIR_TO_HOST, in do_scsi_command()
2967 if ((reply = check_command(fsg, 10, DATA_DIR_TO_HOST, in do_scsi_command()
2975 if ((reply = check_command(fsg, 6, DATA_DIR_TO_HOST, in do_scsi_command()
2983 if ((reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command()
2991 if ((reply = check_command(fsg, 10, DATA_DIR_NONE, in do_scsi_command()
2999 reply = check_command(fsg, 6, DATA_DIR_NONE, in do_scsi_command()
3008 if ((reply = check_command(fsg, 10, DATA_DIR_NONE, in do_scsi_command()
3017 if ((reply = check_command(fsg, 6, DATA_DIR_FROM_HOST, in do_scsi_command()
3025 if ((reply = check_command(fsg, 10, DATA_DIR_FROM_HOST, in do_scsi_command()
3033 if ((reply = check_command(fsg, 12, DATA_DIR_FROM_HOST, in do_scsi_command()
3053 if ((reply = check_command(fsg, fsg->cmnd_size, in do_scsi_command()