Searched full:unusable (Results 1 – 25 of 286) sorted by relevance
12345678910>>...12
/Linux-v6.1/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-v6.1/arch/arm/boot/dts/ |
D | omap3-beagle-ab4.dts | 16 /* Unusable as clocksource because of unreliable oscillator */ 21 /* Unusable as clockevent because of unreliable oscillator, allow to idle */
|
/Linux-v6.1/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-v6.1/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()
|
/Linux-v6.1/tools/include/linux/ |
D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "" /* system is unusable */
|
/Linux-v6.1/include/uapi/linux/ |
D | usbip.h | 17 /* sdev is unusable because of a fatal error. */
|
/Linux-v6.1/arch/x86/purgatory/ |
D | setup-x86_64.S | 40 /* 0x00 unusable segment
|
D | entry64.S | 86 * 0x00 unusable segment
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-block-aoe | 24 is ready for I/O and "down" if detected but unusable. The
|
D | sysfs-firmware-memmap | 59 - Unusable memory
|
/Linux-v6.1/arch/x86/kernel/ |
D | i8253.c | 23 * Modern chipsets can disable the PIT clock which makes it unusable. It
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm2835-cprman.txt | 34 unusable.
|
/Linux-v6.1/arch/x86/pci/ |
D | acpi.c | 203 * Some firmware includes unusable space (host bridge registers, in pci_acpi_crs_quirks() 206 * allocating address space") has clipped out the unusable space in in pci_acpi_crs_quirks() 217 * post-2022 machines that incorrectly include unusable space in in pci_acpi_crs_quirks()
|
/Linux-v6.1/Documentation/admin-guide/ |
D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
/Linux-v6.1/arch/x86/kernel/cpu/sgx/ |
D | sgx.h | 17 "EREMOVE returned %d (0x%x) and an EPC page was leaked. SGX may become unusable. " \
|
/Linux-v6.1/arch/s390/include/uapi/asm/ |
D | signal.h | 87 * structure unusable for either system call. To get around this problem
|
/Linux-v6.1/drivers/leds/ |
D | TODO | 18 No two LEDs have same name, so the names are probably unusable for the
|
/Linux-v6.1/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-v6.1/fs/f2fs/ |
D | sysfs.c | 208 block_t unusable; in unusable_show() local 211 unusable = sbi->unusable_block_count; in unusable_show() 213 unusable = f2fs_get_unusable_blocks(sbi); in unusable_show() 214 return sprintf(buf, "%llu\n", (unsigned long long)unusable); in unusable_show() 836 F2FS_GENERAL_RO_ATTR(unusable); 960 ATTR_LIST(unusable),
|
/Linux-v6.1/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-v6.1/arch/um/kernel/ |
D | uml.lds.S | 23 * they are forever unusable.
|
/Linux-v6.1/tools/testing/selftests/x86/ |
D | sysret_ss_attrs.c | 7 * the hidden attributes set to an unusable state. Make sure the kernel
|
/Linux-v6.1/Documentation/sound/cards/ |
D | bt87x.rst | 70 maximum sample rate is 1792000 Hz, but audio data becomes unusable
|
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/ |
D | vmx_invalid_nested_guest_state.c | 92 sregs.tr.unusable = 1; in main()
|
/Linux-v6.1/drivers/rtc/ |
D | rtc-au1xxx.c | 81 * counters are unusable. in au1xtoy_rtc_probe()
|
12345678910>>...12