Home
last modified time | relevance | path

Searched refs:CD (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/Documentation/cdrom/
H A Dcdrom-standard.rst2 A Linux CD-ROM standard
29 This divergence of behavior has been very significant for CD-ROM
32 their drivers totally inconsistent, the writers of Linux CD-ROM
35 maintain uniform behavior across all the Linux CD-ROM drivers.
38 all the different CD-ROM device drivers for Linux. This document also
39 defines the various *ioctl()'s*, and how the low-level CD-ROM device
41 development kernels) several low-level CD-ROM device drivers, including
44 When the CD-ROM was developed, the interface between the CD-ROM drive
46 different CD-ROM interfaces were developed. Some of them had their
55 driver had to be enhanced. History has delivered us CD-ROM support for
[all …]
H A Dpacket-writing.rst16 - Grab a new CD-RW disc and format it (assuming CD-RW is hdc, substitute
33 DVD-RW discs can be written to much like CD-RW discs if they are in
39 You can then use the disc the same way you would use a CD-RW disc::
83 - CD-RW media can usually not be overwritten more than about 1000
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S240 encrypt_cycle3(RAB, CD, 0);
241 encrypt_cycle3(RAB, CD, 1);
242 encrypt_cycle3(RAB, CD, 2);
243 encrypt_cycle3(RAB, CD, 3);
244 encrypt_cycle3(RAB, CD, 4);
245 encrypt_cycle3(RAB, CD, 5);
246 encrypt_cycle3(RAB, CD, 6);
247 encrypt_cycle3(RAB, CD, 7);
287 decrypt_cycle3(RAB, CD, 7);
288 decrypt_cycle3(RAB, CD, 6);
[all …]
/OK3568_Linux_fs/kernel/fs/isofs/
H A DKconfig5 This is the standard file system used on CD-ROMs. It was previously
9 driver. If you have a CD-ROM drive and want to do more with it than
11 <file:Documentation/filesystems/isofs.rst> and the CD-ROM-HOWTO,
23 Joliet is a Microsoft extension for the ISO 9660 CD-ROM file system
28 want to be able to read Joliet CD-ROMs under Linux.
36 data in compressed form on a CD-ROM and have it transparently
37 decompressed when the CD-ROM is accessed. See
40 able to read such compressed CD-ROMs.
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dbeyond-buildroot.txt24 ==== Live CD
26 To build a live CD image, enable the _iso image_ option in the
31 You can build a live CD image with either IsoLinux, Grub or Grub 2 as
33 as a live CD and live USB (through the _Build hybrid image_ option).
35 You can test your live CD image using QEMU:
/OK3568_Linux_fs/buildroot/package/libcddb/
H A DConfig.in7 * search the database for possible CD matches;
8 * retrieve detailed information about a specific CD;
9 * submit new CD entries to the database.
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dsa11x0-dma.c800 #define CD(d1, d2) { .ddar = DDAR_##d1 | d2, .name = #d1 } macro
802 CD(Ser0UDCTr, 0),
803 CD(Ser0UDCRc, DDAR_RW),
804 CD(Ser1SDLCTr, 0),
805 CD(Ser1SDLCRc, DDAR_RW),
806 CD(Ser1UARTTr, 0),
807 CD(Ser1UARTRc, DDAR_RW),
808 CD(Ser2ICPTr, 0),
809 CD(Ser2ICPRc, DDAR_RW),
810 CD(Ser3UARTTr, 0),
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A Dparide.rst12 CD-ROM, LS-120 and tape drives use the parallel port to connect to their
29 were to open up a parallel port CD-ROM drive, for instance, one would
30 find a standard ATAPI CD-ROM drive, a power supply, and a single adapter
32 IDE cable. It is usually possible to exchange the CD-ROM device with
40 - MicroSolutions backpack CD-ROM
41 - MicroSolutions backpack PD/CD
48 - FreeCom Power CD
50 - Hewlett-Packard 7100 and 7200 CD-RW drives
62 pcd ATAPI CD-ROM
68 (Currently, the pg driver is only used with CD-R drives).
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddevices.txt115 3 block First MFM, RLL and IDE hard disk/CD-ROM interface
116 0 = /dev/hda Master: whole disk (or CD-ROM)
117 64 = /dev/hdb Slave: whole disk (or CD-ROM)
391 11 block SCSI CD-ROM devices
392 0 = /dev/scd0 First SCSI CD-ROM
393 1 = /dev/scd1 Second SCSI CD-ROM
457 15 block Sony CDU-31A/CDU-33A CD-ROM
458 0 = /dev/sonycd Sony CDU-31a CD-ROM
463 16 block GoldStar CD-ROM
464 0 = /dev/gscd GoldStar CD-ROM
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-veyron-sdmmc.dtsi34 * Builtin CD line is hooked to ground to prevent JTAG at boot
36 * Configure gpio6_C6 as GPIO so dw_mmc builtin CD doesn't
43 /* This is where we actually hook up CD */
H A Dimx6qdl-wandboard-revb1.dtsi15 MX6QDL_PAD_GPIO_2__GPIO1_IO02 0x80000000 /* uSDHC1 CD */
16 MX6QDL_PAD_EIM_DA9__GPIO3_IO09 0x80000000 /* uSDHC3 CD */
H A Dimx6qdl-wandboard-revc1.dtsi15 MX6QDL_PAD_GPIO_2__GPIO1_IO02 0x80000000 /* uSDHC1 CD */
16 MX6QDL_PAD_EIM_DA9__GPIO3_IO09 0x80000000 /* uSDHC3 CD */
H A Dste-nomadik-s8815.dts41 /* Hog CD pins */
57 /* CD input GPIO */
62 /* CD GPIO biasing */
/OK3568_Linux_fs/buildroot/package/libcdaudio/
H A DConfig.in7 control operation of a CD-ROM when playing audio CDs. It
8 also contains functions for CDDB and CD Index lookup.
/OK3568_Linux_fs/buildroot/package/cdrkit/
H A DConfig.in10 blanking CD-RW media, creating ISO-9660 filesystem images,
11 extracting audio CD data, and more.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dquote_cctype.patch8 - $(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \
9 + $(CD) c-client;$(MAKE) all CC="`$(CAT) CCTYPE`" \
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi-changer.rst11 common small CD-ROM changers, neither one-lun-per-slot SCSI changers
24 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the
29 The SCSI changer model is complex, compared to - for example - IDE-CD
42 CD-ROM / Tape / whatever drive.
46 123 CD-ROM's, 5 CD-ROM readers (and therefore 6 SCSI ID's: the changer
47 and each CD-ROM) and 2 transport arms. No problem to handle.
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-class-tpm97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
98 PCR-01: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
99 PCR-02: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
100 PCR-03: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
101 PCR-04: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75
136 0F F4 04 4B D9 3F 2D F2 AC 2F 74 64 1F 8B CD 3E
139 A7 1F 3C A8 D0 12 15 3E CA 0E BD FA 24 CD 33 C6
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A DKconfig27 tristate "Parallel port ATAPI CD-ROMs"
32 This option enables the high-level driver for ATAPI CD-ROM devices
35 parallel port ATAPI CD-ROM driver, otherwise you should answer M to
39 MicroSolutions backpack CD-ROM drives and the Freecom Power CD. If
40 you have such a CD-ROM drive, you should also say Y or M to "ISO
41 9660 CD-ROM file system support" below, because that's the file
42 system used on CD-ROMs.
55 MicroSolutions backpack PD/CD drive and the Imation Superdisk
189 used in newer models of their portable disk, CD-ROM and PD/CD
259 adapters appear in many no-name portable disk and CD-ROM products,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cdrtools/
H A Dcdrtools-native_3.01.bb4 SUMMARY = "A set of tools for CD recording, including cdrecord"
6 DESCRIPTION = "cdrecord tool is Highly portable CD/DVD/BluRay command line recording software."
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libcdio/
H A Dlibcdio_2.1.0.bb1 …ompact Disc Input and Control library (libcdio) contains a library for CD-ROM and CD image access."
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-mass-storage26 read-only. This is implied if CD-ROM emulation
32 being a CD-ROM.
/OK3568_Linux_fs/kernel/Documentation/ide/
H A DChangeLog.ide-cd.1994-200470 * 3.03 Oct 27, 1995 -- Some Creative drives have an id of just `CD'.
101 * 3.15 July 2, 1996 -- Added support for Sanyo 3 CD changers
105 * 3.15a July 9, 1996 -- Improved Sanyo 3 CD changer identification
142 * Added identifier so new Sanyo CD-changer works
167 * now set ionly for CD-R and CD-RW drives. I had
188 * - Transfer size fix for Samsung CD-ROMs, thanks to
230 * - CD-ROM leaving door locked fix from Andries
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Diuu_phoenix.rst44 0=none, 1=CD, 2=!CD, 3=DSR, 4=!DSR, 5=CTS, 6=!CTS, 7=RING, 8=!RING (int)
86 The autodetect feature used is the serial CD. If that doesn't
H A Dmass-storage.rst9 appearing to the host as a disk or a CD-ROM drive. It supports
13 CD-ROM (the latter implies read-only access).
53 simulating CD-ROM, block size of the device if the backing file is
82 ejected or removed (as is true for a CD-ROM drive or a card
90 CD-ROM. The default is false.
102 The default value for non-CD-ROM logical units is false; for
103 logical units simulating CD-ROM it is forced to true.

12345678910>>...12