Searched refs:ide_cd_queue_pc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/ide/ |
D | ide-cd_ioctl.c | 131 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, NULL, 0, 0); in cdrom_eject() 152 stat = ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, in ide_cd_lockdoor() 232 stat = ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, NULL, 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() 373 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, NULL, 0, 0); in ide_cd_fake_play_trkind() 460 cgc->stat = ide_cd_queue_pc(drive, cgc->cmd, in ide_cdrom_packet()
|
D | ide-cd.h | 100 int ide_cd_queue_pc(ide_drive_t *, const unsigned char *, int, void *,
|
D | ide-cd.c | 420 int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd, in ide_cd_queue_pc() function 891 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, sshdr, 0, RQF_QUIET); in cdrom_check_status() 912 stat = ide_cd_queue_pc(drive, cmd, 0, &capbuf, &len, NULL, 0, in cdrom_read_capacity() 965 return ide_cd_queue_pc(drive, cmd, 0, buf, &buflen, NULL, 0, RQF_QUIET); in cdrom_read_tocentry()
|