/Linux-v5.10/Documentation/admin-guide/ |
D | devices.txt | 116 0 = /dev/hda Master: whole disk (or CD-ROM) 117 64 = /dev/hdb Slave: whole disk (or CD-ROM) 119 For partitions, add to the whole disk device number: 201 0 = /dev/sda First SCSI disk whole disk 202 16 = /dev/sdb Second SCSI disk whole disk 203 32 = /dev/sdc Third SCSI disk whole disk 205 240 = /dev/sdp Sixteenth SCSI disk whole disk 515 0 = /dev/mfma First MFM drive whole disk 516 64 = /dev/mfmb Second MFM drive whole disk 527 0 = /dev/hdc Master: whole disk (or CD-ROM) [all …]
|
/Linux-v5.10/fs/ |
D | block_dev.c | 1031 static bool bd_may_claim(struct block_device *bdev, struct block_device *whole, in bd_may_claim() argument 1038 else if (whole == bdev) in bd_may_claim() 1041 else if (whole->bd_holder == bd_may_claim) in bd_may_claim() 1043 else if (whole->bd_holder != NULL) in bd_may_claim() 1062 int bd_prepare_to_claim(struct block_device *bdev, struct block_device *whole, in bd_prepare_to_claim() argument 1068 if (!bd_may_claim(bdev, whole, holder)) { in bd_prepare_to_claim() 1074 if (whole->bd_claiming) { in bd_prepare_to_claim() 1075 wait_queue_head_t *wq = bit_waitqueue(&whole->bd_claiming, 0); in bd_prepare_to_claim() 1086 whole->bd_claiming = holder; in bd_prepare_to_claim() 1113 static void bd_clear_claiming(struct block_device *whole, void *holder) in bd_clear_claiming() argument [all …]
|
D | coredump.c | 982 goto whole; in vma_dump_size() 990 goto whole; in vma_dump_size() 992 goto whole; in vma_dump_size() 999 goto whole; in vma_dump_size() 1001 goto whole; in vma_dump_size() 1013 goto whole; in vma_dump_size() 1019 goto whole; in vma_dump_size() 1024 goto whole; in vma_dump_size() 1039 whole: in vma_dump_size()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_trans.c | 469 int whole = 0; in xfs_trans_apply_sb_deltas() local 502 whole = 1; in xfs_trans_apply_sb_deltas() 506 whole = 1; in xfs_trans_apply_sb_deltas() 510 whole = 1; in xfs_trans_apply_sb_deltas() 514 whole = 1; in xfs_trans_apply_sb_deltas() 518 whole = 1; in xfs_trans_apply_sb_deltas() 522 whole = 1; in xfs_trans_apply_sb_deltas() 526 whole = 1; in xfs_trans_apply_sb_deltas() 530 whole = 1; in xfs_trans_apply_sb_deltas() 534 if (whole) in xfs_trans_apply_sb_deltas()
|
/Linux-v5.10/Documentation/devicetree/bindings/mfd/ |
D | bfticu.txt | 3 The bfticu is a multifunction device that manages the whole chassis. 4 Its main functionality is to collect IRQs from the whole chassis and signals
|
/Linux-v5.10/Documentation/admin-guide/pm/ |
D | strategies.rst | 15 One of them is based on using global low-power states of the whole system in 21 user space code can run. Because sleep states are global and the whole system 37 If all of the system components are active, the system as a whole is regarded as 40 as a whole is regarded as "runtime idle" which may be very close to a sleep
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | v4l2-selection-targets.rst | 33 - Suggested cropping rectangle that covers the "whole picture". 57 - Suggested composition rectangle that covers the "whole picture".
|
/Linux-v5.10/drivers/phy/freescale/ |
D | phy-fsl-imx8-mipi-dphy.c | 134 u32 whole; in get_best_ratio() local 139 whole = a / b; in get_best_ratio() 140 n[i] += (n[i ^ 1] * whole); in get_best_ratio() 141 d[i] += (d[i ^ 1] * whole); in get_best_ratio() 146 c = a - (b * whole); in get_best_ratio()
|
/Linux-v5.10/Documentation/devicetree/bindings/rtc/ |
D | cpcap-rtc.txt | 4 This module is part of the CPCAP. For more details about the whole
|
/Linux-v5.10/Documentation/userspace-api/ioctl/ |
D | hdio.rst | 184 - EINVAL Called on a partition instead of the whole disk device 234 - EINVAL Called on a partition instead of the whole disk device 298 - EINVAL Called on a partition instead of the whole disk device 358 - EINVAL Called on a partition instead of the whole disk device 1058 - EINVAL Called on a partition instead of the whole disk device 1088 - EINVAL Called on a partition instead of the whole disk device 1116 - EINVAL Called on a partition instead of the whole disk device 1144 - EINVAL Called on a partition instead of the whole disk device 1240 - EINVAL Called on a partition instead of the whole disk device 1268 - EINVAL Called on a partition instead of the whole disk device [all …]
|
/Linux-v5.10/Documentation/features/debug/gcov-profile-all/ |
D | arch-support.txt | 4 # description: arch supports whole-kernel GCOV code coverage profiling
|
/Linux-v5.10/Documentation/devicetree/bindings/input/ |
D | cpcap-pwrbutton.txt | 3 This module is part of the CPCAP. For more details about the whole
|
D | twl4030-pwrbutton.txt | 3 This module is part of the TWL4030. For more details about the whole
|
D | tps65218-pwrbutton.txt | 3 This module is part of the TPS65217/TPS65218. For more details about the whole
|
/Linux-v5.10/Documentation/filesystems/ |
D | ubifs.rst | 25 eraseblock, write to some offset within an eraseblock, and erase a whole 26 eraseblock. Block devices support 2 main operations - read a whole 27 block and write a whole block. 28 3 The whole eraseblock has to be erased before it becomes possible to
|
/Linux-v5.10/Documentation/dev-tools/ |
D | index.rst | 8 whole; patches welcome!
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | sdm636-sony-xperia-ganges-mermaid.dts | 10 * the Ganges platform as a whole in downstream kernels.
|
/Linux-v5.10/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pine64-plus.dts | 32 * whole process.
|
/Linux-v5.10/drivers/iio/common/hid-sensors/ |
D | hid-sensor-attributes.c | 76 static void simple_div(int dividend, int divisor, int *whole, in simple_div() argument 84 *whole = 0; in simple_div() 87 *whole = dividend/divisor; in simple_div()
|
/Linux-v5.10/Documentation/driver-api/mmc/ |
D | mmc-dev-attrs.rst | 55 including the whole card. When erasing a large area it may 59 the card wait. This is not a problem if the whole card
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | imx7d-sbc-imx7.dts | 10 * whole.
|
/Linux-v5.10/Documentation/devicetree/bindings/leds/ |
D | leds-cpcap.txt | 4 This module is part of the CPCAP. For more details about the whole
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | phy-stih407-usb.txt | 10 for the whole phy and one for the port
|
/Linux-v5.10/arch/arm/boot/compressed/ |
D | head.S | 717 mov r0, #0x3f @ 4G, the whole 747 mov r0, #0x3f @ 4G, the whole 758 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 771 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 897 mcr p15, 0, r0, c7, c7, 0 @ Invalidate whole cache 1161 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 1170 mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4 1171 mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4 1185 mcr p15, 0, r0, c8, c7, 0 @ invalidate whole TLB 1322 mcr p15, 0, r1, c7, c0, 0 @ invalidate whole cache v3
|
/Linux-v5.10/drivers/mtd/spi-nor/ |
D | Kconfig | 19 to erasing whole blocks (32/64 KiB).
|