| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | iMatix | 3 …L), its source code, documentation, and executable files, hereinafter referred to as "the Product". 5 …Product is Copyright (c) 1991-2000 iMatix Corporation. You may use it and distribute it according … 9 The Product is, and remains, Copyright © 1991-2000 iMatix Corporation, with exception of specific c… 13 …e the source code for the Product as part of your product. However, you must do one of these thing… 15 1. Provide the source code for Product modules that you use, or 16 …2. Make your product freely available according to a license similar to the GNU General Public Lic… 17 …3. Add this phrase to the documentation for your product: "This product uses parts of the iMatix S… 21 …Product in any project, commercial, academic, military, or private, so long as you respect the Lic… 23 You may modify any part of the Product, including sources and documentation, except this License Ag… 25 …modifications at the start of each source file. The user of any modified Product code must know th… [all …]
|
| H A D | Motosoto | 7 Product licensed pursuant to this License is a "Licensed Product." Licensed 8 Product, in its entirety, is protected by Dutch copyright law. 11 Licensed Product and has been submitted to the Open Software Initiative (OSI) 26 1. You may use, sell or give away the Licensed Product, alone or as a 31 2. Both Source Code and executable versions of the Licensed Product, 33 available for your use. (The terms "Licensed Product," "Modifications," 36 3. You are allowed to make Modifications to the Licensed Product, and you 40 4. By accepting the Licensed Product under the provisions of this License, 42 Product and then distribute are governed by the provisions of this 46 5. You may use the Licensed Product for any purpose, but the Licensor is [all …]
|
| H A D | BitTorrent-1.1 | 4 …Product licensed pursuant to this License is a Licensed Product. Licensed Product, in its entirety… 14 1. You may use or give away the Licensed Product, alone or as a component of an aggregate software … 16 …of the Licensed Product, including Modifications made by previous Contributors, are available for … 18 3. You are allowed to make Modifications to the Licensed Product, and you can create Derivative Wor… 20 …cepting the Licensed Product under the provisions of this License, you agree that any Modification… 22 …Product, without paying a royalty or other fee to the Licensor or any Contributor, provided that s… 24 …Product for any purpose, but the Licensor is not providing you any warranty whatsoever, nor is the… 26 6. If you sublicense the Licensed Product or Derivative Works, you may charge fees for warranty or … 28 …icensor relating to the Licensed Product, or if you breach any terms of the License, your rights t… 29 … this License will apply to your Derivative Works just as they do to the original Licensed Product. [all …]
|
| H A D | BitTorrent-1.0 | 7 …tTorrent, Inc. ("Licensor"). Any BitTorrent Product licensed pursuant to this License is a Licens… 8 Licensed Product, in its entirety, is protected by U.S. copyright law. This License identifies the… 9 you may use, copy, distribute or modify Licensed Product. 23 1. You may use, sell or give away the Licensed Product, alone or as a component of an aggregat… 26 2. Both Source Code and executable versions of the Licensed Product, including Modifications m… 27 Contributors, are available for your use. (The terms "Licensed Product," "Modifications," "Contrib… 30 3. You are allowed to make Modifications to the Licensed Product, and you can create Derivativ… 33 4. By accepting the Licensed Product under the provisions of this License, you agree that any … 34 make to the Licensed Product and then distribute are governed by the provisions of this License. I… 37 5. You may use the Licensed Product for any purpose, but the Licensor is not providing you any… [all …]
|
| H A D | CERN-OHL-W-2.0 | 34 associated Product You treat the Source in question as being 38 code which can be applied to Make or test a Product or to 39 prepare a Product for use, Conveyance or sale, regardless of its 45 1.5 'Product' means any device, component, work or physical object, 51 Source or another Product or otherwise. 59 b) is available, at the time a Product or the Source containing 67 Make the Product; or 69 design or Make the Product. 82 a Product, in the preferred form for making modifications, 84 both for the Product, and for any included Available Components. [all …]
|
| H A D | CERN-OHL-S-2.0 | 34 Conveyance of any such Source, or any associated Product You 39 code which can be applied to Make or test a Product or to 40 prepare a Product for use, Conveyance or sale, regardless of its 46 1.5 'Product' means any device, component, work or physical object, 52 Source or another Product or otherwise. 60 b) is available, at the time a Product or the Source containing 69 Product; or 71 design or Make the Product. 74 a Product, in the preferred form for making modifications, 76 both for the Product, and for any included Available Components. [all …]
|
| H A D | CERN-OHL-P-2.0 | 27 code which can be applied to Make or test a Product or to 28 prepare a Product for use, Conveyance or sale, regardless of its 34 1.4 'Product' means any device, component, work or physical object, 40 Source or another Product or otherwise. 109 that the recipient of the Product has access to any Notices applicable 110 to the Product. 120 are disclaimed in respect of any Source or Product to the 122 representation that any Source or Product does not or will not 125 performance of any Source or Product shall be with You and not 137 negligence), product liability or otherwise, arising in any way [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | ecc.c | 396 uint128_t product; in vli_mult() local 398 product = mul_64_64(left[i], right[k - i]); in vli_mult() 400 r01 = add_128_128(r01, product); in vli_mult() 401 r2 += (r01.m_high < product.m_high); in vli_mult() 413 /* Compute product = left * right, for a small right value. */ 421 uint128_t product; in vli_umult() local 423 product = mul_64_64(left[k], right); in vli_umult() 424 r01 = add_128_128(r01, product); in vli_umult() 450 uint128_t product; in vli_square() local 452 product = mul_64_64(left[i], left[k - i]); in vli_square() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | Kconfig | 8 Core driver for Parade TrueTouch(tm) Standard Product 32 Standard Product Generation5 touchscreen controller. 45 Standard Product Generation5 touchscreen controller. 64 on Parade TrueTouch(tm) Standard Product Generation4 touchscreen 71 on Parade TrueTouch(tm) Standard Product Generation4 touchscreen 81 Standard Product Generation5 touchscreen controller. 90 Standard Product Generation5 touchscreen controller. 98 Say Y here to enable Parade TrueTouch(tm) Standard Product 114 access to Parade TrueTouch(tm) Standard Product Generation5 135 Say Y here to enable Parade TrueTouch(tm) Standard Product [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | ldusb.c | 34 #define USB_DEVICE_ID_LD_CASSY 0x1000 /* USB Product ID of CASSY-S modules with 8 bytes endpoint s… 35 #define USB_DEVICE_ID_LD_CASSY2 0x1001 /* USB Product ID of CASSY-S modules with 64 bytes endpoint… 36 #define USB_DEVICE_ID_LD_POCKETCASSY 0x1010 /* USB Product ID of Pocket-CASSY */ 37 #define USB_DEVICE_ID_LD_POCKETCASSY2 0x1011 /* USB Product ID of Pocket-CASSY 2 (reserved) */ 38 #define USB_DEVICE_ID_LD_MOBILECASSY 0x1020 /* USB Product ID of Mobile-CASSY */ 39 #define USB_DEVICE_ID_LD_MOBILECASSY2 0x1021 /* USB Product ID of Mobile-CASSY 2 (reserved) */ 40 #define USB_DEVICE_ID_LD_MICROCASSYVOLTAGE 0x1031 /* USB Product ID of Micro-CASSY Voltage */ 41 #define USB_DEVICE_ID_LD_MICROCASSYCURRENT 0x1032 /* USB Product ID of Micro-CASSY Current */ 42 #define USB_DEVICE_ID_LD_MICROCASSYTIME 0x1033 /* USB Product ID of Micro-CASSY Time (reserved) */ 43 #define USB_DEVICE_ID_LD_MICROCASSYTEMPERATURE 0x1035 /* USB Product ID of Micro-CASSY Temperature … [all …]
|
| /OK3568_Linux_fs/kernel/drivers/soc/renesas/ |
| H A D | renesas-soc.c | 23 .reg = 0xff000044, /* PRR (Product Register) */ 28 .reg = 0xff000044, /* PRR (Product Register) */ 33 .reg = 0xfff00044, /* PRR (Product Register) */ 51 .reg = 0xff000044, /* PRR (Product Register) */ 56 .reg = 0xfff00044, /* PRR (Product Register) */ 317 unsigned int product, eshi = 0, eslo; in renesas_soc_init() local 332 product = readl(chipid); in renesas_soc_init() 335 if (soc->id && ((product >> 16) & 0xff) != soc->id) { in renesas_soc_init() 336 pr_warn("SoC mismatch (product = 0x%x)\n", in renesas_soc_init() 337 product); in renesas_soc_init() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | marvel.rst | 41 … - Product Brief : http://www.marvell.com/embedded-processors/armada-300/assets/armada_310.pdf 44 … - Product Brief : http://www.marvell.com/embedded-processors/armada-300/assets/armada_310.pdf 47 … - Product Brief : http://www.marvell.com/embedded-processors/kirkwood/assets/88F6190-003_WEB.pdf 52 … - Product Brief : http://www.marvell.com/embedded-processors/kirkwood/assets/88F6192-003_ver1.pdf 58 … - Product Brief : http://www.marvell.com/embedded-processors/kirkwood/assets/88F6180-003_ver1.pdf 63 … - Product Brief : http://www.marvell.com/embedded-processors/kirkwood/assets/88F6281-004_ver1.pdf 81 …- Product Brief : http://www.marvell.com/embedded-processors/discovery-innovation/assets/MV78100-… 86 …- Product Brief : http://www.marvell.com/embedded-processors/discovery-innovation/assets/MV78200-… 109 …- Product Brief: http://www.marvell.com/embedded-processors/armada-300/assets/Marvell_ARMADA_370… 119 …- Product Brief: http://www.marvell.com/embedded-processors/armada-300/assets/ARMADA_375_SoC-01_pr… [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-ryos | 1 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 9 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 21 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 31 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 41 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 51 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 61 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 71 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 81 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… 92 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/ryos/ro… [all …]
|
| H A D | sysfs-driver-hid-roccat-isku | 1 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 12 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 20 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 31 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 41 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 51 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 61 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 71 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 81 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… 91 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/isku/ro… [all …]
|
| H A D | sysfs-driver-hid-roccat-koneplus | 1 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… 12 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… 24 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… 36 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… 44 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… 55 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… 70 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… 82 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… 98 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… 111 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplu… [all …]
|
| H A D | sysfs-driver-hid-roccat-konepure | 1 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur… 13 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur… 21 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur… 29 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur… 40 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur… 55 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur… 71 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur… 80 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur… 88 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur… 97 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepur…
|
| H A D | sysfs-driver-hid-roccat-kovaplus | 1 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu… 11 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu… 22 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu… 32 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu… 42 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu… 54 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu… 62 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu… 77 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu… 89 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu… 105 …es/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/kovaplu…
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | lm75.rst | 84 http://www.st.com/internet/analog/product/121769.jsp 104 https://www.ti.com/product/tmp100 106 https://www.ti.com/product/tmp101 108 https://www.ti.com/product/tmp105 110 https://www.ti.com/product/tmp112 112 https://www.ti.com/product/tmp75 114 https://www.ti.com/product/tmp75b 116 https://www.ti.com/product/tmp75c 118 https://www.ti.com/product/tmp175 120 https://www.ti.com/product/tmp275
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-typec | 171 Description: USB Power Delivery Specification defines a set of product types 172 for the partner devices. This file will show the product type of 174 both UFP and DFP product types defined, but only one that 176 product type of the partner is not visible to the device driver, 179 When the partner product type is detected, or changed with role 180 swap, uvevent is also raised that contains PRODUCT_TYPE=<product 226 Description: USB Power Delivery Specification defines a set of product types 227 for the cables. This file will show the product type of the 228 cable if it is known. If the product type of the cable is not 231 When the cable product type is detected, uvevent is also raised [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | rkflash_blk.c | 75 char *product; in rkflash_blk_probe() local 82 product = "rkflash-NandFlash"; in rkflash_blk_probe() 85 product = "rkflash-SpiNand"; in rkflash_blk_probe() 88 product = "rkflash-SpiNor"; in rkflash_blk_probe() 91 product = "unknown"; in rkflash_blk_probe() 101 memcpy(desc->product, product, strlen(product)); in rkflash_blk_probe()
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | avb_atx_validate.h | 53 * - Permanent Product Attributes: A hash of these attributes is fused into 55 * - Product Root Key (PRK): This key is provided in permanent attributes and 58 * - Product Intermediate Key (PIK): This key is a rotated intermediary. It is 60 * - Product Signing Key (PSK): This key is a rotated authority for a specific 61 * Android Things product. It is certified by a 63 * - Product ID: This value is provided in permanent attributes and is unique 64 * to a specific Android Things product. This value must match 80 * the validation of public key metadata except in place of the PSK is a Product
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/coda/ |
| H A D | coda-bit.c | 67 if (dev->devtype->product == CODA_HX4 || in coda_command_async() 68 dev->devtype->product == CODA_7541 || in coda_command_async() 69 dev->devtype->product == CODA_960) { in coda_command_async() 80 if (dev->devtype->product == CODA_960) { in coda_command_async() 124 if (dev->devtype->product == CODA_960) { in coda_hw_reset() 138 if (dev->devtype->product == CODA_960) in coda_hw_reset() 289 if (ctx->dev->devtype->product == CODA_960) in coda_bitstream_try_queue() 440 if ((dev->devtype->product == CODA_960) && in coda_bit_stream_end_flag() 453 if (dev->devtype->product == CODA_DX6) in coda_parabuf_write() 503 if (dev->devtype->product != CODA_DX6 && in coda_alloc_framebuffers() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/ |
| H A D | cross_product.hpp | 40 // We define cross product only for 2d (see Wolfram) and 3d. 42 // Generalisation of cross product to n-dimension is defined as 43 // wedge product but it is not direct analogue to binary cross product. 59 // For 2-dimensions, analog of the cross product U(x,y) and V(x,y) is in apply() 87 \brief Computes the cross product of two vectors. 92 \return the cross product vector 107 \brief Computes the cross product of two vectors. 112 \return the cross product vector
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | cve-check.bbclass | 23 # The product name that the CVE database uses defaults to BPN, but may need to 61 # Check for packages without CVEs (no issues or missing product name) 267 # CVE_PRODUCT can contain more than one product (eg. curl/libcurl) 285 # For each of the known product names (e.g. curl has CPEs using curl and libcurl)... 286 for product in products: 288 if ":" in product: 289 vendor, product = product.split(":", 1) 294 … = conn.execute("SELECT DISTINCT ID FROM PRODUCTS WHERE PRODUCT IS ? AND VENDOR LIKE ?", (product,… 299 bb.note("%s-%s ignores %s" % (product, pv, cve)) 305 # Write status once only for each product [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ftdi_sio_ids.h | 3 * vendor/product IDs (VID/PID) of devices using FTDI USB serial converters. 28 #define FTDI_SIO_PID 0x8372 /* Product Id SIO application of 8U100AX */ 29 #define FTDI_232RL_PID 0xFBFA /* Product ID for FT232RL */ 63 #define FTDI_CANDAPTER_PID 0x9F80 /* Product Id */ 94 /* OpenDCC (www.opendcc.de) product id */ 119 #define FTDI_MICRO_CHAMELEON_PID 0xCAA0 /* Product Id */ 144 #define FTDI_IPLUS_PID 0xD070 /* Product Id */ 145 #define FTDI_IPLUS2_PID 0xD071 /* Product Id */ 187 * Zolix (www.zolix.com.cb) product ids 192 * NDI (www.ndigital.com) product ids [all …]
|