Searched refs:type_0_command (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/cdrom/ |
D | cm206.c | 536 int type_0_command(int command, int expect_dsb) in type_0_command() function 554 if (type_0_command(command, 0)) in type_1_command() 615 type_0_command(c_stop, 0); in stop_read() 922 type_0_command(seek_command[i], 0); in seek() 1030 type_0_command(play_command[i], 0); in play_from_to_msf() 1058 type_0_command(play_command[i], 0); in play_from_to_track() 1060 type_0_command(0x2, 0); /* volume */ in play_from_to_track() 1141 return type_0_command(c_stop, 1); in cm206_audio_ioctl() 1147 type_0_command(c_stop, 1); in cm206_audio_ioctl() 1221 type_0_command(c_open_tray, 1); in cm206_tray_move() [all …]
|