Searched full:unusable (Results 1 – 25 of 463) sorted by relevance
12345678910>>...19
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | omap3-devkit8000.dts | 18 /* Unusable as clocksource because of unreliable oscillator */ 23 /* Unusable as clockevent because if unreliable oscillator, allow to idle */
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "0" /* system is unusable */ 30 #define LOGLEVEL_EMERG 0 /* system is unusable */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "0" /* system is unusable */ 30 #define LOGLEVEL_EMERG 0 /* system is unusable */
|
| /kernel/linux/linux-4.19/drivers/usb/usbip/ |
| D | usbip_event.c | 88 /* Mark the device as unusable. */ in event_handler() 90 ud->eh_ops.unusable(ud); in event_handler()
|
| /kernel/linux/linux-5.10/drivers/usb/usbip/ |
| D | usbip_event.c | 89 /* Mark the device as unusable. */ in event_handler() 91 ud->eh_ops.unusable(ud); in event_handler()
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | usbip.h | 17 /* sdev is unusable because of a fatal error. */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | usbip.h | 17 /* sdev is unusable because of a fatal error. */
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "" /* system is unusable */
|
| /kernel/linux/linux-4.19/tools/include/linux/ |
| D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "" /* system is unusable */
|
| /kernel/linux/linux-4.19/Documentation/media/v4l-drivers/ |
| D | cx18.rst | 20 unusable. This is probably fixed, but if you have problems
|
| /kernel/linux/linux-4.19/arch/x86/purgatory/ |
| D | setup-x86_64.S | 40 gdt: /* 0x00 unusable segment
|
| /kernel/linux/linux-5.10/arch/x86/purgatory/ |
| D | setup-x86_64.S | 40 /* 0x00 unusable segment
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | sysfs-block-aoe | 24 is ready for I/O and "down" if detected but unusable. The
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | brcm,bcm2835-cprman.txt | 34 unusable.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | brcm,bcm2835-cprman.txt | 32 unusable.
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | i8253.c | 23 * Modern chipsets can disable the PIT clock which makes it unusable. It
|
| /kernel/linux/linux-5.10/fs/f2fs/ |
| D | sysfs.c | 173 block_t unusable; in unusable_show() local 176 unusable = sbi->unusable_block_count; in unusable_show() 178 unusable = f2fs_get_unusable_blocks(sbi); in unusable_show() 179 return sprintf(buf, "%llu\n", (unsigned long long)unusable); in unusable_show() 610 F2FS_GENERAL_RO_ATTR(unusable); 694 ATTR_LIST(unusable),
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
| /kernel/linux/linux-4.19/Documentation/EDID/ |
| D | HOWTO.txt | 6 or the computer is unusable, because the screen remains dark after
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| D | TODO | 18 No two LEDs have same name, so the names are probably unusable for the
|
| /kernel/linux/linux-4.19/tools/testing/selftests/kvm/lib/ |
| D | x86.c | 145 "unusable: 0x%.2x padding: 0x%.2x\n", in segment_dump() 147 segment->unusable, segment->padding); in segment_dump() 427 /* Set Unusable Segment 436 * Sets the segment register pointed to by segp to an unusable state. 441 segp->unusable = true; in kvm_seg_set_unusable()
|
12345678910>>...19