Searched refs:ide_cd_queue_pc (Results 1 – 3 of 3) sorted by relevance
/drivers/ide/ |
D | ide-cd_ioctl.c | 131 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, sense, 0, 0); in cdrom_eject() 156 stat = ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, in ide_cd_lockdoor() 238 stat = ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, &sense, 0, 0); in ide_cdrom_select_speed() 287 stat = ide_cd_queue_pc(drive, cmd, 0, buf, &len, NULL, 0, 0); in ide_cdrom_get_mcn() 381 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, &sense, 0, 0); in ide_cd_fake_play_trkind() 471 cgc->stat = ide_cd_queue_pc(drive, cgc->cmd, in ide_cdrom_packet()
|
D | ide-cd.h | 103 int ide_cd_queue_pc(ide_drive_t *, const unsigned char *, int, void *,
|
D | ide-cd.c | 422 int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd, in ide_cd_queue_pc() function 870 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, sense, 0, REQ_QUIET); in cdrom_check_status() 892 stat = ide_cd_queue_pc(drive, cmd, 0, &capbuf, &len, sense, 0, in cdrom_read_capacity() 946 return ide_cd_queue_pc(drive, cmd, 0, buf, &buflen, sense, 0, REQ_QUIET); in cdrom_read_tocentry()
|