Searched refs:cdrom_queue_packet_command (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/ide/ |
D | ide-cd.c | 1606 int cdrom_queue_packet_command(ide_drive_t *drive, struct packet_command *pc) in cdrom_queue_packet_command() function 1974 return cdrom_queue_packet_command(drive, &pc); in cdrom_check_status() 1997 stat = cdrom_queue_packet_command(drive, &pc); in cdrom_lockdoor() 2041 return cdrom_queue_packet_command(drive, &pc); in cdrom_eject() 2062 stat = cdrom_queue_packet_command(drive, &pc); in cdrom_read_capacity() 2090 return cdrom_queue_packet_command(drive, &pc); in cdrom_read_tocentry() 2271 return cdrom_queue_packet_command(drive, &pc); in cdrom_read_subchannel() 2302 return cdrom_queue_packet_command(drive, &pc); in cdrom_select_speed() 2317 return cdrom_queue_packet_command(drive, &pc); in cdrom_play_audio() 2369 return cgc->stat = cdrom_queue_packet_command(drive, &pc); in ide_cdrom_packet()
|