Home
last modified time | relevance | path

Searched refs:CDROMPLAYBLK (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/userspace-api/ioctl/ !
H A Dcdrom.rst47 CDROMPLAYBLK scsi-cd only, (struct cdrom_blk)
698 CDROMPLAYBLK
708 ioctl(fd, CDROMPLAYBLK, &blk);
/linux/include/uapi/linux/ !
H A Dcdrom.h98 #define CDROMPLAYBLK 0x5317 /* (struct cdrom_blk) */ macro
269 /* This is used by the CDROMPLAYBLK ioctl */
/linux/drivers/cdrom/ !
H A Dcdrom.c3082 cd_dbg(CD_DO_IOCTL, "entering CDROMPLAYBLK\n"); in mmc_ioctl_cdrom_play_blk()
3292 case CDROMPLAYBLK: in mmc_ioctl()