Searched refs:ide_cd_queue_pc (Results 1 – 3 of 3) sorted by relevance
/drivers/ide/ |
D | ide-cd_ioctl.c | 124 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, sense, 0, 0); in cdrom_eject() 149 stat = ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, in ide_cd_lockdoor() 231 stat = ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, &sense, 0, 0); in ide_cdrom_select_speed() 280 stat = ide_cd_queue_pc(drive, cmd, 0, buf, &len, NULL, 0, 0); in ide_cdrom_get_mcn() 374 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, &sense, 0, 0); in ide_cd_fake_play_trkind() 464 cgc->stat = ide_cd_queue_pc(drive, cgc->cmd, in ide_cdrom_packet()
|
D | ide-cd.h | 109 int ide_cd_queue_pc(ide_drive_t *, const unsigned char *, int, void *,
|
D | ide-cd.c | 674 int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd, in ide_cd_queue_pc() function 1131 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, sense, 0, REQ_QUIET); in cdrom_check_status() 1153 stat = ide_cd_queue_pc(drive, cmd, 0, &capbuf, &len, sense, 0, in cdrom_read_capacity() 1205 return ide_cd_queue_pc(drive, cmd, 0, buf, &buflen, sense, 0, REQ_QUIET); in cdrom_read_tocentry()
|