| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | planar-apis.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _planar-apis: 6 Single- and multi-planar APIs 12 per "plane". A plane is a sub-buffer of the current frame. For examples 15 Initially, V4L2 API did not support multi-planar buffers and a set of 17 constitute what is being referred to as the "multi-planar API". 20 depending on whether single- or multi-planar API is being used. An 22 corresponding buffer type to its ioctl calls. Multi-planar versions of 24 available multi-planar buffer types see enum 28 Multi-planar formats [all …]
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | i2c-multi-instantiate.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * I2C multi-instantiate driver, pseudo driver to instantiate multiple 4 * i2c-clients from a single fwnode. 61 struct i2c_multi_inst_data *multi; in i2c_multi_inst_probe() local 65 struct device *dev = &pdev->dev; in i2c_multi_inst_probe() 70 match = acpi_match_device(dev->driver->acpi_match_table, dev); in i2c_multi_inst_probe() 73 return -ENODEV; in i2c_multi_inst_probe() 75 inst_data = (const struct i2c_inst_data *)match->driver_data; in i2c_multi_inst_probe() 84 multi = devm_kmalloc(dev, struct_size(multi, clients, ret), GFP_KERNEL); in i2c_multi_inst_probe() 85 if (!multi) in i2c_multi_inst_probe() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | validity_failure_type.hpp | 40 /// multi-polygon that contains a polygon with less than 4 points, etc. 41 /// (applies to linestrings, rings, polygons, multi-linestrings 42 /// and multi-polygons) 60 /// The geometry has invalid self-intersections. 67 /// (applies to polygons and multi-polygons only) 68 failure_interior_rings_outside = 30, // for (multi-)polygons 70 /// (applies to polygons and multi-polygons only) 71 failure_nested_interior_rings = 31, // for (multi-)polygons 73 /// (applies to polygons and multi-polygons only) 74 failure_disconnected_interior = 32, // for (multi-)polygons [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw_mfa2.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 2 /* Copyright (c) 2017-2019 Mellanox Technologies. All rights reserved */ 18 * +----------------------------------+ 20 * +----------------------------------+ 22 * | +------------------------------+ | +-----------------+ 23 * | | package descriptor tlv +-----> |num_devices=n | 24 * | +------------------------------+ | |num_components=m | 25 * +----------------------------------+ |CB offset | 27 * | +------------------------------+ | | | 28 * | | PSID tlv | | +-----------------+ [all …]
|
| H A D | mlxfw_mfa2_tlv_multi.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 2 /* Copyright (c) 2017-2019 Mellanox Technologies. All rights reserved */ 10 NLA_ALIGN(sizeof(*(tlv)) + be16_to_cpu((tlv)->len)) 14 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_child() argument 19 return mlxfw_mfa2_tlv_get(mfa2_file, (void *) multi + multi_len); in mlxfw_mfa2_tlv_multi_child() 26 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_tlv_next() local 32 if (tlv->type == MLXFW_MFA2_TLV_MULTI_PART) { in mlxfw_mfa2_tlv_next() 33 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, tlv); in mlxfw_mfa2_tlv_next() 34 tlv_len = NLA_ALIGN(tlv_len + be16_to_cpu(multi->total_len)); in mlxfw_mfa2_tlv_next() 56 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_find() argument [all …]
|
| H A D | mlxfw_mfa2_tlv_multi.h | 1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ 2 /* Copyright (c) 2017-2019 Mellanox Technologies. All rights reserved */ 13 const struct mlxfw_mfa2_tlv_multi *multi); 25 const struct mlxfw_mfa2_tlv_multi *multi, 29 const struct mlxfw_mfa2_tlv_multi *multi, 37 #define mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) \ argument 39 mlxfw_mfa2_tlv_multi_child(mfa2_file, multi), \ 40 be16_to_cpu(multi->num_extensions) + 1)
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | version.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 #include <linux/rk-isp21-config.h> 19 * support multi virtual device; 23 * 2. fix picture of hdr is abnormal in multi-visual isp when run second time 69 * 2. fix size no update for multi sensor switch 73 * 1. isp/ispp add lock for multi dev runtime 122 * 8. don't start ldch asynchronously in multi-isp mode 128 * 1.fix multi dev refcnt 154 * 10.add v-blank to procfs 164 * 8.fix input crop config for isp21 multi device [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | serial_cs.c | 1 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) 69 /* Table of multi-port card ID's */ 74 int multi; /* 1 = multifunction, > 1 = # ports */ member 84 int multi; member 100 * vers_1 5.0, "Brain Boxes", "2-Port RS232 card", "r6" 110 uart->port.uartclk = 14745600; in quirk_setup_brainboxes_0104() 128 return -ENODEV; in quirk_post_ibm() 133 * be handled by setting the quirk entry .multi = 0 | 1 ? 137 struct serial_info *info = link->priv; in quirk_config_nokia() 139 if (info->multi > 1) in quirk_config_nokia() [all …]
|
| /OK3568_Linux_fs/u-boot/test/image/ |
| H A D | test-imagetools.sh | 7 # SPDX-License-Identifier: GPL-2.0+ 13 # ./test/image/test-imagetools.sh 17 IMAGE_NAME="v1.0-test" 37 rm -f ${file} ${SRCDIR}/${file} 39 rm -f ${IMAGE_MULTI} 40 rm -f ${DUMPIMAGE_LIST} 41 rm -f ${MKIMAGE_LIST} 42 rm -f ${TEST_OUT} 49 if ! diff -u $1 $2; then 61 mkdir -p ${SRCDIR} [all …]
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 …$(CONFIG_SHELL) $(srctree)/$(src)/gen-random-seed.sh $@ $(objtree)/include/generated/randomize_lay… 13 # No extra code is needed for single-file plugins. 14 # For multi-file plugins, use *-objs syntax to list the objects. 18 # foo-objs := foo.o foo2.o 20 always-y += $(GCC_PLUGIN) 22 GCC_PLUGINS_DIR = $(shell $(CC) -print-file-name=plugin) 24 plugin_cxxflags = -Wp,-MMD,$(depfile) $(KBUILD_HOSTCXXFLAGS) -fPIC \ 25 -I $(GCC_PLUGINS_DIR)/include -I $(obj) -std=gnu++11 \ 26 -fno-rtti -fno-exceptions -fasynchronous-unwind-tables \ [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | xz.h | 5 * Igor Pavlov <https://7-zip.org/> 28 * enum xz_mode - Operation mode 30 * @XZ_SINGLE: Single-call mode. This uses less RAM than 31 * multi-call modes, because the LZMA2 36 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2 40 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is 59 * enum xz_ret - Return codes 62 * return code is possible only in multi-call mode 66 * is still possible in multi-call mode by simply 81 * only in multi-call mode (XZ_PREALLOC or [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/ |
| H A D | write.hpp | 3 // Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands. 4 // Copyright (c) 2008-2015 Bruno Lalande, Paris, France. 5 // Copyright (c) 2009-2015 Mateusz Loskot, London, UK. 6 // Copyright (c) 2014-2015 Adam Wulkiewicz, Lodz, Poland. 14 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 158 && detail::disjoint::disjoint_point_point(*begin, *(end - 1))) in apply() 179 \brief Stream sequence of points as WKT-part, e.g. (1 2),(3 4) 180 \note Used in polygon, all multi-geometries 219 template <typename Multi, typename StreamPolicy, typename PrefixPolicy> 224 Multi const& geometry) in apply() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.build | 5 # SPDX-License-Identifier: GPL-2.0 8 # Modified for U-Boot 25 obj-y := 26 obj-m := 27 lib-y := 28 lib-m := 31 subdir-y := 32 subdir-m := 37 asflags-y := 38 ccflags-y := [all …]
|
| H A D | Makefile.lib | 2 # SPDX-License-Identifier: GPL-2.0 5 asflags-y += $(EXTRA_AFLAGS) 6 ccflags-y += $(EXTRA_CFLAGS) 7 cppflags-y += $(EXTRA_CPPFLAGS) 8 ldflags-y += $(EXTRA_LDFLAGS) 12 export KBUILD_SUBDIR_ASFLAGS := $(KBUILD_SUBDIR_ASFLAGS) $(subdir-asflags-y) 13 export KBUILD_SUBDIR_CCFLAGS := $(KBUILD_SUBDIR_CCFLAGS) $(subdir-ccflags-y) 18 # When an object is listed to be built compiled-in and modular, 19 # only build the compiled-in version 21 obj-m := $(filter-out $(obj-y),$(obj-m)) [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.lib | 2 asflags-y += $(EXTRA_AFLAGS) 3 ccflags-y += $(EXTRA_CFLAGS) 4 cppflags-y += $(EXTRA_CPPFLAGS) 5 ldflags-y += $(EXTRA_LDFLAGS) 9 export KBUILD_SUBDIR_ASFLAGS := $(KBUILD_SUBDIR_ASFLAGS) $(subdir-asflags-y) 10 export KBUILD_SUBDIR_CCFLAGS := $(KBUILD_SUBDIR_CCFLAGS) $(subdir-ccflags-y) 15 # When an object is listed to be built compiled-in and modular, 16 # only build the compiled-in version 18 obj-m := $(filter-out $(obj-y),$(obj-m)) 21 # Filter out objects already built-in [all …]
|
| H A D | Makefile.build | 13 obj-y := 14 obj-m := 15 lib-y := 16 lib-m := 19 subdir-y := 20 subdir-m := 25 asflags-y := 26 ccflags-y := 27 cppflags-y := 28 ldflags-y := [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.lib | 2 asflags-y += $(EXTRA_AFLAGS) 3 ccflags-y += $(EXTRA_CFLAGS) 4 cppflags-y += $(EXTRA_CPPFLAGS) 5 ldflags-y += $(EXTRA_LDFLAGS) 9 export KBUILD_SUBDIR_ASFLAGS := $(KBUILD_SUBDIR_ASFLAGS) $(subdir-asflags-y) 10 export KBUILD_SUBDIR_CCFLAGS := $(KBUILD_SUBDIR_CCFLAGS) $(subdir-ccflags-y) 15 # When an object is listed to be built compiled-in and modular, 16 # only build the compiled-in version 18 obj-m := $(filter-out $(obj-y),$(obj-m)) 21 # Filter out objects already built-in [all …]
|
| H A D | Makefile.build | 13 obj-y := 14 obj-m := 15 lib-y := 16 lib-m := 19 subdir-y := 20 subdir-m := 25 asflags-y := 26 ccflags-y := 27 cppflags-y := 28 ldflags-y := [all …]
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | mst.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * mst.c - NTFS multi sector transfer protection handling code. Part of the 4 * Linux-NTFS project. 6 * Copyright (c) 2001-2004 Anton Altaparmakov 12 * post_read_mst_fixup - deprotect multi sector transfer protected data 16 * Perform the necessary post read multi sector transfer fixup and detect the 17 * presence of incomplete multi sector transfers. - In that case, overwrite the 21 * Return 0 on success and -EINVAL on error ("BAAD" magic will be present). 34 usa_ofs = le16_to_cpu(b->usa_ofs); in post_read_mst_fixup() 36 usa_count = le16_to_cpu(b->usa_count) - 1; in post_read_mst_fixup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/zorro/ |
| H A D | zorro.ids | 4 # Maintained by Geert Uytterhoeven <zorro@linux-m68k.org> 12 # product product_name <-- single tab 23 0200 3-State 29 6700 A2386-SX [ISA Bus Bridge] 38 4500 A2232 Prototype [Multi I/O] 39 4600 A2232 [Multi I/O] 46 6700 A2386-SX [ISA Bus Bridge] 61 03ed A-Squared 70 0300 8-Up (Rev A) [RAM Expansion] 71 0400 8-Up (Rev Z) [RAM Expansion] [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | multi_modify.hpp | 3 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. 4 // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. 5 // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. 12 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 37 static inline void apply(MultiGeometry& multi) in apply() 40 for (iterator_type it = boost::begin(multi); in apply() 41 it != boost::end(multi); in apply() 49 static inline void apply(MultiGeometry& multi, Strategy const& strategy) in apply() 52 for (iterator_type it = boost::begin(multi); in apply() 53 it != boost::end(multi); in apply()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | jquery-ui.structure.min.css | 1 /*! jQuery UI - v1.11.4 - 2015-03-15 5 …-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;ma…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | http_file_source.cpp | 16 // Dynamically load all cURL functions. Debian-derived systems upgraded the OpenSSL version linked 25 // shown on https://abi-laboratory.pro/tracker/timeline/curl/ 103 throw std::runtime_error(std::string("CURL multi error: ") + curl::multi_strerror(code)); in handleError() 121 static int startTimeout(CURLM *multi, long timeout_ms, void *userp); 132 // CURL multi handle that we use to request multiple URLs at the same time, without having to 134 CURLM *multi = nullptr; member in mbgl::HTTPFileSource::Impl 179 multi = curl::multi_init(); in Impl() 180 handleError(curl::multi_setopt(multi, CURLMOPT_SOCKETFUNCTION, handleSocket)); in Impl() 181 handleError(curl::multi_setopt(multi, CURLMOPT_SOCKETDATA, this)); in Impl() 182 handleError(curl::multi_setopt(multi, CURLMOPT_TIMERFUNCTION, startTimeout)); in Impl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drx_dap_fasi.h | 2 Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc. 48 /*-------- compilation control switches --------------------------------------*/ 53 /*-------- Required includes -------------------------------------------------*/ 57 /*-------- Defines, configuring the API --------------------------------------*/ 98 #error At least one of short- or long-addressing format must be allowed. 103 * Single/master multi master setting 106 * Comments about SINGLE MASTER/MULTI MASTER modes: 113 * + multi master mode means use of repeated starts 118 * Single/multi master selected via the flags in the FASI protocol. 121 * Default is single master, DAP FASI changes multi-master setting silently [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-class-multicolor.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/leds-class-multicolor.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dan Murphy <dmurphy@ti.com> 13 Bindings for multi color LEDs show how to describe current outputs of 14 either integrated multi-color LED elements (like RGB, RGBW, RGBWA-UV 15 etc.) or standalone LEDs, to achieve logically grouped multi-color LED 16 modules. This is achieved by adding multi-led nodes layer to the 23 "^multi-led@([0-9a-f])$": [all …]
|