| tag | line | file | source code |
| type_1_command | 529 | drivers/block/cm206.c | type_1_command(c_drive_status, 2, status); /* this might be done faster */ |
| type_1_command | 536 | drivers/block/cm206.c | if (type_1_command(c_disc_status, 7, cd->disc_status)) { |
| type_1_command | 756 | drivers/block/cm206.c | type_1_command(c_read_current_q, 10, q); |
| type_1_command | 848 | drivers/block/cm206.c | if (type_1_command(c_read_current_q, 10, q)) return 0; |
| type_1_command | 986 | drivers/block/cm206.c | type_1_command(c_audio_status, 5, cd->audio_status); |
| type_1_command | 1025 | drivers/block/cm206.c | if (type_1_command(c_read_upc, 10, upc)) return -EIO; |