Home
last modified time | relevance | path

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

12

/Linux-v5.4/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-v5.4/Documentation/virt/kvm/devices/
Dvfio.txt8 tracks VFIO groups in use by the VM and features of those groups
/Linux-v5.4/Documentation/filesystems/ext4/
Dbitmaps.rst6 The data block bitmap tracks the usage of data blocks within the block
Dsuper.rst438 - Inode that tracks project quotas.
706 - Filesystem tracks project quotas. (RO\_COMPAT\_PROJECT)
/Linux-v5.4/drivers/block/
Damiflop.c178 unsigned int tracks; /* number of tracks */ member
528 for (n = unit[drive].type->tracks/2; n != 0; --n) { in fd_calibrate()
540 n = unit[drive].type->tracks + 20; in fd_calibrate()
1531 geo->cylinders = unit[drive].type->tracks; in fd_getgeo()
1563 if (param < p->type->tracks * p->type->heads) in fd_locked_ioctl()
1583 getprm.track=p->type->tracks; in fd_locked_ioctl()
1696 unit[drive].blocks=unit[drive].type->heads*unit[drive].type->tracks* in floppy_open()
Dfloppy.c2191 _floppy->track > DP->tracks || in do_format()
3242 g->track <= 0 || g->track > UDP->tracks >> STRETCH(g) || in set_geometry()
3610 unsigned char tracks; member
3742 UDP->tracks = v.tracks; in compat_setdrvprm()
3772 v.tracks = UDP->tracks; in compat_getdrvprm()
/Linux-v5.4/include/uapi/linux/
Dfd.h146 unsigned char tracks; /* maximum number of tracks */ member
/Linux-v5.4/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-v5.4/Documentation/vm/
Dpage_frags.rst20 and tracks allows multiple calls to make use of a cached page. The
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-modulator.rst175 tracks. When the input has three channels the mono track is a
181 channel it is used for all audio tracks. It is not possible to
/Linux-v5.4/Documentation/cdrom/
Dcdrom-standard.rst523 reading audio tracks as data, I believe this is because of protection
524 of copyrights of artists. Moreover, I think that if audio-tracks are
733 set, that it contains tracks of type `data mode 1`. Only if all tests
947 also very common for CDs to have some tracks with data, and some
948 tracks with audio. Because this is an existing interface, rather
952 follows: If the CD in question has audio tracks on it, and it has
953 absolutely no CD-I, XA, or data tracks on it, it will be reported
954 as *CDS_AUDIO*. If it has both audio and data tracks, it will
955 return *CDS_MIXED*. If there are no audio tracks on the disc, and
956 if the CD in question has any CD-I tracks on it, it will be
[all …]
Dide-cd.rst25 - Reading from data tracks, and mounting ISO 9660 filesystems.
27 - Playing audio tracks. Most of the CDROM player programs floating
33 from audio tracks. The program cdda2wav can be used for this.
/Linux-v5.4/Documentation/locking/
Dlockdep-design.rst19 The validator tracks the 'usage state' of lock-classes, and it tracks
41 The validator tracks lock-class usage history and divides the usage into
336 The validator tracks a maximum of MAX_LOCKDEP_KEYS number of lock classes.
Dlockstat.rst80 It also tracks 4 contention points per class. A contention point is a call site
/Linux-v5.4/Documentation/ioctl/
Dcdrom.rst940 very common for CDs to have some tracks with data, and some
941 tracks with audio. Just because I feel like it, I declare
943 ANY data tracks on it, it will be returned as a data CD.
944 If it has any XA tracks, I will return it as that. Now I
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dpids.rst34 pids.current tracks all child cgroup hierarchies, so parent/pids.current is a
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dcache-policies.rst97 away. In addition it tracks performance of the hotspot queue, which
/Linux-v5.4/arch/m68k/include/asm/
Datarihw.h383 u_char tracks; member
/Linux-v5.4/Documentation/x86/
Dpat.rst114 In addition, step 2 internally tracks the region as UC or WC in memtype
Dorc-unwinder.rst86 end up having to track all the registers DWARF tracks, at least we will
/Linux-v5.4/Documentation/admin-guide/
Drtc.rst6 something that tracks wall clock time and is battery backed so that it
/Linux-v5.4/Documentation/driver-api/
Dscsi.rst126 Manage scsi_dev_info_list, which tracks blacklisted and whitelisted
/Linux-v5.4/Documentation/
Drbtree.txt30 timer requests. The ext3 filesystem tracks directory entries in a
/Linux-v5.4/Documentation/networking/
Dz8530book.rst149 When writing your own tables be aware that the driver internally tracks
/Linux-v5.4/Documentation/filesystems/
Dxfs-delayed-logging-design.txt270 called the Committed Item List (CIL). The list tracks log items that have been
271 committed and have formatted memory buffers attached to them. It tracks objects
321 Hence a checkpoint has a context that tracks the state of the current

12