Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 1407) sorted by relevance

12345678910>>...57

/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dox810se-wd-mbwe.dts56 default-state = "keep";
62 default-state = "keep";
68 default-state = "keep";
74 default-state = "keep";
80 default-state = "keep";
86 default-state = "keep";
H A Dox820-cloudengines-pogoplug-series-3.dts38 default-state = "keep";
44 default-state = "keep";
50 default-state = "keep";
H A Daspeed-bmc-opp-mowgli.dts120 default-state = "keep";
126 default-state = "keep";
132 default-state = "keep";
138 default-state = "keep";
144 default-state = "keep";
150 default-state = "keep";
156 default-state = "keep";
162 default-state = "keep";
H A Daspeed-bmc-opp-witherspoon.dts118 default-state = "keep";
124 default-state = "keep";
130 default-state = "keep";
136 default-state = "keep";
142 default-state = "keep";
148 default-state = "keep";
154 default-state = "keep";
H A Daspeed-bmc-opp-swift.dts147 default-state = "keep";
153 default-state = "keep";
159 default-state = "keep";
165 default-state = "keep";
171 default-state = "keep";
177 default-state = "keep";
183 default-state = "keep";
189 default-state = "keep";
/OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/
H A Dyolov3_utils.py93 keep = []
96 keep.append(i)
110 keep = np.array(keep)
111 return keep
141 keep = nms_boxes(b, s)
143 nboxes.append(b[keep])
144 nclasses.append(c[keep])
145 nscores.append(s[keep])
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dbuffer.hpp99 std::streamsize keep; in fill() local
100 if ((keep = static_cast<std::streamsize>(eptr_ - ptr_)) > 0) in fill()
104 static_cast<size_t>(keep) in fill()
106 set(0, keep); in fill()
108 iostreams::read(src, this->data() + keep, this->size() - keep); in fill()
110 this->set(0, keep + result); in fill()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dearly_printk.c344 int keep; in setup_early_printk() local
352 keep = (strstr(buf, "keep") != NULL); in setup_early_printk()
358 early_console_register(&early_serial_console, keep); in setup_early_printk()
364 early_console_register(&early_serial_console, keep); in setup_early_printk()
369 early_console_register(&early_serial_console, keep); in setup_early_printk()
378 early_console_register(&early_vga_console, keep); in setup_early_printk()
382 early_console_register(&early_dbgp_console, keep); in setup_early_printk()
386 early_console_register(&xenboot_console, keep); in setup_early_printk()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/
H A Dtest.py123 keep = []
126 keep.append(i)
140 keep = np.array(keep)
141 return keep
169 keep = nms_boxes(b, s)
171 nboxes.append(b[keep])
172 nclasses.append(c[keep])
173 nscores.append(s[keep])
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/
H A Dmvebu-devbus.txt28 - devbus,keep-config This property can optionally be used to keep
41 Mandatory, except if devbus,keep-config is used.
44 Mandatory, except if devbus,keep-config is used.
50 Mandatory, except if devbus,keep-config is used.
55 Mandatory, except if devbus,keep-config is used.
60 Mandatory, except if devbus,keep-config is used.
69 except if devbus,keep-config is used.
81 except if devbus,keep-config is used.
107 except if devbus,keep-config is used.
/OK3568_Linux_fs/buildroot/utils/
H A Dtest-pkg16 local ret nb nb_skip nb_fail nb_legal nb_tc build_dir keep
27 keep=0
40 (-k|--keep)
41 keep=1; shift 1
169 if [ ${keep} -ne 1 ]; then
202 if [ ${keep} -ne 1 ]; then
265 -k, --keep
H A Dgenrandconfig133 keep = False
138 keep = True
143 keep = True
148 keep = True
150 if not keep:
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/leds/
H A Dleds-gpio.txt18 values are "on", "off", and "keep". If the LED is already on or off
21 on). The "keep" setting will keep the LED at whatever its current
38 default-state = "keep";
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_pm.c76 LIST_HEAD(keep); in i915_gem_suspend_late()
79 list_move_tail(&obj->mm.link, &keep); in i915_gem_suspend_late()
96 list_splice_tail(&keep, *phase); in i915_gem_suspend_late()
/OK3568_Linux_fs/kernel/net/dsa/
H A Dtag_8021q.c368 bool *keep) in dsa_8021q_crosschip_link_del() argument
370 *keep = !refcount_dec_and_test(&c->refcount); in dsa_8021q_crosschip_link_del()
372 if (*keep) in dsa_8021q_crosschip_link_del()
433 bool keep; in dsa_8021q_crosschip_bridge_leave() local
436 dsa_8021q_crosschip_link_del(ctx, c, &keep); in dsa_8021q_crosschip_bridge_leave()
437 if (keep) in dsa_8021q_crosschip_bridge_leave()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_scan_instance.c203 u8 chnl = 0, property = 0, gpidx = 0, keep = 0; in _select_channels_by_group() local
211 keep = 0; in _select_channels_by_group()
223 keep = 1; in _select_channels_by_group()
235 keep = 1; in _select_channels_by_group()
238 keep = 1; in _select_channels_by_group()
241 if (keep) { in _select_channels_by_group()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_scan_instance.c203 u8 chnl = 0, property = 0, gpidx = 0, keep = 0; in _select_channels_by_group() local
211 keep = 0; in _select_channels_by_group()
223 keep = 1; in _select_channels_by_group()
235 keep = 1; in _select_channels_by_group()
238 keep = 1; in _select_channels_by_group()
241 if (keep) { in _select_channels_by_group()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c112 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later() argument
115 if (*keep && dma_fence_is_later(*keep, fence)) in amdgpu_sync_keep_later()
118 dma_fence_put(*keep); in amdgpu_sync_keep_later()
119 *keep = dma_fence_get(fence); in amdgpu_sync_keep_later()
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dreadme.txt8 of variables (for the case it needs to keep data across calls) and the
28 - when there is no other reason for ordering, use alphabetical order (e.g. keep
29 the check functions in alphabetical order, keep the imports in alphabetical
31 - keep in mind that for every class the method before() will be called before
34 needs to keep data across calls (e.g. keep the last line before the one being
36 - keep in mind that for every class the method after() will be called after all
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py114 keep = True
117 if keep:
120 keep = False
125 if keep:
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/
H A Dtest.py92 keep = True
95 if keep:
101 keep = False
106 if keep:
/OK3568_Linux_fs/external/mpp/tools/
H A Dastylerc27 --keep-one-line-blocks
28 --keep-one-line-statements
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A DREADME199 keep=[0 or 1] keep the previous scan results (1), discard (0)
206 The type field will default to 3 (Any) and the keep field will default
216 3) Scan all available channels (B/G, A bands) for a specific BSSID, keep
218 echo "bssid=00:50:43:20:12:82 keep=1" > setuserscan
223 echo "type=1 keep=1" > setuserscan
225 All entries in the scan table (not just the new scan data when keep=1)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dindirect_streambuf.hpp242 std::streamsize keep = in underflow() local
245 if (keep) in underflow()
246 traits_type::move( buf.data() + (pback_size_ - keep), in underflow()
247 gptr() - keep, keep ); in underflow()
250 setg( buf.data() + pback_size_ - keep, in underflow()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Drequest.rst65 unsigned long hard_nr_sectors B Used to keep sector sane
69 unsigned long hard_nr_sectors B Used to keep nr_sectors sane
80 unsigned int hard_cur_sectors B Used to keep current_nr_sectors sane

12345678910>>...57