Home
last modified time | relevance | path

Searched +full:close +full:- +full:range (Results 1 – 25 of 1031) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/
H A Dcloseable_view.hpp3 // 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.
8 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
18 #include <boost/range.hpp>
42 template <typename Range>
46 explicit inline closing_view(Range& r) in closing_view()
50 typedef closing_iterator<Range> iterator;
51 typedef closing_iterator<Range const> const_iterator;
59 Range& m_range;
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dlibv4l-introduction.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
4 .. _libv4l-introduction:
17 :ref:`v4l2grab <v4l2grab-example>`.
28 :ref:`V4L2_PIX_FMT_BGR24 <V4L2-PIX-FMT-BGR24>`,
29 :ref:`V4L2_PIX_FMT_HM12 <V4L2-PIX-FMT-HM12>`,
30 :ref:`V4L2_PIX_FMT_JPEG <V4L2-PIX-FMT-JPEG>`,
31 :ref:`V4L2_PIX_FMT_MJPEG <V4L2-PIX-FMT-MJPEG>`,
32 :ref:`V4L2_PIX_FMT_MR97310A <V4L2-PIX-FMT-MR97310A>`,
33 :ref:`V4L2_PIX_FMT_OV511 <V4L2-PIX-FMT-OV511>`,
34 :ref:`V4L2_PIX_FMT_OV518 <V4L2-PIX-FMT-OV518>`,
[all …]
H A Dext-ctrls-camera.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _camera-controls:
13 .. _camera-control-id:
23 .. _v4l2-exposure-auto-type:
28 enum v4l2_exposure_auto_type -
36 .. flat-table::
37 :header-rows: 0
38 :stub-columns: 0
40 * - ``V4L2_EXPOSURE_AUTO``
41 - Automatic exposure time, automatic iris aperture.
[all …]
H A Dvidioc-expbuf.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_EXPBUF - Export a buffer as a DMABUF file descriptor.
45 range from zero to the number of buffers allocated with
48 one. For the multi-planar API, applications set the ``plane`` field to
49 the index of the plane to be exported. Valid planes range from zero to
51 the single-planar API, applications must set ``plane`` to zero.
55 case of multi-planar API, every plane is exported separately using
60 other DMABUF-aware devices. Refer to :ref:`DMABUF importing <dmabuf>`
62 recommended to close a DMABUF file when it is no longer used to allow
68 .. code-block:: c
[all …]
H A Dext-ctrls-rf-tuner.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _rf-tuner-controls:
16 called Zero-IF tuners. Older tuners were typically simple PLL tuners
28 .. _rf-tuner-control-id:
47 range and step are driver-specific.
64 range and step are driver-specific.
68 signal path. It is located very close to tuner antenna input. Used
71 differs from the each others. The range and step are
72 driver-specific.
76 located inside mixer block, where RF signal is down-converted by the
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-ipc.h1 /* SPDX-License-Identifier: GPL-2.0 */
14 * delta_ipc_open - open a decoding instance on firmware side
43 * delta_ipc_set_stream - set information about stream to decoder
48 * within IPC shared buffer range
53 * delta_ipc_decode - frame decoding synchronous request, returns only
59 * within IPC shared buffer range
63 * within IPC shared buffer range.
71 * delta_ipc_close - close decoding instance
72 * @hdl: (in) handle of decoding instance to close.
/OK3568_Linux_fs/kernel/scripts/
H A Dbmpconvert2 # SPDX-License-Identifier: GPL-2.0 */
3 # -*- coding: utf-8 -*-
41 self.read_other(self.biSize-40)
44 for i in range(4):
57 self.file.close()
73 self.file.close()
77 self.file.close()
80 for i in range(n):
95 for height in range(abs(self.biHeight)):
99 for width in range(self.biWidth):
[all …]
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dchannel.c1 // SPDX-License-Identifier: GPL-2.0-only
26 * hv_gpadl_size - Return the real size of a gpadl, the size that Hyper-V uses
28 * For BUFFER gpadl, Hyper-V uses the exact same size as the guest does.
33 * (PAGE_SIZE - HV_HYP_PAGE_SIZE) gap. And since there are two rings in a
34 * ringbuffer, the total size for a RING gpadl that Hyper-V uses is the
43 /* The size of a ringbuffer must be page-aligned */ in hv_gpadl_size()
49 * the first guest-size page of each of the two ring buffers. in hv_gpadl_size()
50 * So we effectively subtract out two guest-size pages, and add in hv_gpadl_size()
51 * back two Hyper-V size pages. in hv_gpadl_size()
53 return size - 2 * (PAGE_SIZE - HV_HYP_PAGE_SIZE); in hv_gpadl_size()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dconvert.hpp3 // 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.
9 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
22 #include <boost/range.hpp>
45 #include <boost/geometry/util/range.hpp>
108 template <typename Box, typename Range, bool Close, bool Reverse>
111 static inline void apply(Box const& box, Range& range) in apply()
113 traits::resize<Range>::apply(range, Close ? 5 : 4); in apply()
114 assign_box_corners_oriented<Reverse>(box, range); in apply()
[all …]
H A Dconvex_hull.hpp3 // 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.
8 // Modifications copyright (c) 2014-2015 Oracle and/or its affiliates.
14 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
62 // of output-iterator-type, from hull_to_geometry)
86 range::back_inserter( in apply()
120 static bool const Close in apply() local
126 boost::array<typename point_type<Box>::type, 4> range; in apply() local
127 geometry::detail::assign_box_corners_oriented<Reverse>(box, range); in apply()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dprservice.py2 # SPDX-License-Identifier: GPL-2.0-only
35 conn.close()
70 conn.close()
87 f.write("#----------\t --------\t --------\t --------\t ----\n")
88 for i in range(len(metainfo['col_info'])):
102 for i in range(len(datainfo)):
127 conn.close()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtee_drv.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2015-2016, Linaro Limited
24 #define TEE_SHM_DMA_BUF BIT(1) /* Memory with dma-buf handle */
25 #define TEE_SHM_EXT_DMA_BUF BIT(2) /* Memory with dma-buf handle */
38 * struct tee_context - driver specific context on file pointer data
47 * wait for tee-supplicant daemon to be started if not present
50 * non-blocking in nature.
84 * struct tee_driver_ops - driver operations vtable
89 * @close_session: close a session
121 * struct tee_desc - Describes the TEE driver to the subsystem
[all …]
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Dclass.c1 // SPDX-License-Identifier: GPL-2.0
21 #include "rtc-core.h"
29 struct timerqueue_head *head = &rtc->timerqueue; in rtc_device_release()
32 mutex_lock(&rtc->ops_lock); in rtc_device_release()
35 mutex_unlock(&rtc->ops_lock); in rtc_device_release()
37 cancel_work_sync(&rtc->irqwork); in rtc_device_release()
39 ida_simple_remove(&rtc_ida, rtc->id); in rtc_device_release()
45 int rtc_hctosys_ret = -ENODEV;
48 * whether it stores the most close value or the value with partial
53 * of >32bits is not possible. So storing the most close value would
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dclosing_iterator.hpp3 // 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.
8 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
17 #include <boost/range.hpp>
28 \brief Iterator which iterates through a range, but adds first element at end of the range
29 \tparam Range range on which this class is based on
31 \note It's const iterator treating the Range as one containing non-mutable elements.
32 For both "closing_iterator<Range> and "closing_iterator<Range const>
34 \note This class is normally used from "closeable_view" if Close==true
[all …]
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dintel_scu_watchdog.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * - AF82MP20 PCH
7 * Copyright (C) 2009-2010 Intel Corporation. All rights reserved.
35 #include <asm/intel-mid.h>
50 "The range is from 1 to 160"
58 "The range is from 1 to 170"
62 * force_boot == 0, then force boot on next watchdog interrupt after close,
99 (new_margin > MAX_TIME - timer_set)) { in check_timer_margin()
100 pr_debug("value of new_margin %d is out of the range %d to %d\n", in check_timer_margin()
101 new_margin, MIN_TIME_CYCLE, MAX_TIME - timer_set); in check_timer_margin()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/dsv/
H A Dwrite.hpp3 // 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.
9 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
23 #include <boost/range.hpp>
54 , std::string const& close in dsv_settings()
62 , point_close(close) in dsv_settings()
159 template <typename Range>
164 Range const& range, in apply()
167 typedef typename boost::range_iterator<Range const>::type iterator_type; in apply()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py4 tdc_batch.py - a script to generate TC batch file
14 parser.add_argument("-n", "--number", type=int,
17 "-a",
18 "--handle_start",
21 help="start handle range from (default: 1)")
22 parser.add_argument("-o", "--skip_sw",
25 parser.add_argument("-s", "--share_action",
28 parser.add_argument("-p", "--prio",
32 "-e",
33 "--operation",
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dmsg_zerocopy.c7 * - SOCK_STREAM
8 * - SOCK_DGRAM
9 * - SOCK_DGRAM with UDP_CORK
10 * - SOCK_RAW
11 * - SOCK_RAW with IP_HDRINCL
14 * - SOCK_DGRAM
15 * - SOCK_RAW
18 * - SOCK_SEQPACKET
21 * the other with option '-r' to put it in receiver mode.
23 * If zerocopy mode ('-z') is enabled, the sender will verify that
[all …]
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dpt.h1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (c) 2013-2014, Intel Corporation.
8 * http://software.intel.com/en-us/intel-isa-extensions
15 * Single-entry ToPA: when this close to region boundary, switch
54 * struct pt_buffer - buffer configuration; one buffer per task_struct or
67 * @single: use Single Range Output instead of ToPA
93 * struct pt_filter - IP range filter configuration
94 * @msr_a: range start, goes to RTIT_ADDRn_A
95 * @msr_b: range end, goes to RTIT_ADDRn_B
96 * @config: 4-bit field in RTIT_CTL
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp4 * DATA : 2018-02-25
11 #include <fcntl.h> /* low-level i/o */
137 ret = -EINVAL; in alloc_drm_buffer()
145 ret = -EINVAL; in alloc_drm_buffer()
149 &buf->dmabuf_fd); in alloc_drm_buffer()
153 ret = -EINVAL; in alloc_drm_buffer()
156 buf->size = alloc_arg.size; in alloc_drm_buffer()
157 buf->map = (char*)map; in alloc_drm_buffer()
169 close(buf->dmabuf_fd); in free_drm_buffer()
170 return munmap(buf->map, buf->size); in free_drm_buffer()
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dregulator.c1 // SPDX-License-Identifier: GPL-2.0
19 * mmc_ocrbitnum_to_vdd - Convert a OCR bit number to its voltage
24 * This function returns the voltage range according to the provided OCR
32 return -EINVAL; in mmc_ocrbitnum_to_vdd()
38 * a 0.1V range goof (it's a small error percentage). in mmc_ocrbitnum_to_vdd()
40 tmp = vdd_bit - ilog2(MMC_VDD_165_195); in mmc_ocrbitnum_to_vdd()
53 * mmc_regulator_get_ocrmask - return mask of supported voltages
95 * mmc_regulator_set_ocr - set regulator to match host->ios voltage
98 * @vdd_bit: zero for power off, else a bit number (host->ios.vdd)
117 if (result == 0 && !mmc->regulator_enabled) { in mmc_regulator_set_ocr()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dcat_test.c1 // SPDX-License-Identifier: GPL-2.0
42 if (p->num_of_runs >= NUM_OF_RUNS) in cat_setup()
43 return -1; in cat_setup()
45 if (p->num_of_runs == 0) { in cat_setup()
46 sprintf(schemata, "%lx", p->mask); in cat_setup()
47 ret = write_schemata(p->ctrlgrp, schemata, p->cpu_no, in cat_setup()
48 p->resctrl_val); in cat_setup()
50 p->num_of_runs++; in cat_setup()
62 avg_llc_perf_miss = sum_llc_perf_miss / (NUM_OF_RUNS - 1); in show_cache_info()
63 diff_percent = ((float)allocated_cache_lines - avg_llc_perf_miss) / in show_cache_info()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dfilemap.py4 # SPDX-License-Identifier: GPL-2.0-only
9 are supported - the FIEMAP ioctl and the 'SEEK_HOLE / SEEK_DATA' features of
33 # Get the block size of the host file-system for the image file by calling
54 is not supported either by the kernel or the file-system.
102 self.blocks_cnt = self.image_size + self.block_size - 1
124 self._f_image.close()
168 returns '-1'. Otherwise the data or hole position is returned."""
176 return -1
178 raise ErrorNotSupp("the kernel or file-system does not support "
232 raise ErrorNotSupp("the file-system does not support "
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Duserfaultfd.c1 // SPDX-License-Identifier: GPL-2.0-only
13 * 1) one per-CPU thread takes a per-page pthread_mutex in a random
15 * area_src), and increments a per-page counter in the same page,
18 * 2) another per-CPU thread handles the userfaults generated by
22 * 3) one last per-CPU thread transfers the memory in the background
32 * per-CPU threads 1 by triggering userfaults inside
81 /* Whether to test uffd write-protection */
91 static int uffd = -1;
110 * to avoid non alignment faults on non-x86 archs.
116 sizeof(unsigned long long) - 1) & \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DXtensa-Options.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
3 <!-- This file documents the GNU Assembler "as".
5 Copyright (C) 1991-2021 Free Software Foundation, Inc.
10 with no Invariant Sections, with no Front-Cover Texts, and with no
11 Back-Cover Texts. A copy of the license is included in the
13 -->
14 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
20 <meta name="resource-type" content="document">
23 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
25 <link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
[all …]

12345678910>>...42