Home
last modified time | relevance | path

Searched refs:CDROM_GET_MCN (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dcdrom.rst37 CDROM_GET_MCN Obtain the "Universal Product Code"
39 CDROM_GET_UPC Deprecated, use CDROM_GET_MCN instead.
574 CDROM_GET_MCN
585 ioctl(fd, CDROM_GET_MCN, &mcn);
611 CDROM_GET_MCN (deprecated)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcdrom.h79 #define CDROM_GET_MCN 0x5311 /* Obtain the "Universal Product Code" macro
81 #define CDROM_GET_UPC CDROM_GET_MCN /* This one is deprecated,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcdrom.h79 #define CDROM_GET_MCN 0x5311 /* Obtain the "Universal Product Code" macro
81 #define CDROM_GET_UPC CDROM_GET_MCN /* This one is deprecated,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcdrom.h79 #define CDROM_GET_MCN 0x5311 /* Obtain the "Universal Product Code" macro
81 #define CDROM_GET_UPC CDROM_GET_MCN /* This one is deprecated,
/OK3568_Linux_fs/kernel/drivers/cdrom/
H A Dcdrom.c3392 case CDROM_GET_MCN: in cdrom_ioctl()
/OK3568_Linux_fs/kernel/Documentation/cdrom/
H A Dcdrom-standard.rst840 `CDROM_GET_MCN`