Home
last modified time | relevance | path

Searched refs:unusable (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v5.10/Documentation/devicetree/bindings/ata/
Dpata-arasan.txt21 - 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/
Dsysfs.c166 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/
Dbrcm,bcm2835-cprman.txt34 unusable.
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-block-aoe24 is ready for I/O and "down" if detected but unusable. The
Dsysfs-fs-f2fs274 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/
Dusbip_event.c90 ud->eh_ops.unusable(ud); in event_handler()
Dusbip_common.h278 void (*unusable)(struct usbip_device *); member
Dstub_dev.c259 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
Dvudc_dev.c580 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
/Linux-v5.10/Documentation/admin-guide/
Dedid.rst12 or the computer is unusable, because the screen remains dark after
/Linux-v5.10/arch/arm64/boot/dts/marvell/
Dcn9131-db.dts50 * unusable by disabling the SFP node.
Dcn9132-db.dts68 * unusable by disabling the SFP node.
Dcn9130-db.dts102 * unusable by disabling the SFP node.
/Linux-v5.10/Documentation/sound/cards/
Dbt87x.rst70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
/Linux-v5.10/drivers/leds/
DTODO18 No two LEDs have same name, so the names are probably unusable for the
/Linux-v5.10/arch/x86/include/uapi/asm/
Dkvm.h137 __u8 unusable; member
/Linux-v5.10/tools/arch/x86/include/uapi/asm/
Dkvm.h137 __u8 unusable; member
/Linux-v5.10/samples/seccomp/
Dbpf-helper.h135 #error __BITS_PER_LONG value unusable.
/Linux-v5.10/Documentation/admin-guide/aoe/
Daoe.rst77 is ready for I/O and "down" if detected but unusable. The
/Linux-v5.10/block/
DKconfig18 - block device files will become unusable
/Linux-v5.10/Documentation/userspace-api/media/drivers/
Dcx2341x-uapi.rst44 missing macroblocks at the end and is unusable. So the height must be a
/Linux-v5.10/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c142 segment->unusable, segment->padding); in segment_dump()
393 segp->unusable = true; in kvm_seg_set_unusable()
/Linux-v5.10/drivers/base/
DKconfig148 unusable. You should say N here unless you are explicitly looking to
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c2771 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/
Dvia-velocity.c1449 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()

123