Home
last modified time | relevance | path

Searched full:write (Results 1 – 25 of 8250) sorted by relevance

12345678910>>...330

/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dcodegen.py94 def write(self, x): member in SourceGenerator
105 self.write('# line: %s' % node.lineno)
119 self.write('else:')
126 self.write(', ')
135 self.write('=')
139 self.write('*' + node.vararg)
142 self.write('**' + node.kwarg)
147 self.write('@')
156 self.write(', ')
158 self.write(' = ')
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A Draid5-cache.rst7 caches data to the RAID disks. The cache can be in write-through (supported
8 since 4.4) or write-back mode (supported since 4.10). mdadm (supported since
9 3.4) has a new option '--write-journal' to create array with cache. Please
11 in write-through mode. A user can switch it to write-back mode by::
13 echo "write-back" > /sys/block/md0/md/journal_mode
15 And switch it back to write-through mode by::
17 echo "write-through" > /sys/block/md0/md/journal_mode
22 write-through mode
25 This mode mainly fixes the 'write hole' issue. For RAID 4/5/6 array, an unclean
27 and parity don't match. The reason is that a stripe write involves several RAID
[all …]
/OK3568_Linux_fs/buildroot/package/crda/
H A D0001-crda-support-python-3-in-utils-key2pub.py.patch66 - sys.stderr.write('ERROR: Failed to import the "M2Crypto" module: %s\n' % e.message)
67 - sys.stderr.write('Please install the "M2Crypto" Python module.\n')
68 - sys.stderr.write('On Debian GNU/Linux the package is called "python-m2crypto".\n')
72 + sys.stderr.write('ERROR: Failed to import the "Cryptodome.PublicKey" module: %s\n' % e.message)
73 + sys.stderr.write('Please install the "Cryptodome.PublicKey" Python module.\n')
74 + sys.stderr.write('On Debian GNU/Linux the package is called "python-cryptodomex".\n')
95 - output.write('static BN_ULONG %s[%d] = {\n' % (name, len(vnew)))
99 + output.write(u'static BN_ULONG {}[] = {{\n'.format(name))
104 - output.write('\t')
105 - output.write('0x%.2x%.2x%.2x%.2x%.2x%.2x%.2x%.2x, ' % (ord(v1), ord(v2), ord(v3), ord(v4),…
[all …]
/OK3568_Linux_fs/kernel/include/dt-bindings/memory/
H A Dtegra194-mc.h149 /* MSS internal memqual MIU7 write clients */
161 /* High-definition audio (HDA) write clients */
165 /* SATA write clients */
171 /* ISP Write client for Crossbar A */
173 /* ISP Write client Crossbar B */
177 /* XUSB_HOST write clients */
181 /* XUSB_DEV write clients */
189 /* sdmmca memory write client */
191 /* sdmmc memory write client */
193 /* sdmmcd memory write client */
[all …]
/OK3568_Linux_fs/buildroot/package/luarocks/
H A Dbuildroot.lua161 util.printout('write ' .. fname)
162 f:write('config BR2_PACKAGE_' .. ucname .. '\n')
163 f:write('\tbool "' .. lcname .. '"\n')
165 f:write('\tdepends on BR2_PACKAGE_LUAJIT\n')
168 f:write('\tselect BR2_PACKAGE_' .. brname(external_dependencies[i]) .. '\n')
171 f:write('\tselect BR2_PACKAGE_' .. brname(dependencies[i]) .. ' # runtime\n')
173 f:write('\thelp\n')
174 f:write('\t ' .. table.concat(wrap(summary, 62), '\n\t ') .. '\n')
175 f:write('\n\t ' .. homepage .. '\n')
177 f:write('\ncomment "' .. lcname .. ' needs LuaJIT"\n')
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dgen_gl_wrappers.py164 self.outFile.write('/* Automatically generated from %s - DO NOT EDIT */\n\n'%regFilename)
166 self.outFile.write('\nvoid ' + prefix + 'ResolveExtensionProcs(void)\n{\n')
168 … self.outFile.write( ' PRERESOLVE(PFN' + funcname.upper() + 'PROC, "' + funcname + '");\n')
169 self.outFile.write('}\n\n')
184 self.outFile.write('RESOLVE_DECL(PFN' + name.upper() + 'PROC);\n')
194 self.outFile.write('/* Automatically generated from %s - DO NOT EDIT */\n\n'%regFilename)
214 if staticwrappers: self.outFile.write("static ")
215 self.outFile.write("%s %sWrapper("%(rettype, name))
220 self.outFile.write("%s%s"%(Comma, ptype))
223 self.outFile.write("void")
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A D0001-Port-gentest.py-to-Python-3.patch154 - string.find(function, "Write") != -1 or \
166 + function.find("Write") != -1 or \
270 - test.write("#ifdef %s\n" % (modules_defines[module]))
273 + test.write("#ifdef %s\n" % (modules_defines[module]))
275 test.write("""
282 - test.write("#endif\n\n")
283 + test.write("#endif\n\n")
318 test.write(line)
328 @@ -505,7 +505,7 @@ test.write("/* CUT HERE: everything below that line is generated */\n")
381 - test.write("#ifdef %s\n" % (modules_defines[module]))
[all …]
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgen-bootlin-toolchains247 f.write("config %s\n" % self.option_name)
248 f.write("\tbool \"%s %s %s %s\"\n" %
328 f.write("\tdepends on %s\n" % depend)
331 f.write("\tselect %s\n" % select)
333 f.write("\thelp\n")
343 … f.write(textwrap.fill(desc, width=62, initial_indent="\t ", subsequent_indent="\t ") + "\n")
344 f.write("\n")
345 f.write("\t https://toolchains.bootlin.com/\n")
347 f.write("\n")
350 f.write("ifeq ($(%s),y)\n" % self.option_name)
[all …]
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541_reg_l2.h24 * Address offset: 0x3F0 Access type: read and write
29 * Address offset: 0x3F4 Access type: read and write
30 * L2 configuration write data
33 * L2 configuration write data.
36 * write address to VEPU_L2CFG_ADDR then write data to VEPU_L2CFG_WDATA.
39 * write the start address to VEPU_L2CFG_ADDR then write datas
41 * Address will be auto increased after write VEPU_L2CFG_WDATA,
47 * Address offset: 0x3F8 Access type: read and write
55 * write address to VEPU_L2CFG_ADDR then read data from VEPU_L2CFG_RDATA.
58 * write the start address to VEPU_L2CFG_ADDR then read datas
[all …]
H A Dhal_h264e_vepu541_reg.h68 * Address: 0x0004 Access type: read and write/write only
91 /* wait tmvp write done by dma */
98 * Address offset: 0x0008 Access type: read and write
119 * Address offset: 0x000c Access type: read and write
132 * Address offset: 0x0010 Access type: read and write
146 /* AXI write response fifo full interrupt enable */
148 /* AXI write response channel error interrupt enable */
159 * Address offset: 0x0014 Access type: read and write
173 /* AXI write response fifo full interrupt mask */
175 /* AXI write response channel error interrupt mask */
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/
H A Darmv8-recommended.json9 "PublicDescription": "Attributable Level 1 data cache access, write",
12 "BriefDescription": "L1D cache access, write"
21 "PublicDescription": "Attributable Level 1 data cache refill, write",
24 "BriefDescription": "L1D cache refill, write"
39 "PublicDescription": "Attributable Level 1 data cache Write-Back, victim",
42 "BriefDescription": "L1D cache Write-Back, victim"
45 "PublicDescription": "Level 1 data cache Write-Back, cleaning and coherency",
48 "BriefDescription": "L1D cache Write-Back, cleaning and coherency"
63 "PublicDescription": "Attributable Level 1 data TLB refill, write",
66 "BriefDescription": "L1D tlb refill, write"
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/mac_8852b/
H A Dpwr_seq_func_8852b.c125 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
136 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
156 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
161 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
167 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
172 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
180 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
185 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
192 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
212 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/mac_8852b/
H A Dpwr_seq_func_8852b.c125 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
136 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
156 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
161 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
167 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
172 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
180 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
185 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
192 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
212 PLTFM_MSG_ERR("Write XTAL_SI fail!\n"); in mac_pwr_on_sdio_8852b()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Dregs-uart.h12 #define FFTHR __REG(0x40100000) /* Transmit Holding Register (write only) */
13 #define FFIER __REG(0x40100004) /* Interrupt Enable Register (read/write) */
15 #define FFFCR __REG(0x40100008) /* FIFO Control Register (write only) */
16 #define FFLCR __REG(0x4010000C) /* Line Control Register (read/write) */
17 #define FFMCR __REG(0x40100010) /* Modem Control Register (read/write) */
20 #define FFSPR __REG(0x4010001C) /* Scratch Pad Register (read/write) */
21 #define FFISR __REG(0x40100020) /* Infrared Selection Register (read/write) */
22 #define FFDLL __REG(0x40100000) /* Divisor Latch Low Register (DLAB = 1) (read/write) */
23 #define FFDLH __REG(0x40100004) /* Divisor Latch High Register (DLAB = 1) (read/write) */
28 #define BTTHR __REG(0x40200000) /* Transmit Holding Register (write only) */
[all …]
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.py18 """A file-like object used to write a single logical stream of data into
51 def write(self, data, implicit=False): member in LogfileStream
52 """Write data to the log stream.
55 data: The data to write tot he file.
66 self.logfile.write(self, data, implicit)
68 self.chained_file.write(data)
133 self.chained_file.write(msg)
134 self.logfile.write(self, msg)
165 self.logfile.write(self, output)
167 self.chained_file.write(output)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.h57 /*! Pack the fields of rec, and write the packed data into the
59 * rec - [IN] The bitfield values to write to the table row.
60 * table_index - The table row to write(max 23).
75 /*! Pack the fields of rec, and write the packed data into the
77 * rec - [IN] The bitfield values to write to the table row.
78 * table_index - The table row to write (max 47).
93 /*! Pack the fields of rec, and write the packed data into the
95 * rec - [IN] The bitfield values to write to the table row.
96 * table_index - The table row to write (max 31).
111 /*! Pack the fields of rec, and write the packed data into the
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dzonefs.rst12 device support (e.g. f2fs), zonefs does not hide the sequential write
14 write zones of the device must be written sequentially starting from the end
38 conventional zones. Any read or write access can be executed, similarly to a
41 sequentially. Each sequential zone has a write pointer maintained by the
42 device that keeps track of the mandatory start LBA position of the next write
43 to the device. As a result of this write constraint, LBAs in a sequential zone
53 to, for instance, reduce internal write amplification due to garbage collection.
73 information. File sizes come from the device zone type and write pointer
80 state to make it read-only, preventing any data write.
94 For sequential write zones, the sub-directory "seq" is used.
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dbmpconvert224 self.file.write(pack("<h", self.bfType))
225 self.file.write(pack("<i", self.bfSize))
226 self.file.write(pack("<h", self.bfReserved1))
227 self.file.write(pack("<h", self.bfReserved2))
228 self.file.write(pack("<i", self.bfOffBits)) # bfOffBits
229 self.file.write(pack("<i", self.biSize)) # biSize
230 self.file.write(pack("<i", self.biWidth))
232 self.file.write(pack("<i", self.biHeight))
233 self.file.write(pack("<h", self.biPlanes))
234 self.file.write(pack("<h", self.biBitCount)) # biBitCount
[all …]
H A Dmkbootimg113 f.write(pack(str(pad) + 'x'))
145 args.output.write(pack(f'{BOOT_MAGIC_SIZE}s', BOOT_MAGIC.encode()))
147 args.output.write(pack('I', filesize(args.kernel)))
149 args.output.write(pack('I', filesize(args.ramdisk)))
151 args.output.write(pack('I', (args.os_version << 11) | args.os_patch_level))
152 args.output.write(pack('I', boot_header_size))
154 args.output.write(pack('4I', 0, 0, 0, 0))
156 args.output.write(pack('I', args.header_version))
157 args.output.write(pack(f'{BOOT_ARGS_SIZE + BOOT_EXTRA_ARGS_SIZE}s',
164 args.output.write(pack('I', boot_signature_size))
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-memory.json13 "BriefDescription": "write requests to memory controller. Derived from unc_m_cas_count.wr",
77 …"BriefDescription": "Write requests allocated in the PMM Write Pending Queue for Intel Optane DC p…
85 …"BriefDescription": "Write requests allocated in the PMM Write Pending Queue for Intel Optane DC p…
102 …"BriefDescription": "Intel Optane DC persistent memory bandwidth write (MB). Derived from unc_m_pm…
105 "EventName": "UNC_M_PMM_BANDWIDTH.WRITE",
143 "BriefDescription": "DRAM Page Activate commands sent due to a write request",
148 …ption": "Counts DRAM Page Activate commands sent on this channel due to a write request to the iMC…
158write on DRAM, so this event increments for every read and write. This event counts whether AutoPr…
168write on DRAM, and this event increments for every regular read. This event only counts regular r…
178write, on a per channel basis. CAS commands are issued to specify the address to read or write on…
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dio.c17 * write-buffering support. Write buffers help to save space which otherwise
19 * Instead, data first goes to the write-buffer and is flushed when the
23 * UBIFS distinguishes between minimum write size (@c->min_io_size) and maximum
24 * write size (@c->max_write_size). The latter is the maximum amount of bytes
27 * @c->min_io_size <= @c->max_write_size. Write-buffers are of
29 * write-buffer is flushed, only the portion of it (aligned to @c->min_io_size
30 * boundary) which contains data is written, not the whole write-buffer,
34 * hand, we want to write in optimal @c->max_write_size bytes chunks, which
36 * other hand, we do not want to waste space when synchronizing the write
38 * the next write offset to be not aligned to @c->max_write_size bytes. So the
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dpersistence.hpp65 OpenCV can read and write data in XML (<http://www.w3c.org/XML>), YAML (<http://www.yaml.org>) or
93 The same functions can read and write data in both formats; the particular format is determined by
120 Use the following procedure to write something to XML, YAML or JSON:
125 -# Write all the data you want using the streaming operator `<<`, just like in the case of STL
138 FileStorage fs("test.yml", FileStorage::WRITE);
203 - When you write to a mapping (a structure), you write element name followed by its value. When y…
204 write to a sequence, you simply write the elements one by one. OpenCV data structures (such as
208 - To write a mapping, you first write the special string `{` to the storage, then write the
209 elements as pairs (`fs << <element_name> << <element_value>`) and then write the closing
212 - To write a sequence, you first write the special string `[`, then write the elements, then
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dpersistence.hpp65 OpenCV can read and write data in XML (<http://www.w3c.org/XML>), YAML (<http://www.yaml.org>) or
93 The same functions can read and write data in both formats; the particular format is determined by
120 Use the following procedure to write something to XML, YAML or JSON:
125 -# Write all the data you want using the streaming operator `<<`, just like in the case of STL
138 FileStorage fs("test.yml", FileStorage::WRITE);
203 - When you write to a mapping (a structure), you write element name followed by its value. When y…
204 write to a sequence, you simply write the elements one by one. OpenCV data structures (such as
208 - To write a mapping, you first write the special string `{` to the storage, then write the
209 elements as pairs (`fs << <element_name> << <element_value>`) and then write the closing
212 - To write a sequence, you first write the special string `[`, then write the elements, then
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dpersistence.hpp65 OpenCV can read and write data in XML (<http://www.w3c.org/XML>), YAML (<http://www.yaml.org>) or
93 The same functions can read and write data in both formats; the particular format is determined by
120 Use the following procedure to write something to XML, YAML or JSON:
125 -# Write all the data you want using the streaming operator `<<`, just like in the case of STL
138 FileStorage fs("test.yml", FileStorage::WRITE);
203 - When you write to a mapping (a structure), you write element name followed by its value. When y…
204 write to a sequence, you simply write the elements one by one. OpenCV data structures (such as
208 - To write a mapping, you first write the special string `{` to the storage, then write the
209 elements as pairs (`fs << <element_name> << <element_value>`) and then write the closing
212 - To write a sequence, you first write the special string `[`, then write the elements, then
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/s390/cf_z13/
H A Dextended.json7 …"PublicDescription": "A directory write to the Level-1 Data cache where the line was originally in…
42 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
63 …"PublicDescription": "A directory write to the Level-1 Instruction cache directory where the retur…
112 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
119 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
126 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
133 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
140 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
147 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
154 …"PublicDescription": "A directory write to the Level-1 Data cache directory where the returned cac…
[all …]

12345678910>>...330