Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/ioctl/
H A Dcdrom.rst62 CDROM_CHANGER_NSLOTS Get number of slots
967 CDROM_CHANGER_NSLOTS
973 ioctl(fd, CDROM_CHANGER_NSLOTS, 0);
/linux/include/uapi/linux/
H A Dcdrom.h128 #define CDROM_CHANGER_NSLOTS 0x5328 /* Get number of slots */ macro
/linux/drivers/cdrom/
H A Dcdrom.c3366 case CDROM_CHANGER_NSLOTS: in cdrom_ioctl()