Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 3397) sorted by relevance

12345678910>>...136

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dtransform.hpp37 , typename In
42 , typename In::state
43 , bind2< typename lambda< typename In::operation >::type
54 , typename In
59 , typename In::state
60 , bind2< typename lambda< typename In::operation >::type
72 , typename In
77 , typename In::state
78 , bind2< typename lambda< typename In::operation >::type
94 , typename In
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Dimg-spdif-in.rst19 * name='SPDIF In Multi Frequency Acquire',index=0
20 * name='SPDIF In Multi Frequency Acquire',index=1
21 * name='SPDIF In Multi Frequency Acquire',index=2
22 * name='SPDIF In Multi Frequency Acquire',index=3
25 rates. The active rate can be obtained by reading the 'SPDIF In Lock Frequency'
36 * name='SPDIF In Lock Frequency',index=0
41 * name='SPDIF In Lock TRK',index=0
47 * name='SPDIF In Lock Acquire Threshold',index=0
51 * name='SPDIF In Lock Release Threshold',index=0
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/
H A D0003-socket.h-removing-dependency-of-gtest.patch9 In file included from fastboot/fastboot.cpp:70:
10 | In file included from fastboot/tcp.h:36:
15 | In file included from fastboot/socket.cpp:29:
20 | In file included from fastboot/tcp.cpp:29:
21 | In file included from fastboot/tcp.h:36:
26 | In file included from fastboot/udp.cpp:31:
27 | In file included from fastboot/udp.h:34:
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam3517-evm-ui.dtsi14 "Microphone", "Mic In",
15 "Line", "Line In",
21 "LLINEIN", "Line In",
22 "RLINEIN", "Line In",
23 "MICIN", "Mic In";
44 "Microphone", "Mic In",
45 "Line", "Line In",
51 "LLINEIN", "Line In",
52 "RLINEIN", "Line In",
53 "MICIN", "Mic In";
H A Dmt2701-evb.dts36 "AIN2L", "Tuner In",
37 "AIN2R", "Tuner In",
38 "AIN3L", "Satellite Tuner In",
39 "AIN3R", "Satellite Tuner In",
40 "AIN3L", "AUX In",
41 "AIN3R", "AUX In";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dmt2701-cs42448.txt31 "AIN2L", "Tuner In",
32 "AIN2R", "Tuner In",
33 "AIN3L", "Satellite Tuner In",
34 "AIN3R", "Satellite Tuner In",
35 "AIN3L", "AUX In",
36 "AIN3R", "AUX In";
H A Ddavinci-evm-audio.txt26 * Line In
45 "LINE1L", "Line In",
46 "LINE2L", "Line In",
47 "LINE1R", "Line In",
48 "LINE2R", "Line In";
H A Datmel-sam9x5-wm8731-audio.txt16 * Line In Jack
30 "LLINEIN", "Line In Jack",
31 "RLINEIN", "Line In Jack";
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.ramboot-ppc85xx6 - In case of SD and SPI boot this is done by BootROM code inside the chip
8 - In case of NAND boot FCM supports loading initial 4K code from NAND flash
11 In addition to the above there could be some more methods to initialize the DDR
18 - In very early stage of platform bringup where other boot options are not
20 - In case the support to program the flashes on the board is not available.
29 In this case you can get your test bootloader binary into DDR via tftp
32 support for example AMP boot. In this case also RAM boot loader can be
43 - In case of SD card and SPI flash bootloader this is done by On Chip BootROM inside the Si itself.
44 - In case of NAND boot SPL/TPL code does it with some support from Si itself.
45 - In case of the pure RAM based bootloaders we have to do it by JTAG manually or already existing b…
[all …]
H A DREADME.socfpga80 4.1 In the Open dialog, select '<project_name>.qsys'
81 4.2 In the Open System dialog, wait until completion and press 'Close'
82 4.3 In the Qsys window, click on 'Generate HDL...' in bottom right corner
83 4.3.1 In the 'Generation' window, click 'Generate'
84 4.3.2 In the 'Generate' dialog, wait until completion and click 'Close'
85 4.4 In the QSys window, click 'Finish'
86 4.4.1 In the 'Quartus II' pop up window, click 'OK'
97 6.3 In BSP editor
H A DREADME.esbc_validate25 3. In the event of header or signature failure in validation,
27 4. In case of soft failure, appropriate error is dumped on console.
28 5. In case of hard failure, SoC is issued RESET REQUEST after
35 In case the ISBC code uses the key revocation and srk key table to
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-nic.txt16 In NIC mode of DSAF, all 6 PHYs are taken as ethernet ports to the CPU. The
26 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a
28 this switch. In this case, the port-id will be 2 only.
43 In NIC mode of DSAF, all 6 PHYs of service DSAF are taken as ethernet ports
53 In Switch mode of DSAF, all 6 PHYs of service DSAF are taken as physical
55 single NIC connected to this switch. In this case, the port-idx-in-ae
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_anr_algo_gain.cpp6 uint32_t FLOAT_LIM2_INT(float In, int bit_deci_dst, int type = 0) in FLOAT_LIM2_INT() argument
10 uint8_t *in_u8 = reinterpret_cast<uint8_t *>(&In); in FLOAT_LIM2_INT()
18 dst = ROUND_F(In * (1 << bit_deci_dst)); in FLOAT_LIM2_INT()
23 dst = ROUND_F(In / (1 << bit_deci_dst)); in FLOAT_LIM2_INT()
29 T FLOAT_FIX(T In, int bit_inte_dst, int bit_deci_dst) in FLOAT_FIX() argument
34 tmp = ROUND_F(In * (1 << bit_deci_dst)); in FLOAT_FIX()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soundwire/
H A Dqcom,sdw.txt56 data port. Out ports followed by In ports.
63 data port. Out ports followed by In ports.
70 Out ports followed by In ports. Used for Sample Interval
86 Out ports followed by In ports.
94 Out ports followed by In ports.
102 Out ports followed by In ports.
111 Out ports followed by In ports.
120 Out ports followed by In ports.
130 Out ports followed by In ports.
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/again/
H A Drk_aiq_again_algo_gain.cpp7 uint32_t FLOAT_LIM2_INT_V1(float In, int bit_deci_dst, int type = 0) in FLOAT_LIM2_INT_V1() argument
10 int exp_val = (((uint32_t*)(&In))[0] >> 23) & 0xff; in FLOAT_LIM2_INT_V1()
16 dst = ROUND_F(In * (1 << bit_deci_dst)); in FLOAT_LIM2_INT_V1()
21 dst = ROUND_F(In / (1 << bit_deci_dst)); in FLOAT_LIM2_INT_V1()
27 T FLOAT_FIX_V1(T In, int bit_inte_dst, int bit_deci_dst) in FLOAT_FIX_V1() argument
32 tmp = ROUND_F(In * (1 << bit_deci_dst)); in FLOAT_FIX_V1()
/OK3568_Linux_fs/buildroot/boot/optee-os/3.13.0/
H A D0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch6 In zlib, _LFS64_LARGEFILE is expected to be a boolean directive, either
14 In file included from core/lib/zlib/adler32.c:9:
19 In file included from core/lib/zlib/inftrees.c:7:
23 In file included from core/lib/zlib/inflate.c:84:
27 In file included from core/lib/zlib/zutil.c:9:
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst21 In the MMU case: VM regions backed by arbitrary pages; copy-on-write
24 In the no-MMU case: VM regions backed by arbitrary contiguous runs of
36 In the MMU case: VM regions backed by pages read from file; changes to
39 In the no-MMU case:
61 In the MMU case: like the non-PROT_WRITE case, except that the pages in
66 In the no-MMU case: works much like the non-PROT_WRITE case, except
71 In the MMU case: VM regions backed by pages read from file; changes to
75 In the no-MMU case: not supported.
79 In the MMU case: As for ordinary regular files.
81 In the no-MMU case: The filesystem providing the memory-backed file
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dunused.hpp86 template <typename In>
87 inline In& operator>>(In& in, unused_type&) in operator >>()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dcom.fuc29 // In : $r13 queue pointer
61 // In : $r13 queue pointer
91 // In : $r14 register
109 // In : $r14 register
126 // In : $r10 bit to wait on
140 // In : $r10 bit to wait on
154 // In : $r14 mmio list head
174 // In : $r10 flags
276 // In: $r14 id
291 // In : $r15 context base
/OK3568_Linux_fs/kernel/Documentation/driver-api/phy/
H A Dsamsung-usb2.rst9 among many SoCs. In spite of the similarities it proved difficult to
12 registers of the PHY. In some rare cases the order of register writes or
27 the appropriate compatible string. In addition, this file contains
32 driver. In addition it should contain extern declarations for
108 phy-samsung-usb2.c file. In case of Exynos 4210 the following lines were
129 particular SoC is compiled in the driver. In case of Exynos 4210 four
133 Makefile. In case of Exynos 4210 the added line is following::
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dstrparser.rst20 In receive callback mode, the strparser is called from the data_ready
24 In general mode, a sequence of skbs are fed to strparser from an
143 In the case that an error is returned (return value is less than
156 processing a timeout). In receive callback mode the default
157 function is to lock_sock for the associated socket. In general
165 by the lock callback. In receive callback mode the default
166 function is release_sock for the associated socket. In general
220 A timer is set when assembly starts for a new message. In receive
222 associated TCP socket. In general mode, the timeout is passed as an
227 In receive callback mode, message length is limited to the receive
[all …]
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dselinux-support.txt8 enforcing access control policies. In addition to the traditional file
22 In Buildroot the mode of operation is controlled by the
41 In addition, your filesystem image format must support extended
49 rules. In Buildroot the non-base modules are disabled by default and
69 In order to fully override the +refpolicy+ the following configuration
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-satellite-systems.rst37 In addition, the :ref:`DTV QoS statistics <frontend-stat-properties>`
52 In addition to all parameters valid for DVB-S, DVB-S2 supports the
65 In addition, the :ref:`DTV QoS statistics <frontend-stat-properties>`
74 In addition to all parameters valid for DVB-S, turbo code supports the
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxcomposite_0.4.5.bb5 parent. In per-hierarchy storage, the rendering of an entire hierarchy \
6 of windows is redirected to off-screen storage. In automatic shadow \
9 window. In external parent, a mechanism for providing redirection of \
/OK3568_Linux_fs/u-boot/lib/avb/libavb_ab/
H A DKconfig4 In the android things system, there are
12 In the android things system, there are
20 In the android things system, there are

12345678910>>...136