Searched refs:unusable (Results 1 – 25 of 67) sorted by relevance
123
/linux-6.6.21/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-6.6.21/tools/testing/selftests/kvm/x86_64/ |
D | vmx_invalid_nested_guest_state.c | 90 sregs.tr.unusable = 1; in main()
|
D | vmx_exception_with_invalid_guest_state.c | 62 sregs.tr.unusable = !!set; in set_or_clear_invalid_guest_state()
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-block-aoe | 24 is ready for I/O and "down" if detected but unusable. The
|
D | sysfs-fs-f2fs | 346 What: /sys/fs/f2fs/<disk>/unusable 350 are unusable. 352 would be unusable if checkpoint=disable were to be set. 619 Description: Shows the number of unusable blocks in a section which was defined by
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm2835-cprman.txt | 34 unusable.
|
/linux-6.6.21/fs/f2fs/ |
D | sysfs.c | 214 block_t unusable; in unusable_show() local 217 unusable = sbi->unusable_block_count; in unusable_show() 219 unusable = f2fs_get_unusable_blocks(sbi); in unusable_show() 220 return sysfs_emit(buf, "%llu\n", (unsigned long long)unusable); in unusable_show() 1015 F2FS_GENERAL_RO_ATTR(unusable); 1116 ATTR_LIST(unusable),
|
/linux-6.6.21/drivers/usb/usbip/ |
D | usbip_event.c | 91 ud->eh_ops.unusable(ud); in event_handler()
|
D | usbip_common.h | 282 void (*unusable)(struct usbip_device *); member
|
D | stub_dev.c | 296 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
|
/linux-6.6.21/arch/x86/kvm/ |
D | smm.c | 353 cs.unusable = ds.unusable = 0; in enter_smm() 387 desc->unusable = !desc->present; in rsm_set_desc_flags()
|
/linux-6.6.21/Documentation/admin-guide/ |
D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
D | binderfs.rst | 73 instance unusable. The ``binder-control`` device will be deleted when the
|
/linux-6.6.21/Documentation/sound/cards/ |
D | bt87x.rst | 70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
|
/linux-6.6.21/arch/arm64/boot/dts/marvell/ |
D | cn9131-db.dtsi | 49 * unusable by disabling the SFP node.
|
D | cn9132-db.dtsi | 67 * unusable by disabling the SFP node.
|
D | cn9130-db.dtsi | 100 * unusable by disabling the SFP node.
|
/linux-6.6.21/drivers/leds/ |
D | TODO | 18 No two LEDs have same name, so the names are probably unusable for the
|
/linux-6.6.21/samples/seccomp/ |
D | bpf-helper.h | 135 #error __BITS_PER_LONG value unusable.
|
/linux-6.6.21/Documentation/devicetree/bindings/display/bridge/ |
D | ti,sn65dsi86.yaml | 35 otherwise unusable.
|
/linux-6.6.21/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 132 __u8 unusable; member
|
/linux-6.6.21/arch/x86/include/uapi/asm/ |
D | kvm.h | 132 __u8 unusable; member
|
/linux-6.6.21/arch/x86/kvm/vmx/ |
D | sgx.c | 43 fault = (s.unusable) || in sgx_get_encls_gva()
|
/linux-6.6.21/Documentation/admin-guide/aoe/ |
D | aoe.rst | 77 is ready for I/O and "down" if detected but unusable. The
|
/linux-6.6.21/Documentation/arch/x86/ |
D | sgx.rst | 236 "EREMOVE returned ... and an EPC page was leaked. SGX may become unusable..." 244 SGX will likely become unusable because the memory available to SGX is
|
123