Lines Matching refs:cdrom
62 which was expressed through `cdrom.h`, it appeared to be a rather wild
85 in the file `cdrom.c`. This driver is intended to be an additional software
98 programmer's interface defined in `cdrom.h`. This guide was written to
100 Driver code defined in `cdrom.c`.
133 CD-ROM drivers\' header files to the kernel's cdrom directory. This was
134 done to help ensure that the user is only presented with only one cdrom
135 interface, the interface defined in `cdrom.h`.
139 of common **CD-ROM device operations**, *<cdrom-device>_dops*.
144 in the file `cdrom.c`. In this file, the Uniform CD-ROM Driver interfaces
165 declared above are all implemented in `cdrom.c`, since this file is the
174 the general routines in `cdrom.c`, not through the Virtual File System
175 (VFS) any more. The interface implemented in `cdrom.c` is carried out
204 device driver. When `cdrom.c` accesses a CD-ROM device, it does it
251 `cdrom.c`, currently contains the following fields::
307 The intermediate software layer that `cdrom.c` forms will perform some
338 done by the calling routine in `cdrom.c`, so the low-level routine
360 *slot_nr* should be ignored. In `cdrom.h` the possibilities are listed::
427 drive, measured in units of standard cdrom speed (176kB/sec raw data
453 routines in `cdrom.c` have sanitized this argument: its requested
459 course) and the routines in `cdrom.c` will make the transformation if
483 longer listening, it may be wise for the underlying low-level cdrom
491 Some of the CD-ROM-\ *ioctl()*\ 's defined in `cdrom.h` can be
533 standardized in `cdrom.c`.
555 `cdrom.c` supplies the possibility to indicate the **capabilities**
557 capability-constants that are defined in `cdrom.h` at the registration
575 inform `cdrom.c` of what the driver can do. If the drive found
584 In the file `cdrom.c` you will encounter many constructions of the type::
610 new *ioctl()'s* implemented in `cdrom.c`, that allow you to control the
699 newly inserted CD-ROM under `/cdrom/*<volume-name>*`.
722 The routines in `cdrom.c` are designed in such a way that run-time
748 Description of routines in `cdrom.c`
751 Only a few routines in `cdrom.c` are exported to the drivers. In this
754 to `cdrom.c` is called `cdrom.h`. Formerly, some of the contents of this
756 merged back into `cdrom.h`.
893 New *ioctl()'s* in `cdrom.c`
908 of standard cdrom speed (176\,kB/sec raw data or
973 types, see a recent version of `cdrom.h`.
1000 - Get hold of the files `cdrom.c` and `cdrom.h`, they should be in
1002 - Make sure you include `cdrom.h`.
1023 according to prototypes listed in `cdrom.h`, and specifications given
1047 for `cdrom.o` and your driver, as debugging is much easier this
1054 taken over the torch in maintaining `cdrom.c` and integrating much