/Linux-v5.10/Documentation/devicetree/bindings/ata/ |
D | pata-arasan.txt | 21 - arasan,broken-udma: if present, UDMA mode is unusable 22 - arasan,broken-mwdma: if present, MWDMA mode is unusable 23 - arasan,broken-pio: if present, PIO mode is unusable
|
/Linux-v5.10/fs/f2fs/ |
D | sysfs.c | 166 block_t unusable; in unusable_show() local 169 unusable = sbi->unusable_block_count; in unusable_show() 171 unusable = f2fs_get_unusable_blocks(sbi); in unusable_show() 172 return sprintf(buf, "%llu\n", (unsigned long long)unusable); in unusable_show() 582 F2FS_GENERAL_RO_ATTR(unusable); 663 ATTR_LIST(unusable),
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm2835-cprman.txt | 34 unusable.
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-block-aoe | 24 is ready for I/O and "down" if detected but unusable. The
|
D | sysfs-fs-f2fs | 274 What: /sys/fs/f2fs/<disk>/unusable 278 are unusable. 280 would be unusable if checkpoint=disable were to be set.
|
/Linux-v5.10/drivers/usb/usbip/ |
D | usbip_event.c | 90 ud->eh_ops.unusable(ud); in event_handler()
|
D | usbip_common.h | 278 void (*unusable)(struct usbip_device *); member
|
D | stub_dev.c | 259 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
|
D | vudc_dev.c | 580 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
|
/Linux-v5.10/Documentation/admin-guide/ |
D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
/Linux-v5.10/arch/arm64/boot/dts/marvell/ |
D | cn9131-db.dts | 50 * unusable by disabling the SFP node.
|
D | cn9132-db.dts | 68 * unusable by disabling the SFP node.
|
D | cn9130-db.dts | 102 * unusable by disabling the SFP node.
|
/Linux-v5.10/Documentation/sound/cards/ |
D | bt87x.rst | 70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
|
/Linux-v5.10/drivers/leds/ |
D | TODO | 18 No two LEDs have same name, so the names are probably unusable for the
|
/Linux-v5.10/arch/x86/include/uapi/asm/ |
D | kvm.h | 137 __u8 unusable; member
|
/Linux-v5.10/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 137 __u8 unusable; member
|
/Linux-v5.10/samples/seccomp/ |
D | bpf-helper.h | 135 #error __BITS_PER_LONG value unusable.
|
/Linux-v5.10/Documentation/admin-guide/aoe/ |
D | aoe.rst | 77 is ready for I/O and "down" if detected but unusable. The
|
/Linux-v5.10/block/ |
D | Kconfig | 18 - block device files will become unusable
|
/Linux-v5.10/Documentation/userspace-api/media/drivers/ |
D | cx2341x-uapi.rst | 44 missing macroblocks at the end and is unusable. So the height must be a
|
/Linux-v5.10/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 142 segment->unusable, segment->padding); in segment_dump() 393 segp->unusable = true; in kvm_seg_set_unusable()
|
/Linux-v5.10/drivers/base/ |
D | Kconfig | 148 unusable. You should say N here unless you are explicitly looking to
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 2771 var.unusable = 0; in fix_rmode_seg() 3192 var->unusable = (ar >> 16) & 1; in vmx_get_segment() 3203 var->present = !var->unusable; in vmx_get_segment() 3237 if (var->unusable || !var->present) in vmx_segment_access_rights() 3354 if (cs.unusable) in code_segment_valid() 3382 if (ss.unusable) in stack_segment_valid() 3404 if (var.unusable) in data_segment_valid() 3427 if (tr.unusable) in tr_valid() 3445 if (ldtr.unusable) in ldtr_valid()
|
/Linux-v5.10/drivers/net/ethernet/via/ |
D | via-velocity.c | 1449 int avail, dirty, unusable; in velocity_give_many_rx_descs() local 1460 unusable = vptr->rx.filled & 0x0003; in velocity_give_many_rx_descs() 1461 dirty = vptr->rx.dirty - unusable; in velocity_give_many_rx_descs() 1468 vptr->rx.filled = unusable; in velocity_give_many_rx_descs()
|