Home
last modified time | relevance | path

Searched full:written (Results 1 – 25 of 3660) sorted by relevance

12345678910>>...147

/Linux-v5.10/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-ryos4 Description: When written, this file lets one select which data from which
16 When written, the device activates the set profile immediately.
24 Description: When written, this file lets one set the default of all keys for
25 a specific profile. Profile index is included in written data.
27 Before reading this file, control has to be written to select
34 Description: When written, this file lets one set the function of the
36 in written data. The data has to be 95 bytes long.
37 Before reading this file, control has to be written to select
44 Description: When written, this file lets one set the function of the macro
46 written data. The data has to be 35 bytes long.
[all …]
Dsysfs-driver-hid-roccat-isku8 When written, this file sets the number of the startup profile
23 Description: When written, this file lets one deactivate certain keys like
26 written data. The data has to be 6 bytes long.
27 Before reading this file, control has to be written to select
34 Description: When written, this file lets one set the function of the
36 in written data. The data has to be 6 bytes long.
37 Before reading this file, control has to be written to select
44 Description: When written, this file lets one set the function of the
46 in written data. The data has to be 65 bytes long.
47 Before reading this file, control has to be written to select
[all …]
Dsysfs-driver-hid-roccat-savu7 button layout. When written, this file lets one write the
13 Before reading this file, control has to be written to select
20 Description: When written, this file lets one select which data from which
32 When written, this file lets one write the respective profile
44 When written, the device can be reset.
51 Description: When written, this file lets one store macros with max 500
53 Button and profile numbers are included in written data.
55 Before reading this file, control has to be written to select
66 When written, the mouse activates the set profile immediately.
Dsysfs-driver-hid-roccat-konepure8 When written, the mouse activates the set profile immediately.
16 Description: When written, this file lets one select which data from which
25 When written, the device can be reset.
34 When written, this file lets one set the sequence for a specific
36 included in written data. The data has to be 2082 bytes long.
46 When written, this file lets one write the respective profile
51 Before reading this file, control has to be written to select
62 When written, this file lets one write the respective profile
67 Before reading this file, control has to be written to select
91 Description: When written a calibration process for the tracking control unit
Dsysfs-driver-hid-roccat-koneplus8 When written, this file sets the number of the startup profile
19 When written, this file sets the number of the startup profile
40 When written, the device can be reset.
49 When written, this file lets one set the sequence for a specific
51 included in written data. The data has to be 2082 bytes long.
61 When written, this file lets one write the respective profile
66 Before reading this file, control has to be written to select
89 When written, this file lets one write the respective profile
94 Before reading this file, control has to be written to select
131 Description: When written a calibration process for the tracking control unit
/Linux-v5.10/tools/power/acpi/man/
Dacpidump.874 Acpi table [DSDT] - 15974 bytes written to DSDT.dat
75 Acpi table [FACS] - 64 bytes written to FACS.dat
76 Acpi table [FACP] - 116 bytes written to FACP.dat
77 Acpi table [APIC] - 120 bytes written to APIC.dat
78 Acpi table [MCFG] - 60 bytes written to MCFG.dat
79 Acpi table [SSDT] - 444 bytes written to SSDT1.dat
80 Acpi table [SSDT] - 439 bytes written to SSDT2.dat
81 Acpi table [SSDT] - 439 bytes written to SSDT3.dat
82 Acpi table [SSDT] - 439 bytes written to SSDT4.dat
83 Acpi table [SSDT] - 439 bytes written to SSDT5.dat
[all …]
/Linux-v5.10/drivers/mtd/tests/
Dsubpagetest.c45 size_t written; in write_eraseblock() local
50 err = mtd_write(mtd, addr, subpgsize, &written, writebuf); in write_eraseblock()
51 if (unlikely(err || written != subpgsize)) { in write_eraseblock()
54 if (written != subpgsize) { in write_eraseblock()
56 pr_err(" written: %#zx\n", written); in write_eraseblock()
64 err = mtd_write(mtd, addr, subpgsize, &written, writebuf); in write_eraseblock()
65 if (unlikely(err || written != subpgsize)) { in write_eraseblock()
68 if (written != subpgsize) { in write_eraseblock()
70 pr_err(" written: %#zx\n", written); in write_eraseblock()
80 size_t written; in write_eraseblock2() local
[all …]
Dtorturetest.c50 MODULE_PARM_DESC(check, "if the written data should be checked");
73 static void report_corrupt(unsigned char *read, unsigned char *written);
146 size_t written; in write_pattern() local
154 err = mtd_write(mtd, addr, len, &written, buf); in write_pattern()
156 pr_err("error %d while writing EB %d, written %zd" in write_pattern()
157 " bytes\n", err, ebnum, written); in write_pattern()
160 if (written != len) { in write_pattern()
161 pr_info("written only %zd bytes of %zd, but no error" in write_pattern()
162 " reported\n", written, len); in write_pattern()
366 static void print_bufs(unsigned char *read, unsigned char *written, int start,
[all …]
/Linux-v5.10/arch/mips/sibyte/common/
Dcfe_console.c16 int i, last, written; in cfe_console_write() local
24 written = cfe_write(cfe_cons_handle, &str[last], i-last); in cfe_console_write()
25 if (written < 0) in cfe_console_write()
27 last += written; in cfe_console_write()
35 written = cfe_write(cfe_cons_handle, &str[last], count-last); in cfe_console_write()
36 if (written < 0) in cfe_console_write()
38 last += written; in cfe_console_write()
/Linux-v5.10/arch/alpha/lib/
Dsrm_puts.c12 long remaining, written; in srm_puts() local
17 for (remaining = len; remaining > 0; remaining -= written) in srm_puts()
19 written = callback_puts(0, str, remaining); in srm_puts()
20 written &= 0xffffffff; in srm_puts()
21 str += written; in srm_puts()
/Linux-v5.10/drivers/mtd/devices/
Dbcm47xxsflash.c132 int written = 0; in bcm47xxsflash_write_st() local
144 return 1; /* 1B written */ in bcm47xxsflash_write_st()
151 written++; in bcm47xxsflash_write_st()
161 written++; in bcm47xxsflash_write_st()
170 return written; in bcm47xxsflash_write_st()
180 int written = 0; in bcm47xxsflash_write_at() local
206 written++; in bcm47xxsflash_write_at()
213 return written; in bcm47xxsflash_write_at()
220 int written; in bcm47xxsflash_write() local
228 written = bcm47xxsflash_write_st(mtd, to, len, buf); in bcm47xxsflash_write()
[all …]
/Linux-v5.10/tools/perf/
Dperf-read-vdso.c16 size_t size, written; in main() local
24 written = fwrite(start, 1, size, stdout); in main()
25 if (!written) in main()
27 start += written; in main()
28 size -= written; in main()
/Linux-v5.10/fs/iomap/
Dapply.c29 loff_t written = 0, ret; in iomap_apply() local
50 written = -EIO; in iomap_apply()
54 written = -EIO; in iomap_apply()
84 written = actor(inode, pos, length, data, &iomap, in iomap_apply()
94 written > 0 ? written : 0, in iomap_apply()
98 return written ? written : ret; in iomap_apply()
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst10 crash, either both sector and integrity tag or none of them is written.
68 not used and data sectors and integrity tags are written
72 data and integrity tags are written to the
74 either both data and tag or none of them are written. The
76 data have to be written twice.
77 B - bitmap mode - data and metadata are written without any
120 written. The journal is also written immediatelly if the FLUSH
151 that were written. From the sector numbers, the attacker can infer
152 the size of files that were written. To protect against this
239 be written)
[all …]
/Linux-v5.10/kernel/events/
Dinternal.h131 unsigned long size, written; \
135 written = memcpy_func(__VA_ARGS__); \
136 written = size - written; \
138 len -= written; \
139 handle->addr += written; \
141 buf += written; \
142 handle->size -= written; \
151 } while (len && written == size); \
/Linux-v5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
Dsp_public.h53 \param value[in] The data to be written
66 \param value[in] The data to be written
117 \param data[in] The data to be written
118 \param size[in] The size(in bytes) of the data to be written
147 \param data[in] The data to be written
148 \param size[in] The size(in bytes) of the data to be written
161 \param data[in] The data to be written
162 \param size[in] The size(in bytes) of the data to be written
175 \param data[in] The data to be written
176 \param size[in] The size(in bytes) of the data to be written
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-mic49 a "boot" has to be written to this entry if
59 When written, this sysfs entry triggers different state change
101 boot the card OS. This entry can be written to change the
114 card can be found. The entry can be written to change the
124 OS boot can be found. The entry can be written to change
133 the card. This sysfs entry can be written with the following
147 OS log buffer can be read. This entry is written by the host
149 log buffer address to be written can be found in the System.map
161 length can be read. This entry is written by host configuration
163 buffer length address to be written can be found in the
Dsysfs-kernel-slab49 allocated using the fast path. It can be written to clear the
61 of partially used slabs. It can be written to clear the current
73 remote cpu frees. It can be written to clear the current count.
83 be allocated from the page allocator. It can be written to
95 allocation from a partial or new slab. It can be written to
127 allocation from a certain node. It can be written to clear the
148 was deactivated. It can be written to clear the current count.
158 was deactivated. It can be written to clear the current count.
169 remotely. It can be written to clear the current count.
180 list. It can be written to clear the current count.
[all …]
/Linux-v5.10/drivers/staging/sm750fb/
Dddk750_hwi2c.c76 * length - Total number of bytes to be written to the device
77 * buf - The buffer that contains the data to be written to the
81 * Total number of bytes those are actually written.
105 /* Set the number of bytes to be written */ in hw_i2c_write_data()
126 /* Total byte written */ in hw_i2c_write_data()
225 * to be written
226 * registerIndex - Slave device's register to be written
227 * data - Data to be written to the register
/Linux-v5.10/drivers/char/
Dmem.c206 ssize_t written, sz; in write_mem() local
216 written = 0; in write_mem()
226 written += sz; in write_mem()
248 if (written) in write_mem()
256 written += sz - copied; in write_mem()
257 if (written) in write_mem()
266 written += sz; in write_mem()
271 *ppos += written; in write_mem()
272 return written; in write_mem()
527 ssize_t written, sz; in do_write_kmem() local
[all …]
/Linux-v5.10/Documentation/admin-guide/
Dmd.rst158 appropriate superblock written to them, and then be passed in with
197 assembled), the value will reflect whatever has been written
225 levels. It can be written while assembling an array.
280 This file can be written but not read. The value written should
315 When written, doesn't tear down array, but just stops it
323 no resync can happen. no superblocks get written.
333 When written to inactive array, starts without resync
339 If written to an active array that has pending writes, then fails.
342 When written to inactive array, starts with resync
345 clean, but writes are blocked waiting for ``active`` to be written.
[all …]
/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.h96 * @info: Type of the record - written 0 by the CPU, updated by the CP
97 * @data: Data field from SET_RENDER_MODE or a checkpoint. Written and used by
99 * @cntl: Value of RB_CNTL written by CPU, save/restored by CP
100 * @rptr: Value of RB_RPTR written by CPU, save/restored by CP
101 * @wptr: Value of RB_WPTR written by CPU, save/restored by CP
102 * @rptr_addr: Value of RB_RPTR_ADDR written by CPU, save/restored by CP
103 * @rbase: Value of RB_BASE written by CPU, save/restored by CP
/Linux-v5.10/Documentation/arm/nwfpe/
Dnwfpe.rst7 The majority of the code was written by me, Scott Bambrough It is
8 written in C, with a small number of routines in inline assembler
9 where required. It was written quickly, with a goal of implementing a
53 has written is provided under the GNU GPL. See the file COPYING for copying
61 SoftFloat was written by John R. Hauser. This work was made possible in
65 original version of this code was written as part of a project to build
/Linux-v5.10/init/
Dinitramfs.c427 long written; in flush_buffer() local
431 while ((written = write_buffer(buf, len)) < len && !message) { in flush_buffer()
432 char c = buf[written]; in flush_buffer()
434 buf += written; in flush_buffer()
435 len -= written; in flush_buffer()
438 buf += written; in flush_buffer()
439 len -= written; in flush_buffer()
453 long written; in unpack_to_rootfs() local
472 written = write_buffer(buf, len); in unpack_to_rootfs()
473 buf += written; in unpack_to_rootfs()
[all …]
/Linux-v5.10/drivers/net/ethernet/qualcomm/
Dqca_uart.c131 int written; in qcauart_transmit() local
151 written = serdev_device_write_buf(qca->serdev, qca->tx_head, in qcauart_transmit()
153 if (written > 0) { in qcauart_transmit()
154 qca->tx_left -= written; in qcauart_transmit()
155 qca->tx_head += written; in qcauart_transmit()
204 int written; in qcauart_netdev_xmit() local
236 written = serdev_device_write_buf(qca->serdev, qca->tx_buffer, in qcauart_netdev_xmit()
238 if (written > 0) { in qcauart_netdev_xmit()
239 qca->tx_left = (pos - qca->tx_buffer) - written; in qcauart_netdev_xmit()
240 qca->tx_head = qca->tx_buffer + written; in qcauart_netdev_xmit()
[all …]

12345678910>>...147