Home
last modified time | relevance | path

Searched refs:vendors (Results 1 – 25 of 123) sorted by relevance

12345

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcross-canadian.bbclass90 # Also need to handle multilib target vendors
91 vendors = d.getVar("CANADIANEXTRAVENDOR")
92 if not vendors:
93 vendors = all_multilib_tune_values(d, 'TARGET_VENDOR')
97 if origvendor not in vendors.split():
98 vendors = origvendor + " " + vendors
99 d.setVar("CANADIANEXTRAVENDOR", vendors)
/OK3568_Linux_fs/external/xserver/glx/
H A Dvndservermapping.c206 cl->vendors[screen->myNum] = vendor; in GlxSetClientScreenVendor()
208 cl->vendors[screen->myNum] = GlxGetVendorForScreen(NULL, screen); in GlxSetClientScreenVendor()
220 return cl->vendors[screen->myNum]; in GlxGetVendorForScreen()
H A Dvndext.c147 cl->vendors = (GlxServerVendor **) (cl + 1); in GlxGetClientData()
150 cl->vendors[i] = GlxGetVendorForScreen(NULL, screenInfo.screens[i]); in GlxGetClientData()
H A Dvndserver.h64 GlxServerVendor **vendors; member
/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dnames.c77 static struct vendor *vendors[HASHSZ] = { NULL, }; variable
87 v = vendors[hashnum(vendorid)]; in names_vendor()
193 v = vendors[h]; in new_vendor()
202 v->next = vendors[h]; in new_vendor()
203 vendors[h] = v; in new_vendor()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dcgi_py.patch26 -# binary installations by Linux vendors often install Python in
27 -# /usr/bin. So let those vendors patch cgi.py to match their choice
/OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/
H A DKconfig32 vendors SoCs.
43 different vendors SoCs.
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dllvm-project-source.inc41 vendors = d.getVar('CLANG_EXTRA_OE_VENDORS')
44 for vendor in vendors.split():
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dembargoed-hardware-issues.rst15 therefore need coordination across different OS vendors, distributions,
16 hardware vendors and other parties. For some of the issues, software
88 different OS vendors, distributors, hardware vendors and other parties.
156 industry, e.g. other OS vendors, HW vendors, etc.
H A Dkernel-driver-statement.rst17 customers to give up key Linux advantages or choose new vendors.
19 shared support benefits open source has to offer, we urge vendors to
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Darm-acpi.rst40 while DT explicitly does not support this. For hardware vendors, being
55 and an OS is important. Hardware vendors would not be required to implement
61 table as hardware vendors and other OS vendors. In fact, there is no
74 hardware vendors to take responsibility for power management behaviour without
77 ACPI is also important because hardware and OS vendors have already worked
82 server vendors need. Linux could potentially get there with DT, but doing so
84 the hardware vendors need, Microsoft won’t collaborate on DT, and hardware
85 vendors would still end up providing two completely separate firmware
303 reserving the name for later use. Other operating system vendors will
462 vendors that provide bad ACPI tables or violate the standards in some way.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gnss/
H A Dmediatek.txt4 vendors and can use a UART interface.
H A Dsirfstar.txt4 vendors and can use UART, SPI or I2C interfaces.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-soc37 limiting the possible number of vendors to 126. To expand
70 vendors. The format is "jep106:XXYY:ZZZZ" where XX is identity
H A Dsysfs-class-scsi_host109 buffer. Different hardware(HW) vendors may have different
111 solved by allowing HW vendors to provide userland drivers and
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/install-tools/include/
H A DREADME8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/
H A DREADME8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/
H A DREADME8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/OK3568_Linux_fs/u-boot/doc/SPI/
H A Dstatus.txt13 - Common probe support for all supported flash vendors except, ramtron.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/install-tools/include/
H A DREADME8 GCC requires ANSI C headers and many vendors supply ANSI-incompatible
/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A DKconfig24 use those files. This is used by some anti-malware vendors and by some
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dbtusb.txt16 Also, vendors that use btusb may have device additional properties, e.g:
/OK3568_Linux_fs/kernel/drivers/misc/eeprom/
H A DKconfig5 tristate "I2C EEPROMs / RAMs / ROMs from most vendors"
35 tristate "SPI EEPROMs from most vendors"
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhid-sensor.rst10 hardware vendors to provide a consistent Plug And Play interface at the USB boundary,
12 could be reused between vendors, alleviating any need for the vendors to provide
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/partitions/
H A Dbrcm,trx.txt5 most of the vendors building devices based on Broadcom's BCM47xx SoCs and is

12345