Home
last modified time | relevance | path

Searched refs:CDROM_SET_OPTIONS (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/userspace-api/ioctl/
H A Dcdrom.rst52 CDROM_SET_OPTIONS Set behavior options
763 CDROM_SET_OPTIONS
771 ioctl(fd, CDROM_SET_OPTIONS, options);
798 Same as CDROM_SET_OPTIONS, except that selected options are
/linux/include/uapi/linux/
H A Dcdrom.h121 #define CDROM_SET_OPTIONS 0x5320 /* Set behavior options */ macro
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst588 CDROM_SET_OPTIONS /* set options specified in (int)arg */
875 `CDROM_SET_OPTIONS`
/linux/drivers/cdrom/
H A Dcdrom.c3340 case CDROM_SET_OPTIONS: in cdrom_ioctl()