Searched full:unusable (Results 1 – 25 of 245) sorted by relevance
12345678910
/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/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 */
|
/Linux-v5.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 */
|
/Linux-v5.10/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()
|
/Linux-v5.10/include/uapi/linux/ |
D | usbip.h | 17 /* sdev is unusable because of a fatal error. */
|
/Linux-v5.10/tools/include/linux/ |
D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "" /* system 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/arch/x86/purgatory/ |
D | setup-x86_64.S | 40 /* 0x00 unusable segment
|
D | entry64.S | 86 * 0x00 unusable segment
|
/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/arch/x86/kernel/ |
D | i8253.c | 23 * Modern chipsets can disable the PIT clock which makes it unusable. It
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm2835-cprman.txt | 34 unusable.
|
/Linux-v5.10/Documentation/admin-guide/ |
D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
/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/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.h | 61 * DEAD - Device is in an unusable state and cannot be recovered. This 66 * COLD - Device is in an unusable state, needs microcontroller firmware.
|
/Linux-v5.10/Documentation/sound/cards/ |
D | bt87x.rst | 70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
|
/Linux-v5.10/arch/um/kernel/ |
D | uml.lds.S | 17 * they are forever unusable.
|
/Linux-v5.10/tools/testing/selftests/x86/ |
D | sysret_ss_attrs.c | 7 * the hidden attributes set to an unusable state. Make sure the kernel
|
/Linux-v5.10/drivers/usb/storage/ |
D | sddr09.c | 282 #define UNUSABLE 0xfffffffd macro 1270 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map() 1278 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map() 1299 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map() 1308 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map() 1317 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map() 1361 info->pba_to_lba[i] = UNUSABLE; in sddr09_read_map() 1375 if (info->pba_to_lba[i+j] != UNUSABLE) { in sddr09_read_map()
|
/Linux-v5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_pm.c | 69 * machine in an unusable condition. in i915_gem_suspend_late()
|
/Linux-v5.10/arch/s390/include/uapi/asm/ |
D | signal.h | 111 * structure unusable for either system call. To get around this problem
|
/Linux-v5.10/drivers/rtc/ |
D | rtc-au1xxx.c | 84 * counters are unusable. in au1xtoy_rtc_probe()
|
/Linux-v5.10/fs/overlayfs/ |
D | ovl_entry.h | 26 /* Unusable (conflicting) uuid */
|
/Linux-v5.10/kernel/locking/ |
D | mutex-debug.c | 94 * mutex_destroy - mark a mutex unusable
|
12345678910