Searched refs:ide_cd_queue_pc (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-cd_ioctl.c | 132 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, NULL, 0, 0); in cdrom_eject() 153 stat = ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, in ide_cd_lockdoor() 233 stat = ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, NULL, 0, 0); in ide_cdrom_select_speed() 281 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, NULL, 0, 0); in ide_cd_fake_play_trkind() 461 cgc->stat = ide_cd_queue_pc(drive, cgc->cmd, in ide_cdrom_packet()
|
H A D | ide-cd.h | 100 int ide_cd_queue_pc(ide_drive_t *, const unsigned char *, int, void *,
|
H A D | ide-cd.c | 432 int ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd, in ide_cd_queue_pc() function 981 return ide_cd_queue_pc(drive, cmd, 0, NULL, NULL, sshdr, 0, RQF_QUIET); in cdrom_check_status() 1002 stat = ide_cd_queue_pc(drive, cmd, 0, &capbuf, &len, NULL, 0, in cdrom_read_capacity() 1055 return ide_cd_queue_pc(drive, cmd, 0, buf, &buflen, NULL, 0, RQF_QUIET); in ide_cdrom_read_tocentry()
|
Completed in 4 milliseconds