Home
last modified time | relevance | path

Searched refs:tracks (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v4.19/drivers/cdrom/
Dcdrom.c988 static void cdrom_count_tracks(struct cdrom_device_info *cdi, tracktype *tracks) in cdrom_count_tracks() argument
993 tracks->data = 0; in cdrom_count_tracks()
994 tracks->audio = 0; in cdrom_count_tracks()
995 tracks->cdi = 0; in cdrom_count_tracks()
996 tracks->xa = 0; in cdrom_count_tracks()
997 tracks->error = 0; in cdrom_count_tracks()
1003 tracks->error = CDS_NO_DISC; in cdrom_count_tracks()
1005 tracks->error = CDS_NO_INFO; in cdrom_count_tracks()
1013 tracks->error = CDS_NO_INFO; in cdrom_count_tracks()
1018 tracks->cdi++; in cdrom_count_tracks()
[all …]
/Linux-v4.19/include/linux/
Damifd.h33 unsigned int tracks; /* number of tracks */ member
/Linux-v4.19/Documentation/virtual/kvm/devices/
Dvfio.txt8 tracks VFIO groups in use by the VM and features of those groups
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dbitmaps.rst6 The data block bitmap tracks the usage of data blocks within the block
Dsuper.rst438 - Inode that tracks project quotas.
698 - Filesystem tracks project quotas. (RO\_COMPAT\_PROJECT)
/Linux-v4.19/include/uapi/linux/
Dfd.h146 unsigned char tracks; /* maximum number of tracks */ member
/Linux-v4.19/drivers/block/
Damiflop.c410 for (n = unit[drive].type->tracks/2; n != 0; --n) { in fd_calibrate()
422 n = unit[drive].type->tracks + 20; in fd_calibrate()
1462 geo->cylinders = unit[drive].type->tracks; in fd_getgeo()
1494 if (param < p->type->tracks * p->type->heads) in fd_locked_ioctl()
1514 getprm.track=p->type->tracks; in fd_locked_ioctl()
1629 unit[drive].blocks=unit[drive].type->heads*unit[drive].type->tracks* in floppy_open()
Dfloppy.c2187 _floppy->track > DP->tracks || in do_format()
3246 g->track <= 0 || g->track > UDP->tracks >> STRETCH(g) || in set_geometry()
3593 unsigned char tracks; member
3723 UDP->tracks = v.tracks; in compat_setdrvprm()
3753 v.tracks = UDP->tracks; in compat_getdrvprm()
/Linux-v4.19/Documentation/filesystems/nfs/
Dknfsd-stats.txt65 The circumstance this statistic tracks indicates that there was NFS
80 This statistic tracks the circumstance where incoming
/Linux-v4.19/Documentation/vm/
Dpage_frags.rst20 and tracks allows multiple calls to make use of a cached page. The
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-modulator.rst168 tracks. When the input has three channels the mono track is a
174 channel it is used for all audio tracks. It is not possible to
/Linux-v4.19/Documentation/locking/
Dlockdep-design.txt18 The validator tracks the 'state' of lock-classes, and it tracks
30 The validator tracks lock-class usage history into 4 * nSTATEs + 1 separate
275 The validator tracks a maximum of MAX_LOCKDEP_KEYS number of lock classes.
Dlockstat.txt61 It also tracks 4 contention points per class. A contention point is a call site
/Linux-v4.19/Documentation/cdrom/
Dcdrom-standard.tex439 %copying of audio tracks.
527 reading audio tracks as data, I believe this is because of protection
528 of copyrights of artists. Moreover, I think that if audio-tracks are
732 set, that it contains tracks of type `data mode 1.' Only if all tests
911 also very common for CDs to have some tracks with data, and some
912 tracks with audio. Because this is an existing interface, rather
916 question has audio tracks on it, and it has absolutely no CD-I, XA,
917 or data tracks on it, it will be reported as $CDS_AUDIO$. If it has
918 both audio and data tracks, it will return $CDS_MIXED$. If there
919 are no audio tracks on the disc, and if the CD in question has any
[all …]
Dide-cd23 - Reading from data tracks, and mounting ISO 9660 filesystems.
25 - Playing audio tracks. Most of the CDROM player programs floating
31 from audio tracks. The program cdda2wav can be used for this.
/Linux-v4.19/Documentation/ioctl/
Dcdrom.txt740 very common for CDs to have some tracks with data, and some
741 tracks with audio. Just because I feel like it, I declare
743 ANY data tracks on it, it will be returned as a data CD.
744 If it has any XA tracks, I will return it as that. Now I
/Linux-v4.19/Documentation/cgroup-v1/
Dpids.txt33 pids.current tracks all child cgroup hierarchies, so parent/pids.current is a
/Linux-v4.19/Documentation/s390/
DDASD41 format the tracks by issuing the BLKDASDFORMAT-ioctl on that
/Linux-v4.19/Documentation/device-mapper/
Dcache-policies.txt92 away. In addition it tracks performance of the hotspot queue, which
/Linux-v4.19/arch/m68k/include/asm/
Datarihw.h386 u_char tracks; member
/Linux-v4.19/Documentation/x86/
Dpat.txt104 In addition, step 2 internally tracks the region as UC or WC in memtype
Dorc-unwinder.txt83 end up having to track all the registers DWARF tracks, at least we will
/Linux-v4.19/Documentation/
Drtc.txt6 something that tracks wall clock time and is battery backed so that it
/Linux-v4.19/Documentation/driver-api/
Dscsi.rst126 Manage scsi_dev_info_list, which tracks blacklisted and whitelisted
/Linux-v4.19/Documentation/networking/
Dz8530book.rst149 When writing your own tables be aware that the driver internally tracks

12