| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | planar-apis.rst | 6 Single- and multi-planar APIs 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 31 Multi-planar API introduces new multi-planar formats. Those formats use 33 the multi-planar API and a multi-planar format. Multi-planar API calls 35 in multi-planar API structures), while the single-planar API cannot [all …]
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | i2c-multi-instantiate.c | 3 * I2C multi-instantiate driver, pseudo driver to instantiate multiple 61 struct i2c_multi_inst_data *multi; in i2c_multi_inst_probe() local 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() 88 multi->num_clients = ret; in i2c_multi_inst_probe() 90 for (i = 0; i < multi->num_clients && inst_data[i].type; i++) { in i2c_multi_inst_probe() 119 multi->clients[i] = i2c_acpi_new_device(dev, i, &board_info); in i2c_multi_inst_probe() 120 if (IS_ERR(multi->clients[i])) { in i2c_multi_inst_probe() 121 ret = PTR_ERR(multi->clients[i]); in i2c_multi_inst_probe() 127 if (i < multi->num_clients) { in i2c_multi_inst_probe() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | version.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 164 * 8.fix input crop config for isp21 multi device 175 * 2.sync multi vir dev stream on/off 197 * 24.fix fbc iommu err with multi device case 200 * 27.fix rawhist weight config error for multi device [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) 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 75 /// The multi-polygon contains polygons whose interiors are not disjoint [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw_mfa2.c | 55 * The first multi TLV is treated as package descriptor, and expected to have a 59 * multi TLV. 63 * The multi TLVs following the package descriptor are treated as device 71 * The multi TLVs following the device descriptor multi TLVs are treated as 96 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_validate() argument 102 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_validate() 104 pr_err("Multi has invalid child"); in mlxfw_mfa2_tlv_multi_validate() 117 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_file_dev_validate() local 126 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, dev_tlv); in mlxfw_mfa2_file_dev_validate() 127 if (!multi) { in mlxfw_mfa2_file_dev_validate() [all …]
|
| H A D | mlxfw_mfa2_tlv_multi.c | 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 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 63 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_find() 76 const struct mlxfw_mfa2_tlv_multi *multi, in mlxfw_mfa2_tlv_multi_child_count() argument 84 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) { in mlxfw_mfa2_tlv_multi_child_count()
|
| H A D | mlxfw_mfa2_tlv_multi.h | 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/tty/serial/8250/ |
| H A D | serial_cs.c | 69 /* Table of multi-port card ID's */ 74 int multi; /* 1 = multifunction, > 1 = # ports */ member 84 int multi; member 133 * be handled by setting the quirk entry .multi = 0 | 1 ? 139 if (info->multi > 1) in quirk_config_nokia() 140 info->multi = 1; in quirk_config_nokia() 184 if (info->multi) in quirk_config_socket() 192 .multi = -1, 197 .multi = -1, 202 .multi = -1, [all …]
|
| /OK3568_Linux_fs/u-boot/test/image/ |
| H A D | test-imagetools.sh | 90 # Write files into an multi-file image 96 echo -e "\nBuilding multi-file image..." 97 do_cmd ${MKIMAGE} -A x86 -O linux -T multi -n \"${IMAGE_NAME}\" \ 102 # Extract files from an multi-file image 105 echo -e "\nExtracting multi-file image contents..." 106 do_cmd ${DUMPIMAGE} -T multi -i ${IMAGE_MULTI} -p 0 ${DATAFILE0} 107 do_cmd ${DUMPIMAGE} -T multi -i ${IMAGE_MULTI} -p 1 ${DATAFILE1} 108 do_cmd ${DUMPIMAGE} -T multi -i ${IMAGE_MULTI} -p 2 ${DATAFILE2} 109 do_cmd ${DUMPIMAGE} -T multi -i ${IMAGE_MULTI} -p 2 ${DATAFILE2} -o ${TEST_OUT} 196 # Compress and extract multi-file images, compare the result [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | xz.h | 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 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 92 * different between multi-call and single-call 95 * In multi-call mode, XZ_BUF_ERROR is returned when two consecutive calls 155 * multi-call decoding. This is ignored in single-call mode 175 * Multi-call mode with preallocated dictionary (XZ_PREALLOC): dict_max bytes [all …]
|
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | Makefile | 14 # For multi-file plugins, use *-objs syntax to list the objects. 33 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN)) 34 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs)))) 36 targets += $(plugin-single) $(plugin-multi) $(plugin-objs) 40 plugin-multi := $(addprefix $(obj)/, $(plugin-multi)) 53 $(plugin-multi): FORCE 55 $(foreach m, $(notdir $(plugin-multi)), $(eval $(obj)/$m: $(addprefix $(obj)/, $($(m:%.so=%-objs)))…
|
| /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 | 180 \note Used in polygon, all multi-geometries 219 template <typename Multi, typename StreamPolicy, typename PrefixPolicy> 224 Multi const& geometry) in apply() 230 for (typename boost::range_iterator<Multi const>::type in apply() 375 template <typename Multi> 376 struct wkt<Multi, multi_point_tag> 379 Multi, 382 typename boost::range_value<Multi>::type, 389 template <typename Multi> 390 struct wkt<Multi, multi_linestring_tag> [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.build | 159 # Default for not multi-part modules 162 $(multi-objs-m) : modname = $(modname-multi) 163 $(multi-objs-m:.o=.i) : modname = $(modname-multi) 164 $(multi-objs-m:.o=.s) : modname = $(modname-multi) 165 $(multi-objs-m:.o=.lst) : modname = $(modname-multi) 166 $(multi-objs-y) : modname = $(modname-multi) 167 $(multi-objs-y:.o=.i) : modname = $(modname-multi) 168 $(multi-objs-y:.o=.s) : modname = $(modname-multi) 169 $(multi-objs-y:.o=.lst) : modname = $(modname-multi) 408 $(multi-used-y): FORCE [all …]
|
| H A D | Makefile.lib | 53 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 54 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 55 multi-used := $(multi-used-y) $(multi-used-m) 56 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m))) 60 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y))) 61 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y))) 62 multi-objs := $(multi-objs-y) $(multi-objs-m) 69 obj-dirs := $(dir $(multi-objs) $(obj-y)) 71 # Replace multi-part objects by their individual parts, look at local dir only 88 multi-used-y := $(addprefix $(obj)/,$(multi-used-y)) [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.lib | 50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 52 multi-used := $(multi-used-y) $(multi-used-m) 53 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m))) 57 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y))) 58 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y))) 59 multi-objs := $(multi-objs-y) $(multi-objs-m) 66 obj-dirs := $(dir $(multi-objs) $(obj-y)) 68 # Replace multi-part objects by their individual parts, look at local dir only 85 multi-used-y := $(addprefix $(obj)/,$(multi-used-y)) [all …]
|
| H A D | Makefile.build | 137 # Default for not multi-part modules 140 $(multi-objs-m) : modname = $(modname-multi) 141 $(multi-objs-m:.o=.i) : modname = $(modname-multi) 142 $(multi-objs-m:.o=.s) : modname = $(modname-multi) 143 $(multi-objs-m:.o=.lst) : modname = $(modname-multi) 144 $(multi-objs-y) : modname = $(modname-multi) 145 $(multi-objs-y:.o=.i) : modname = $(modname-multi) 146 $(multi-objs-y:.o=.s) : modname = $(modname-multi) 147 $(multi-objs-y:.o=.lst) : modname = $(modname-multi) 467 $(multi-used-y): FORCE [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.lib | 50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 52 multi-used := $(multi-used-y) $(multi-used-m) 53 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m))) 57 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y))) 58 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y))) 59 multi-objs := $(multi-objs-y) $(multi-objs-m) 66 obj-dirs := $(dir $(multi-objs) $(obj-y)) 68 # Replace multi-part objects by their individual parts, look at local dir only 85 multi-used-y := $(addprefix $(obj)/,$(multi-used-y)) [all …]
|
| H A D | Makefile.build | 137 # Default for not multi-part modules 140 $(multi-objs-m) : modname = $(modname-multi) 141 $(multi-objs-m:.o=.i) : modname = $(modname-multi) 142 $(multi-objs-m:.o=.s) : modname = $(modname-multi) 143 $(multi-objs-m:.o=.lst) : modname = $(modname-multi) 144 $(multi-objs-y) : modname = $(modname-multi) 145 $(multi-objs-y:.o=.i) : modname = $(modname-multi) 146 $(multi-objs-y:.o=.s) : modname = $(modname-multi) 147 $(multi-objs-y:.o=.lst) : modname = $(modname-multi) 467 $(multi-used-y): FORCE [all …]
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | mst.c | 3 * mst.c - NTFS multi sector transfer protection handling code. Part of the 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 58 * Check for incomplete multi sector transfer(s). in post_read_mst_fixup() 63 * Incomplete multi sector transfer detected! )-: in post_read_mst_fixup() 89 * pre_write_mst_fixup - apply multi sector transfer protection 93 * Perform the necessary pre write multi sector transfer fixup on the data 158 * post_write_mst_fixup - fast deprotect multi sector transfer protected data 161 * Perform the necessary post write multi sector transfer fixup, not checking
|
| /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 | 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/kernel/drivers/zorro/ |
| H A D | zorro.ids | 38 4500 A2232 Prototype [Multi I/O] 39 4600 A2232 [Multi I/O] 88 ff00 GPIB/Dual IEEE-488/Twin-X [Multi I/O] 144 0b98 IO-Extender [Multi I/O] 192 1000 MultiFace I [Multi I/O] 202 0000 Serial Solution [Multi Serial] 206 0300 [Multi Serial] 241 1000 MultiFace I [Multi I/O] 242 1100 MultiFace II [Multi I/O] 243 1200 MultiFace III [Multi I/O] [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | jquery-ui.structure.min.css | 5 …multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-dat…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | http_file_source.cpp | 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() 183 handleError(curl::multi_setopt(multi, CURLMOPT_TIMERDATA, this)); in Impl() 192 curl::multi_cleanup(multi); in ~Impl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drx_dap_fasi.h | 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 134 * Comments about DRXDAP_MAX_WCHUNKSIZE in single or multi master mode and 155 * In multi-master mode, the data must immediately follow the address (an I2C 170 * | single | multi | single | multi | 204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode 212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-class-multicolor.yaml | 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])$":
|