Home
last modified time | relevance | path

Searched full:unusable (Results 1 – 25 of 245) sorted by relevance

12345678910

/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/arch/arm/boot/dts/
Domap3-devkit8000.dts18 /* Unusable as clocksource because of unreliable oscillator */
23 /* Unusable as clockevent because if unreliable oscillator, allow to idle */
/Linux-v5.10/include/linux/
Dkern_levels.h8 #define KERN_EMERG KERN_SOH "0" /* system is unusable */
30 #define LOGLEVEL_EMERG 0 /* system is unusable */
/Linux-v5.10/drivers/usb/usbip/
Dusbip_event.c88 /* Mark the device as unusable. */ in event_handler()
90 ud->eh_ops.unusable(ud); in event_handler()
/Linux-v5.10/include/uapi/linux/
Dusbip.h17 /* sdev is unusable because of a fatal error. */
/Linux-v5.10/tools/include/linux/
Dkern_levels.h8 #define KERN_EMERG KERN_SOH "" /* system 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/arch/x86/purgatory/
Dsetup-x86_64.S40 /* 0x00 unusable segment
Dentry64.S86 * 0x00 unusable segment
/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/arch/x86/kernel/
Di8253.c23 * Modern chipsets can disable the PIT clock which makes it unusable. It
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Dbrcm,bcm2835-cprman.txt34 unusable.
/Linux-v5.10/Documentation/admin-guide/
Dedid.rst12 or the computer is unusable, because the screen remains dark after
/Linux-v5.10/drivers/leds/
DTODO18 No two LEDs have same name, so the names are probably unusable for the
/Linux-v5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.h61 * 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/
Dbt87x.rst70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
/Linux-v5.10/arch/um/kernel/
Duml.lds.S17 * they are forever unusable.
/Linux-v5.10/tools/testing/selftests/x86/
Dsysret_ss_attrs.c7 * the hidden attributes set to an unusable state. Make sure the kernel
/Linux-v5.10/drivers/usb/storage/
Dsddr09.c282 #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/
Di915_gem_pm.c69 * machine in an unusable condition. in i915_gem_suspend_late()
/Linux-v5.10/arch/s390/include/uapi/asm/
Dsignal.h111 * structure unusable for either system call. To get around this problem
/Linux-v5.10/drivers/rtc/
Drtc-au1xxx.c84 * counters are unusable. in au1xtoy_rtc_probe()
/Linux-v5.10/fs/overlayfs/
Dovl_entry.h26 /* Unusable (conflicting) uuid */
/Linux-v5.10/kernel/locking/
Dmutex-debug.c94 * mutex_destroy - mark a mutex unusable

12345678910