Home
last modified time | relevance | path

Searched refs:rotational (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/rust/kernel/block/mq/
H A Dgen_disk.rs17 rotational: bool, field
26 rotational: false, in default()
41 pub fn rotational(mut self, rotational: bool) -> Self { in rotational() method
42 self.rotational = rotational; in rotational()
101 if self.rotational { in build()
/linux-6.15/drivers/block/
H A Drnull.rs53 .rotational(false) in init()
/linux-6.15/drivers/block/null_blk/
H A Dnull_blk.h112 bool rotational; /* Fake rotational device */ member
H A Dmain.c270 module_param_named(rotational, g_rotational, bool, S_IRUGO);
271 MODULE_PARM_DESC(rotational, "Set the rotational feature for the device. Default: false");
475 NULLB_DEVICE_ATTR(rotational, bool, NULL);
819 dev->rotational = g_rotational; in null_alloc_dev()
1995 if (dev->rotational) in null_add_dev()
/linux-6.15/Documentation/input/devices/
H A Drotary-encoder.rst50 rotational direction based on the last stable state. Events are reported in
/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-block649 What: /sys/block/<disk>/queue/rotational
653 [RW] This file is used to stat if the device is of rotational
654 type or non-rotational type.
/linux-6.15/block/
H A Dblk-sysfs.c250 QUEUE_SYSFS_FEATURE(rotational, BLK_FEAT_ROTATIONAL)
/linux-6.15/drivers/nvme/host/
H A Dnvme.h483 bool rotational; member
H A Dcore.c3711 head->rotational = info->is_rotational; in nvme_alloc_ns_head()
/linux-6.15/Documentation/block/
H A Dbfq-iosched.rst186 throughput on rotational devices and on non-queueing flash-based
459 on a non-rotational device, setting slice_idle to 0 may be needed too
/linux-6.15/Documentation/input/
H A Devent-codes.rst398 can report through the rotational axes (absolute and/or relative rx, ry, rz).