Lines Matching defs:mmc_profile
191 uscsi_get_mmc_profile(struct uscsi_dev *mydev, int *mmc_profile)
197 *mmc_profile = 0;
205 *mmc_profile = buf[7] | (buf[6] << 8);
592 if (mmc_profile != 0x43) {
702 int mmc_profile, flag, error, display_usage;
847 error = uscsi_get_mmc_profile(&dev, &mmc_profile);
876 error = uscsi_get_mmc_profile(&dev, &mmc_profile);
909 if (oldtimer && mmc_profile != 0x0a) {
914 switch (mmc_profile) {
939 print_mmc_profile(mmc_profile));
946 switch (mmc_profile) {
954 print_mmc_profile(mmc_profile));
961 switch (mmc_profile) {
973 print_mmc_profile(mmc_profile));
995 if (restart_format && !((mmc_profile == 0x1a) || (format_type == 0x24)))