| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ata/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap3-beagle-ab4.dts | 16 /* Unusable as clocksource because of unreliable oscillator */ 21 /* Unusable as clockevent because of unreliable oscillator, allow to idle */
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "0" /* system is unusable */ 30 #define LOGLEVEL_EMERG 0 /* system is unusable */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_base.hpp | 114 * The unusable class is a placeholder for unused function arguments 115 * It is also completely unusable except that it constructable from 119 struct unusable struct 121 unusable() {} in unusable() argument 122 template<typename T> unusable(const T&) {} in unusable() function 127 * type to "unusable". 134 typedef unusable type;
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.cookie.js | 40 // If we can't decode the cookie, ignore it, it's unusable. 47 // If we can't parse the cookie, ignore it, it's unusable.
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | usbip_event.c | 89 /* Mark the device as unusable. */ in event_handler() 91 ud->eh_ops.unusable(ud); in event_handler()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | usbip.h | 17 /* sdev is unusable because of a fatal error. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | usbip.h | 17 /* sdev is unusable because of a fatal error. */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | usbip.h | 17 /* sdev is unusable because of a fatal error. */
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | kern_levels.h | 8 #define KERN_EMERG KERN_SOH "" /* system is unusable */
|
| /OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/ |
| H A D | Kconfig | 47 thus unusable on standard carrier boards.
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | 10-quirks.conf | 4 # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
|
| /OK3568_Linux_fs/kernel/arch/x86/purgatory/ |
| H A D | setup-x86_64.S | 40 /* 0x00 unusable segment
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | sysfs.c | 191 block_t unusable; in unusable_show() local 194 unusable = sbi->unusable_block_count; in unusable_show() 196 unusable = f2fs_get_unusable_blocks(sbi); in unusable_show() 197 return sprintf(buf, "%llu\n", (unsigned long long)unusable); in unusable_show() 750 F2FS_GENERAL_RO_ATTR(unusable); 860 ATTR_LIST(unusable),
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-block-aoe | 24 is ready for I/O and "down" if detected but unusable. The
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | network.sh | 16 # oblivion, making the network unusable
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/ |
| H A D | 0006-Disable-code-related-to-HTTP-2-when-Qt-is-configured.patch | 24 …// HTTP/2 is implemented since Qt 5.8, but various QtNetwork bugs make it unusable in browser with…
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | i8253.c | 23 * Modern chipsets can disable the PIT clock which makes it unusable. It
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | brcm,bcm2835-cprman.txt | 34 unusable.
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A 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.
|
| /OK3568_Linux_fs/u-boot/board/sunxi/ |
| H A D | README.nand | 8 unusable, etc.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fastboot.c | 71 printf("The fastboot memory space is unusable!\n"); in do_fastboot()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gnome/ |
| H A D | gconf_3.2.6.bb | 40 # this stuff is unusable
|