Searched refs:type_1_command (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/cdrom/ |
D | cm206.c | 551 int type_1_command(int command, int bytes, uch * status) in type_1_command() function 753 type_1_command(c_drive_status, 2, status); /* this might be done faster */ in get_drive_status() 763 if (type_1_command(c_disc_status, 7, cd->disc_status)) { in get_disc_status() 961 type_1_command(c_read_current_q, 10, q); in get_toc_lba() 1068 if (type_1_command(c_read_current_q, 10, q)) in get_current_q() 1148 type_1_command(c_audio_status, 5, in cm206_audio_ioctl() 1279 if (type_1_command(c_read_upc, 10, upc)) in cm206_get_upc()
|