Searched refs:minors (Results 1 - 25 of 69) sorted by last modified time

123

/linux-master/drivers/scsi/
H A Dsd.c3892 gd->minors = SD_MINORS;
H A Dsr.c644 disk->minors = 1;
/linux-master/drivers/md/
H A Ddm.c2129 md->disk->minors = 1;
/linux-master/include/linux/
H A Dblkdev.h136 * major/first_minor/minors should not be set by any new driver, the
141 int minors; member in struct:gendisk
/linux-master/drivers/block/null_blk/
H A Dmain.c1943 nullb->disk->minors = 1;
/linux-master/drivers/mmc/core/
H A Dblock.c89 * limited to (1 << 20) / number of minors per device. It is also
2516 md->disk->minors = perdev_minors;
3156 pr_info("mmcblk: using %d minors per device\n", perdev_minors);
/linux-master/sound/core/
H A Dcontrol.c18 #include <sound/minors.h>
H A Dtimer.c20 #include <sound/minors.h>
H A Dsound.c14 #include <sound/minors.h>
182 /* static minors for module auto loading */
189 /* skip static minors still used for module auto loading */
H A Dsound_oss.c12 #include <sound/minors.h>
H A Drawmidi.c22 #include <sound/minors.h>
H A Dpcm_native.c24 #include <sound/minors.h>
H A Dpcm.c15 #include <sound/minors.h>
H A Dinfo.c14 #include <sound/minors.h>
H A Dinfo_oss.c12 #include <sound/minors.h>
H A Dhwdep.c16 #include <sound/minors.h>
/linux-master/drivers/staging/greybus/
H A Dvibrator.c113 static DEFINE_IDA(minors);
156 vib->minor = ida_alloc(&minors, GFP_KERNEL);
176 ida_free(&minors, vib->minor);
200 ida_free(&minors, vib->minor);
244 ida_destroy(&minors);
H A Draw.c41 static DEFINE_IDA(minors);
184 minor = ida_alloc(&minors, GFP_KERNEL);
217 ida_free(&minors, minor);
238 ida_free(&minors, MINOR(raw->dev));
376 ida_destroy(&minors);
/linux-master/drivers/mtd/ubi/
H A Dblock.c407 gd->minors = 1;
/linux-master/drivers/block/
H A Dfloppy.c4529 disk->minors = 1;
/linux-master/drivers/s390/block/
H A Dscm_blk.c485 bdev->gendisk->minors = SCM_NR_PARTS;
H A Ddcssblk.c642 dev_info->gd->minors = DCSSBLK_MINORS_PER_DISK;
/linux-master/sound/core/seq/
H A Dseq_virmidi.c32 #include <sound/minors.h>
/linux-master/sound/core/oss/
H A Dpcm_oss.c24 #include <sound/minors.h>
H A Dmixer_oss.c14 #include <sound/minors.h>

Completed in 237 milliseconds

123