/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-driver-hid-roccat-ryos | 4 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 …]
|
H A D | sysfs-driver-hid-roccat-isku | 8 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 …]
|
H A D | sysfs-driver-hid-roccat-savu | 7 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.
|
H A D | sysfs-driver-hid-roccat-konepure | 8 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
|
/linux/tools/power/acpi/man/ |
H A D | acpidump.8 | 74 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/tools/testing/selftests/mm/ |
H A D | pagemap_ioctl.c | 188 long mem_size, vec_size, written, num_pages = 16; in userfaultfd_tests() local 214 written = pagemap_ioctl(mem, mem_size, vec, 1, PM_SCAN_WP_MATCHING | PM_SCAN_CHECK_WPASYNC, in userfaultfd_tests() 216 if (written < 0) in userfaultfd_tests() 217 ksft_exit_fail_msg("error %ld %d %s\n", written, errno, strerror(errno)); in userfaultfd_tests() 219 ksft_test_result(written == 0, "%s all new pages must not be written (dirty)\n", __func__); in userfaultfd_tests() 320 /* 3. Repeated pattern of written and non-written pages */ in sanity_tests_sd() 330 "%s Repeated pattern of written and non-written pages\n", __func__); in sanity_tests_sd() 332 /* 4. Repeated pattern of written and non-written pages in parts */ in sanity_tests_sd() 351 "%s Repeated pattern of written and non-written pages in parts %ld %ld %ld\n", in sanity_tests_sd() 354 /* 5. Repeated pattern of written and non-written pages max_pages */ in sanity_tests_sd() [all …]
|
/linux/drivers/base/regmap/ |
H A D | regmap-kunit.c | 276 * Data written via the bulk API can be read back with single in bulk_write() 308 /* Data written as single writes can be read via the bulk API */ in bulk_read() 339 * Data written via the multi API can be read back with single in multi_write() 377 /* Data written as single writes can be read via the multi API */ in multi_read() 540 data->written[i] = false; in write_readonly() 548 KUNIT_EXPECT_EQ(test, i != 5, data->written[i]); in write_readonly() 677 /* Only the patched registers are written */ in register_patch() 682 KUNIT_EXPECT_TRUE(test, data->written[i]); in register_patch() 686 KUNIT_EXPECT_FALSE(test, data->written[i]); in register_patch() 706 * Allow one extra register so that the read/written arrays in stride() [all …]
|
/linux/drivers/mtd/tests/ |
H A D | torturetest.c | 50 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() 364 static void print_bufs(unsigned char *read, unsigned char *written, int start, [all …]
|
/linux/arch/mips/sibyte/common/ |
H A D | cfe_console.c | 16 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/drivers/mtd/devices/ |
H A D | bcm47xxsflash.c | 132 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/arch/alpha/lib/ |
H A D | srm_puts.c | 12 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/tools/perf/ |
H A D | perf-read-vdso.c | 16 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/Documentation/admin-guide/device-mapper/ |
H A D | dm-integrity.rst | 10 crash, either both sector and integrity tag or none of them is written. 77 not used and data sectors and integrity tags are written 81 data and integrity tags are written to the 83 either both data and tag or none of them are written. The 85 data have to be written twice. 86 B - bitmap mode - data and metadata are written without any 130 written. The journal is also written immediately if the FLUSH 161 that were written. From the sector numbers, the attacker can infer 162 the size of files that were written. To protect against this 271 be written) [all …]
|
/linux/kernel/events/ |
H A D | internal.h | 138 unsigned long size, written; \ 142 written = memcpy_func(__VA_ARGS__); \ 143 written = size - written; \ 145 len -= written; \ 146 handle->addr += written; \ 148 buf += written; \ 149 handle->size -= written; \ 158 } while (len && written == size); \
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-driver-dcc | 23 is written to the file, all the previous addresses 70 The address to be written. 73 The value to be written at <addr>. 87 The address to be read and written. 90 The value to be written at <addr>. 107 total number of addresses to be written 123 by the user for the corresponding list is written
|
H A D | sysfs-class-mic | 49 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
|
H A D | sysfs-kernel-slab | 50 allocated using the fast path. It can be written to clear the 62 of partially used slabs. It can be written to clear the current 74 remote cpu frees. It can be written to clear the current count. 84 be allocated from the page allocator. It can be written to 96 allocation from a partial or new slab. It can be written to 128 allocation from a certain node. It can be written to clear the 149 was deactivated. It can be written to clear the current count. 159 was deactivated. It can be written to clear the current count. 170 remotely. It can be written to clear the current count. 181 list. It can be written to clear the current count. [all …]
|
/linux/drivers/char/ |
H A D | mem.c | 173 ssize_t written, sz; in write_mem() local 183 written = 0; in write_mem() 193 written += sz; in write_mem() 215 if (written) in write_mem() 223 written += sz - copied; in write_mem() 224 if (written) in write_mem() 233 written += sz; in write_mem() 238 *ppos += written; in write_mem() 239 return written; in write_mem() 455 size_t written = 0; in read_iter_zero() local [all …]
|
/linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
H A D | memory.json | 299 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 305 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 310 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 316 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 321 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 327 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 332 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 338 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 343 …"BriefDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) t… 349 …"PublicDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) … [all …]
|
H A D | cache.json | 15 …ritebacks caused by snoops. Does not count a replacement unless a (dirty) line was written back.", 793 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 799 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 804 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 810 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 815 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 821 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 826 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 832 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 837 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
H A D | memory.json | 299 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 305 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 310 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 316 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 321 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 327 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 332 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 338 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 343 …"BriefDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) t… 349 …"PublicDescription": "Counts L2 cache hardware prefetch data reads (written to the L2 cache only) … [all …]
|
H A D | cache.json | 15 …ritebacks caused by snoops. Does not count a replacement unless a (dirty) line was written back.", 793 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 799 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 804 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 810 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 815 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 821 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 826 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… 832 …"PublicDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) … 837 …"BriefDescription": "Counts L2 cache hardware prefetch code reads (written to the L2 cache only) t… [all …]
|
/linux/tools/testing/selftests/sched_ext/ |
H A D | util.c | 32 /* Returns written len on success, or -errno on failure. */ 36 ssize_t written; in write_text() local 42 written = write(fd, buf, len); in write_text() 44 return written < 0 ? -errno : written; in write_text()
|
/linux/drivers/net/ethernet/qualcomm/ |
H A D | qca_uart.c | 116 int written; in qcauart_transmit() local 136 written = serdev_device_write_buf(qca->serdev, qca->tx_head, in qcauart_transmit() 138 if (written > 0) { in qcauart_transmit() 139 qca->tx_left -= written; in qcauart_transmit() 140 qca->tx_head += written; in qcauart_transmit() 189 int written; in qcauart_netdev_xmit() local 221 written = serdev_device_write_buf(qca->serdev, qca->tx_buffer, in qcauart_netdev_xmit() 223 if (written > 0) { in qcauart_netdev_xmit() 224 qca->tx_left = (pos - qca->tx_buffer) - written; in qcauart_netdev_xmit() 225 qca->tx_head = qca->tx_buffer + written; in qcauart_netdev_xmit() [all …]
|
/linux/fs/netfs/ |
H A D | buffered_write.c | 5 * Written by David Howells (dhowells@redhat.com) 53 * data written into the pagecache until we can find out from the server what 123 ssize_t written = 0, ret, ret2; in netfs_perform_write() local 196 ret = written ? -EINTR : -ERESTARTSYS; in netfs_perform_write() 201 ret = written ? -EINTR : -ERESTARTSYS; in netfs_perform_write() 359 written += copied; in netfs_perform_write() 382 if (likely(written)) { in netfs_perform_write() 400 iocb->ki_pos += written; in netfs_perform_write() 401 _leave(" = %zd [%zd]", written, ret); in netfs_perform_write() 402 return written ? written : ret; in netfs_perform_write() [all …]
|