Searched refs:rotational (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/rust/kernel/block/mq/ |
| H A D | gen_disk.rs | 17 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 D | rnull.rs | 53 .rotational(false) in init()
|
| /linux-6.15/drivers/block/null_blk/ |
| H A D | null_blk.h | 112 bool rotational; /* Fake rotational device */ member
|
| H A D | main.c | 270 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 D | rotary-encoder.rst | 50 rotational direction based on the last stable state. Events are reported in
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-block | 649 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 D | blk-sysfs.c | 250 QUEUE_SYSFS_FEATURE(rotational, BLK_FEAT_ROTATIONAL)
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | nvme.h | 483 bool rotational; member
|
| H A D | core.c | 3711 head->rotational = info->is_rotational; in nvme_alloc_ns_head()
|
| /linux-6.15/Documentation/block/ |
| H A D | bfq-iosched.rst | 186 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 D | event-codes.rst | 398 can report through the rotational axes (absolute and/or relative rx, ry, rz).
|