| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ipaq.c | 60 { USB_DEVICE(0x045E, 0x0400) }, /* Windows Powered Pocket PC 2002 */ 61 { USB_DEVICE(0x045E, 0x0401) }, /* Windows Powered Pocket PC 2002 */ 62 { USB_DEVICE(0x045E, 0x0402) }, /* Windows Powered Pocket PC 2002 */ 63 { USB_DEVICE(0x045E, 0x0403) }, /* Windows Powered Pocket PC 2002 */ 64 { USB_DEVICE(0x045E, 0x0404) }, /* Windows Powered Pocket PC 2002 */ 65 { USB_DEVICE(0x045E, 0x0405) }, /* Windows Powered Pocket PC 2002 */ 66 { USB_DEVICE(0x045E, 0x0406) }, /* Windows Powered Pocket PC 2002 */ 67 { USB_DEVICE(0x045E, 0x0407) }, /* Windows Powered Pocket PC 2002 */ 68 { USB_DEVICE(0x045E, 0x0408) }, /* Windows Powered Pocket PC 2002 */ 69 { USB_DEVICE(0x045E, 0x0409) }, /* Windows Powered Pocket PC 2002 */ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/man/ |
| H A D | XWin.man | 3 XWin \- X Server for the Cygwin environment on Microsoft Windows 13 running on Microsoft Windows. 20 appears as a single \fIWindows\fP window and all X windows are contained 22 (In X terminology, the \fIWindows\fP window contains the root window for 26 window manager in order to handle the top-level X windows, in such a 27 way that they appear as normal \fIWindows\fP windows. 31 pattern) is hidden from view, so only top-level X windows are seen. 43 Each X screen appears as a single \fIWindows\fP window and all X windows are 44 contained within those windows. 47 Each top-level X window appears in its own \fIWindows\fP window. [all …]
|
| H A D | XWinrc.man | 10 running on Microsoft Windows, \fIXWin\fP can be optionally configured 21 which is in the \fIWindows\fP system tray. This feature functions in 25 \fIWindows\fP window that \fIXWin -multiwindow\fP produces for each 29 3- To change the icon that is associated to the \fIWindows\fP window 32 programs. The new icons associated should be \fIWindows\fP format 35 4- To change the style that is associated to the \fIWindows\fP window 120 generic top-level X-Windows in the \fIXWin\fP \fImultiwindow\fP mode. The 145 \t \t ("c:\\windows\\system32\\shell32.dll,4" is the default folder icon) 151 .B ICONDIRECTORY \fIWindows-path-to-icon-directory\fP 153 It should be a \fIWindows\fP style path (e.g. C:\\cygwin\\usr\\local\\icons). [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | osi.rst | 24 but where Linux was installed to replace the original OS (Windows or OSX). 26 The larger group is the systems tested to run only Windows. Not only that, 27 but many were tested to run with just one specific version of Windows. 28 So even though the BIOS may use _OSI to query what version of Windows is running, 33 with all versions of Windows. 35 But Linux isn't actually compatible with Windows, and the Linux community 37 Windows to its list of _OSI strings. So it is possible that additional strings 41 What should an OEM do if they want to support Linux and Windows 43 for Linux to deal with how Linux is different from Windows. 76 Windows 98, SE: "Microsoft Windows" [all …]
|
| /OK3568_Linux_fs/external/mpp/build/android/ |
| H A D | ndk_links.md | 5 * https://dl.google.com/android/repository/android-ndk-r16-windows-x86.zip 6 * https://dl.google.com/android/repository/android-ndk-r16-windows-x86_64.zip 14 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip 15 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip 23 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip 24 * https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip 32 * https://dl.google.com/android/repository/android-ndk-r14b-windows-x86.zip 33 * https://dl.google.com/android/repository/android-ndk-r14b-windows-x86_64.zip 41 * https://dl.google.com/android/repository/android-ndk-r13b-windows-x86.zip 42 * https://dl.google.com/android/repository/android-ndk-r13b-windows-x86_64.zip [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | utosi.c | 27 * the latest version of Windows, which would respond to the latest/newest 28 * _OSI string. Not responding TRUE to the latest version of Windows will 46 * for this string. Basically, the only safe OS strings are windows-related 51 * Windows that the BIOS has requested. 56 {"Windows 2000", NULL, 0, ACPI_OSI_WIN_2000}, /* Windows 2000 */ 57 {"Windows 2001", NULL, 0, ACPI_OSI_WIN_XP}, /* Windows XP */ 58 {"Windows 2001 SP1", NULL, 0, ACPI_OSI_WIN_XP_SP1}, /* Windows XP SP1 */ 59 {"Windows 2001.1", NULL, 0, ACPI_OSI_WINSRV_2003}, /* Windows Server 2003 */ 60 {"Windows 2001 SP2", NULL, 0, ACPI_OSI_WIN_XP_SP2}, /* Windows XP SP2 */ 61 …{"Windows 2001.1 SP1", NULL, 0, ACPI_OSI_WINSRV_2003_SP1}, /* Windows Server 2003 SP1 - Added 03/2… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/endpoint/ |
| H A D | pci-epc-mem.c | 41 * @windows: pointer to windows supported by the device 42 * @num_windows: number of windows device supports 48 struct pci_epc_mem_window *windows, in pci_epc_multi_mem_init() argument 62 if (!windows || !num_windows) in pci_epc_multi_mem_init() 65 epc->windows = kcalloc(num_windows, sizeof(*epc->windows), GFP_KERNEL); in pci_epc_multi_mem_init() 66 if (!epc->windows) in pci_epc_multi_mem_init() 70 page_size = windows[i].page_size; in pci_epc_multi_mem_init() 74 pages = windows[i].size >> page_shift; in pci_epc_multi_mem_init() 92 mem->window.phys_base = windows[i].phys_base; in pci_epc_multi_mem_init() 93 mem->window.size = windows[i].size; in pci_epc_multi_mem_init() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0001-Set-host_machine-correctly-when-building-with-mingw3.patch | 23 -if host_machine.system() == 'windows' 24 +if host_system == 'windows' 32 -if host_machine.system() != 'windows' 33 +if host_system != 'windows' 37 @@ -434,7 +434,7 @@ if host_machine.system() != 'windows' 40 # Test programs buildable on Windows only 41 -if host_machine.system() == 'windows' 42 +if host_system == 'windows' 50 -if host_machine.system() != 'windows' 51 +if host_system != 'windows' [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch | 66 -[!windows] go env -w CC=/usr/bin/clang 68 -[!windows] ! go env -w CC=./clang 69 -[!windows] ! go env -w CC=bin/clang 70 -[!windows] stderr 'go env -w: CC entry is relative; must be absolute path' 72 -[windows] go env -w CC=$WORK\bin\clang 73 -[windows] ! go env -w CC=.\clang 74 -[windows] ! go env -w CC=bin\clang 75 -[windows] stderr 'go env -w: CC entry is relative; must be absolute path' 78 -[!windows] go env -w CC=/usr/bin/cpp 80 -[!windows] ! go env -w CXX=./cpp [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | start.rst | 268 Windows) that uses `CROPS <https://github.com/crops/poky-container>`__, 270 can be a Windows machine capable of running Windows Subsystem For Linux 276 `Windows Subsystem for Linux v1 <https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux>`__. 279 `WSLv2 <https://docs.microsoft.com/en-us/windows/wsl/install-win10>`__. 357 Yocto Project on a Windows, Mac, or Linux machine. 359 Follow these general steps to prepare a Windows, Mac, or Linux machine 375 Pre-Windows 10 or Windows 10 "Home" version), you must install Docker 380 example, if your build host is running Microsoft Windows Version 10 390 … Windows <https://docs.docker.com/docker-for-windows/install/#install-docker-desktop-on-windows>`__ 391 for Windows build hosts that meet requirements. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_multi.rst | 42 Windows host drivers 45 For the gadget to work under Windows two conditions have to be met: 50 First of all, Windows need to detect the gadget as an USB composite 52 Windows lets USB Generic Parent Driver[5] handle the device which then 66 The other, trickier thing is making Windows install drivers for each 69 For mass storage it is trivial since Windows detect it's an interface 77 To make Windows select RNDIS drivers for the first function in the 107 things don't work as intended before realising Windows have cached 114 Provided INF files have been tested on Windows XP SP3, Windows Vista 115 and Windows 7, all 32-bit versions. It should work on 64-bit versions [all …]
|
| H A D | gadget_serial.rst | 42 Windows and know how to configure and build Linux kernels, run 70 | Windows) Driver USB Stack | | 95 the Windows usbser.sys ACM driver, and the Linux USB generic serial 149 either the Windows or Linux ACM driver on the host side. If gadget 155 Installing the Windows Host ACM Driver 157 To use the Windows ACM driver you must have the "linux-cdc-acm.inf" 159 of Windows. 162 to the Windows host with a USB cable, Windows should recognize the 163 gadget serial device and ask for a driver. Tell Windows to find the 166 For example, on Windows XP, when the gadget serial device is first [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | system.XWinrc | 13 # Paths to icons are **WINDOWS** based (i.e. c:\windows\icons) 48 # 1. Name of a regular Windows .ico format file 50 # 2. Name and index into a Windows .DLL 51 # (ex: "c:\windows\system32\shell32.dll,4" gives the default folder icon 52 # "c:\windows\system32\shell32.dll,5" gives the floppy drive icon) 56 # To define where ICO files live (** Windows path**) 57 # ICONDIRECTORY <windows-path i.e. c:\cygwin\usr\icons> 63 # TRAYICON <name-of-windows-ico-file-in-icondirectory> 66 # DEFAULTICON <name-of-windows-ico-file-in-icondirectory>
|
| H A D | winmultiwindowwindow.c | 152 /* Kill the MS Windows window associated with this window */ in winDestroyWindowMultiWindow() 161 * This function adjusts the position and size of Windows window 163 * of winAdjustXWindow, which adjusts X window to Windows window. 199 /* Bail out if the Windows window handle is bad */ in winPositionWindowMultiWindow() 207 /* Get the Windows window style and extended style */ in winPositionWindowMultiWindow() 229 * Calculate the required size of the Windows window rectangle, in winPositionWindowMultiWindow() 230 * given the size of the Windows window client area. in winPositionWindowMultiWindow() 234 /* Get a rectangle describing the old Windows window */ in winPositionWindowMultiWindow() 238 /* Get a rectangle describing the Windows window client area */ in winPositionWindowMultiWindow() 264 /* Change the position and dimensions of the Windows window */ in winPositionWindowMultiWindow() [all …]
|
| H A D | XWin.exe.manifest | 3 <description>The XWin X Windows server</description> 8 name="Microsoft.Windows.Common-Controls" 23 <!-- Windows Vista --> 25 <!-- Windows 7 --> 27 <!-- Windows 8 --> 29 <!-- Windows 8.1 --> 31 <!-- Windows 10 -->
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/ |
| H A D | mbus.c | 22 * on the families, there are between 8 and 20 configurable windows, 28 * either 2 (for Dove) or 4 (for other families) windows to map the 33 * - Reads out the SDRAM address decoding windows at initialization 37 * address decoding windows. This is because devices also have their 38 * own windows (configured through registers that are part of each 40 * devices have to configure those device -> SDRAM windows to ensure 44 * dynamically add or remove address decoding windows for the CPU -> 61 /* CPU Address Decode Windows registers */ 105 * Functions to manipulate the address decoding windows 299 * windows, with 4 registers of 32 bits per window (ctrl, in armada_370_xp_mbus_win_offset() [all …]
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | Kconfig | 7 VFAT (Windows 95) file systems), then you must say Y or M here 51 If you have Windows 95 or Windows NT installed on your MSDOS 54 generated by Windows 95 / Windows NT. 62 tristate "VFAT (Windows-95) fs support" 65 This option provides support for normal Windows file systems with 67 used by Windows 95, Windows 98, Windows NT 4.0, and the Unix
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | vas-window.c | 68 * be mapped cache-able and is only applicable to send windows. 268 * These registers are common to send/receive windows although they 269 * differ for user/kernel windows. As we resolve the TODOs we may 317 * TODO: Can we mfspr(AMR) even for user windows? in init_xlate_regs() 352 * Design note: For NX receive windows, NX allocates the FIFO buffer in OPAL 356 * write the per-chip RX FIFO addresses to the windows during boot-up 515 pr_err("Too many (%d) open windows\n", VAS_WINDOWS_PER_CHIP); in vas_assign_window_id() 576 * (so both send and receive windows are on the same VAS instance) 579 * NOTE: We access ->windows[] table and assume that vinst->mutex is held. 591 rxwin = vinst->windows[winid]; in get_user_rxwin() [all …]
|
| H A D | vas.h | 30 * VAS in each Power9 chip. Each instance of VAS has 64K windows or ports, 47 * The HVWCs for all windows on a specific instance of VAS are in a contiguous 49 * HVWC BAR for the instance. Similarly the UWCs for all windows on an instance 89 * credits? Its NA for NX but may be needed for other receive windows. 227 * to a paste command and hence applies only to receive windows. 269 * Local Notify Scope Control Register. (Receive windows only). 279 * Local DMA Cache Control Register (Receive windows only). 287 * Local Notify Scope Control Register. (Receive windows only). 288 * Not applicable to NX receive windows. 314 * receive windows, one per coprocessor type. [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Color.c | 162 icws->windows[icws->index++] = xnestWindow(pWin); in xnestGetInstalledColormapWindows() 173 xnestSameInstalledColormapWindows(Window *windows, int numWindows) in xnestSameInstalledColormapWindows() argument 178 if (xnestOldInstalledColormapWindows == windows) in xnestSameInstalledColormapWindows() 181 if (xnestOldInstalledColormapWindows == NULL || windows == NULL) in xnestSameInstalledColormapWindows() 184 if (memcmp(xnestOldInstalledColormapWindows, windows, in xnestSameInstalledColormapWindows() 202 icws.windows = xallocarray(icws.numWindows + 1, sizeof(Window)); in xnestSetInstalledColormapWindows() 205 icws.windows[icws.numWindows] = xnestDefaultWindows[pScreen->myNum]; in xnestSetInstalledColormapWindows() 209 icws.windows = NULL; in xnestSetInstalledColormapWindows() 215 if (!xnestSameInstalledColormapWindows(icws.windows, icws.numWindows)) { in xnestSetInstalledColormapWindows() 221 Window64 *windows = xallocarray(numWindows, sizeof(Window64)); in xnestSetInstalledColormapWindows() local [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | vfat.rst | 106 recent Windows don't update it correctly in some 129 emulate the Windows 95 rule for create. 131 **win95**: emulate the Windows 95 rule for display/create. 133 **winnt**: emulate the Windows NT rule for display/create. 135 **mixed**: emulate the Windows NT rule for display, 136 emulate the Windows 95 rule for create. 143 between local time (as used by Windows on FAT) and UTC 176 FAT has the ATTR_RO (read-only) attribute. On Windows, 268 knowledge of the extended FAT file system used in Windows NT 3.5 and 269 Windows 95. I don't guarantee that any of the following is correct, [all …]
|
| /OK3568_Linux_fs/kernel/fs/nls/ |
| H A D | Kconfig | 47 DOS/Windows partitions correctly. This does apply to the filenames 59 DOS/Windows partitions correctly. This does apply to the filenames 71 DOS/Windows partitions correctly. This does apply to the filenames 84 DOS/Windows partitions correctly. This does apply to the filenames 100 DOS/Windows partitions correctly. This does apply to the filenames 115 DOS/Windows partitions correctly. This does apply to the filenames 126 DOS/Windows partitions correctly. This does apply to the filenames 137 DOS/Windows partitions correctly. This does apply to the filenames 148 DOS/Windows partitions correctly. This does apply to the filenames 159 DOS/Windows partitions correctly. This does apply to the filenames [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/ |
| H A D | xwinclip.man | 3 xwinclip - An X11 and Windows clipboard integration tool 9 \fIxwinclip\fP is a tool for copying and pasting text between the Windows and X11 clipboard systems. 14 the contents of the most recent one to change available to paste from the Windows clipboard. 16 It also monitors the contents of the Windows clipboard for changes, taking ownership of the PRIMARY… 17 CLIPBOARD selections, and making the contents of the Windows clipboard available in them. 49 Windows clipboard rendering is synchronous in the WM_RENDER*FORMAT message (that is, we must have p…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/p7zip/files/ |
| H A D | 0001-Fix-narrowing-errors-Wc-11-narrowing.patch | 8 …../../../../CPP/Windows/ErrorMsg.cpp:24:10: error: case value evaluates to -2147024809, which cann… 22 CPP/Windows/ErrorMsg.cpp | 14 +++++++------- 25 diff --git a/CPP/Windows/ErrorMsg.cpp b/CPP/Windows/ErrorMsg.cpp 27 --- a/CPP/Windows/ErrorMsg.cpp 28 +++ b/CPP/Windows/ErrorMsg.cpp
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | vme.rst | 59 The driver can request ownership of one or more master windows 60 (:c:func:`vme_master_request`), slave windows (:c:func:`vme_slave_request`) 64 attributes of the driver in question. For slave windows these attributes are 66 bus cycle types required in 'cycle'. Master windows add a further set of 84 Master windows 87 Master windows provide access from the local processor[s] out onto the VME bus. 88 The number of windows available and the available access modes is dependent on 106 :c:func:`vme_master_write` used to write to configured master windows. 113 Slave windows 116 Slave windows provide devices on the VME bus access into mapped portions of the [all …]
|