Home
last modified time | relevance | path

Searched refs:written (Results 1 – 200 of 901) sorted by relevance

12345

/linux-4.4.14/arch/mips/sibyte/common/
Dcfe_console.c15 int i, last, written; in cfe_console_write() local
23 written = cfe_write(cfe_cons_handle, &str[last], i-last); in cfe_console_write()
24 if (written < 0) in cfe_console_write()
26 last += written; in cfe_console_write()
34 written = cfe_write(cfe_cons_handle, &str[last], count-last); in cfe_console_write()
35 if (written < 0) in cfe_console_write()
37 last += written; in cfe_console_write()
/linux-4.4.14/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 When written, this file lets one write the respective profile
12 Before reading this file, control has to be written to select
19 Description: When written, this file lets one select which data from which
31 When written, this file lets one write the respective profile
43 When written, the device can be reset.
50 Description: When written, this file lets one store macros with max 500
52 Button and profile numbers are included in written data.
54 Before reading this file, control has to be written to select
65 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-arvo7 When written this attribute activates the selected profile
16 When written, this file lets one set the sequence for a specific
18 included in written data. The data has to be 24 bytes long.
40 When written, the given buttons are activated/deactivated
52 When written, the key is activated/deactivated immediately.
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
Dsysfs-driver-hid-roccat-kovaplus17 When written, the mouse activates this profile immediately.
58 When written, the device can be reset.
68 When written, this file lets one write the respective profile
73 Before reading this file, control has to be written to select
96 When written, this file lets one write the respective profile
101 Before reading this file, control has to be written to select
Dsysfs-driver-hid-roccat-pyra44 When written, the device can be reset.
54 When written, this file lets one write the respective profile
59 Before reading this file, control has to be written to select
82 When written, this file lets one write the respective profile
87 Before reading this file, control has to be written to select
110 When written, this file lets write settings back to the mouse.
Dsysfs-driver-hid-roccat-lua4 Description: When written, cpi, button and light settings can be configured.
/linux-4.4.14/drivers/mtd/devices/
Dbcm47xxsflash.c123 int written = 0; in bcm47xxsflash_write_st() local
142 written++; in bcm47xxsflash_write_st()
152 written++; in bcm47xxsflash_write_st()
161 return written; in bcm47xxsflash_write_st()
171 int written = 0; in bcm47xxsflash_write_at() local
197 written++; in bcm47xxsflash_write_at()
204 return written; in bcm47xxsflash_write_at()
211 int written; in bcm47xxsflash_write() local
219 written = bcm47xxsflash_write_st(mtd, to, len, buf); in bcm47xxsflash_write()
222 written = bcm47xxsflash_write_at(mtd, to, len, buf); in bcm47xxsflash_write()
[all …]
/linux-4.4.14/arch/alpha/lib/
Dsrm_puts.c11 long remaining, written; in srm_puts() local
16 for (remaining = len; remaining > 0; remaining -= written) in srm_puts()
18 written = callback_puts(0, str, remaining); in srm_puts()
19 written &= 0xffffffff; in srm_puts()
20 str += written; in srm_puts()
Dstrncpy.S37 or $4, $27, $4 # written byte and the last byte in COUNT
/linux-4.4.14/tools/perf/
Dperf-read-vdso.c15 size_t size, written; in main() local
23 written = fwrite(start, 1, size, stdout); in main()
24 if (!written) in main()
26 start += written; in main()
27 size -= written; in main()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dmntfunc.c246 int written = 0; in maint_read_write() local
268 pbuf[written++] = (byte) size; in maint_read_write()
269 pbuf[written++] = (byte) (size >> 8); in maint_read_write()
270 pbuf[written++] = 0; in maint_read_write()
271 pbuf[written++] = 0; in maint_read_write()
275 memcpy(&pbuf[written], pmsg, size); in maint_read_write()
277 written += size; in maint_read_write()
280 pbuf[written++] = 0; in maint_read_write()
281 pbuf[written++] = 0; in maint_read_write()
282 pbuf[written++] = 0; in maint_read_write()
[all …]
Distream.c78 int written = 0, to_write = -1; in diva_istream_write() local
106 written += to_write; in diva_istream_write()
134 return (written); in diva_istream_write()
/linux-4.4.14/drivers/char/
Dmem.c162 ssize_t written, sz; in write_mem() local
172 written = 0; in write_mem()
182 written += sz; in write_mem()
199 if (written) in write_mem()
207 written += sz - copied; in write_mem()
208 if (written) in write_mem()
216 written += sz; in write_mem()
219 *ppos += written; in write_mem()
220 return written; in write_mem()
458 ssize_t written, sz; in do_write_kmem() local
[all …]
Dlp.c301 ssize_t written; in lp_write() local
339 written = parport_write (port, kbuf, copy_size); in lp_write()
340 if (written > 0) { in lp_write()
341 copy_size -= written; in lp_write()
342 count -= written; in lp_write()
343 buf += written; in lp_write()
344 retv += written; in lp_write()
774 ssize_t written; in lp_console_write() local
793 written = parport_write (port, s, canwrite); in lp_console_write()
795 if (written <= 0) in lp_console_write()
[all …]
Dnwflash.c147 int written; in flash_write() local
179 written = 0; in flash_write()
220 count - written); in flash_write()
225 rc = write_block(p, buf, count - written); in flash_write()
250 written += rc; in flash_write()
254 printk(KERN_DEBUG "flash_write: written 0x%X bytes OK.\n", written); in flash_write()
259 return written; in flash_write()
/linux-4.4.14/kernel/events/
Dinternal.h123 unsigned long size, written; \
127 written = memcpy_func(handle->addr, buf, size); \
128 written = size - written; \
130 len -= written; \
131 handle->addr += written; \
132 buf += written; \
133 handle->size -= written; \
142 } while (len && written == size); \
/linux-4.4.14/drivers/mtd/tests/
Dsubpagetest.c58 size_t written; in write_eraseblock() local
63 err = mtd_write(mtd, addr, subpgsize, &written, writebuf); in write_eraseblock()
64 if (unlikely(err || written != subpgsize)) { in write_eraseblock()
67 if (written != subpgsize) { in write_eraseblock()
69 pr_err(" written: %#zx\n", written); in write_eraseblock()
77 err = mtd_write(mtd, addr, subpgsize, &written, writebuf); in write_eraseblock()
78 if (unlikely(err || written != subpgsize)) { in write_eraseblock()
81 if (written != subpgsize) { in write_eraseblock()
83 pr_err(" written: %#zx\n", written); in write_eraseblock()
93 size_t written; in write_eraseblock2() local
[all …]
Dtorturetest.c85 static void report_corrupt(unsigned char *read, unsigned char *written);
158 size_t written; in write_pattern() local
166 err = mtd_write(mtd, addr, len, &written, buf); in write_pattern()
169 " bytes\n", err, ebnum, written); in write_pattern()
172 if (written != len) { in write_pattern()
174 " reported\n", written, len); in write_pattern()
378 static void print_bufs(unsigned char *read, unsigned char *written, int start,
385 static void report_corrupt(unsigned char *read, unsigned char *written) in report_corrupt() argument
397 if (countdiffs(written, read, i, pgsize, &bytes, in report_corrupt()
409 first = countdiffs(written, read, i, pgsize, &bytes, in report_corrupt()
[all …]
Dmtd_test.c103 size_t written; in mtdtest_write() local
106 err = mtd_write(mtd, addr, size, &written, buf); in mtdtest_write()
107 if (!err && written != size) in mtdtest_write()
/linux-4.4.14/drivers/s390/char/
Dmonwriter.c219 size_t len, written; in monwrite_write() local
224 for (written = 0; written < count; ) { in monwrite_write()
226 len = min(count - written, monpriv->hdr_to_read); in monwrite_write()
229 if (copy_from_user(to, data + written, len)) { in monwrite_write()
234 written += len; in monwrite_write()
245 len = min(count - written, monpriv->data_to_read); in monwrite_write()
248 if (copy_from_user(to, data + written, len)) { in monwrite_write()
253 written += len; in monwrite_write()
263 return written; in monwrite_write()
Dsclp_con.c166 int written; in sclp_console_write() local
195 written = sclp_write(sclp_conbuf, (const unsigned char *) in sclp_console_write()
197 if (written == count) in sclp_console_write()
207 message += written; in sclp_console_write()
208 count -= written; in sclp_console_write()
Dsclp_tty.c176 int written; in sclp_tty_write_string() local
201 written = sclp_write(sclp_ttybuf, str, count); in sclp_tty_write_string()
202 overall_written += written; in sclp_tty_write_string()
203 if (written == count) in sclp_tty_write_string()
215 str += written; in sclp_tty_write_string()
216 count -= written; in sclp_tty_write_string()
Dtape_char.c191 size_t written; in tapechar_write() local
222 written = 0; in tapechar_write()
235 written += block_size - request->rescnt; in tapechar_write()
248 if (written > 0) in tapechar_write()
263 return rc ? rc : written; in tapechar_write()
Dcon3215.c85 int written; /* number of bytes in write requests */ member
177 if (raw->count <= raw->written) in raw3215_mk_write_req()
188 raw->written -= req->len; in raw3215_mk_write_req()
192 req->start = (raw->head - raw->count + raw->written) & in raw3215_mk_write_req()
210 raw->written += len; in raw3215_mk_write_req()
438 raw->written -= req->len; in raw3215_irq()
455 raw->written -= req->len; in raw3215_irq()
474 BUG_ON(raw->written != 0); in raw3215_drop_line()
1040 int i, written; in tty3215_write() local
1045 written = count; in tty3215_write()
[all …]
Dsclp_vt220.c409 int written; in __sclp_vt220_write() local
437 written = sclp_vt220_add_msg(sclp_vt220_current_request, in __sclp_vt220_write()
439 overall_written += written; in __sclp_vt220_write()
440 if (written == count) in __sclp_vt220_write()
450 buf += written; in __sclp_vt220_write()
451 count -= written; in __sclp_vt220_write()
/linux-4.4.14/drivers/ata/
Dlibata-transport.c492 int written; member
501 arg->written += sprintf(arg->buf + arg->written, in ata_show_ering()
504 arg->written += get_ata_err_names(ent->err_mask, in ata_show_ering()
505 arg->buf + arg->written); in ata_show_ering()
517 return arg.written; in show_ata_dev_ering()
528 int written = 0, i = 0; in show_ata_dev_id() local
533 written += snprintf(buf+written, 20, "%04x%c", in show_ata_dev_id()
537 return written; in show_ata_dev_id()
547 int written = 0, i = 0; in show_ata_dev_gscr() local
552 written += snprintf(buf+written, 20, "%08x%c", in show_ata_dev_gscr()
[all …]
/linux-4.4.14/init/
Dinitramfs.c425 long written; in flush_buffer() local
429 while ((written = write_buffer(buf, len)) < len && !message) { in flush_buffer()
430 char c = buf[written]; in flush_buffer()
432 buf += written; in flush_buffer()
433 len -= written; in flush_buffer()
436 buf += written; in flush_buffer()
437 len -= written; in flush_buffer()
451 long written; in unpack_to_rootfs() local
470 written = write_buffer(buf, len); in unpack_to_rootfs()
471 buf += written; in unpack_to_rootfs()
[all …]
Ddo_mounts_rd.c326 long written = sys_write(crd_outfd, window, outcnt); in compr_flush() local
327 if (written != outcnt) { in compr_flush()
331 written, outcnt); in compr_flush()
/linux-4.4.14/fs/ubifs/
Dtnc_commit.c114 int len, gap_remains, gap_pos, written, pad_len; in fill_gap() local
124 written = 0; in fill_gap()
142 written += 1; in fill_gap()
154 lnum, gap_start, gap_end, gap_end - gap_start, written, pad_len); in fill_gap()
157 return written; in fill_gap()
233 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; in layout_leb_in_gaps() local
282 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); in layout_leb_in_gaps()
283 if (written < 0) { in layout_leb_in_gaps()
285 return written; /* Error code */ in layout_leb_in_gaps()
287 tot_written += written; in layout_leb_in_gaps()
[all …]
Dxattr.c445 int err, len, written = 0; in ubifs_listxattr() local
483 memcpy(buffer + written, nm.name, nm.len + 1); in ubifs_listxattr()
484 written += nm.len + 1; in ubifs_listxattr()
498 ubifs_assert(written <= size); in ubifs_listxattr()
499 return written; in ubifs_listxattr()
Dio.c678 int err, written, n, aligned_len = ALIGN(len, 8); in ubifs_wbuf_write_nolock() local
741 written = 0; in ubifs_wbuf_write_nolock()
760 written += wbuf->avail; in ubifs_wbuf_write_nolock()
779 written += wbuf->size; in ubifs_wbuf_write_nolock()
793 err = ubifs_leb_write(c, wbuf->lnum, buf + written, in ubifs_wbuf_write_nolock()
800 written += n; in ubifs_wbuf_write_nolock()
810 memcpy(wbuf->buf, buf + written, len); in ubifs_wbuf_write_nolock()
/linux-4.4.14/drivers/nfc/nxp-nci/
Dfirmware.c115 remaining_len = fw_info->frame_size - fw_info->written; in nxp_nci_fw_send_chunk()
127 memcpy(skb_put(skb, chunk_len), fw_info->data + fw_info->written, in nxp_nci_fw_send_chunk()
151 if (fw_info->written == 0) { in nxp_nci_fw_send()
165 fw_info->written += r; in nxp_nci_fw_send()
196 if (fw_info->written == fw_info->frame_size) { in nxp_nci_fw_work()
199 fw_info->written = 0; in nxp_nci_fw_work()
246 fw_info->written = 0; in nxp_nci_fw_download()
Dnxp-nci.h53 size_t written; member
/linux-4.4.14/security/keys/
Dbig_key.c62 ssize_t written; in big_key_preparse() local
87 written = kernel_write(file, prep->data, prep->datalen, 0); in big_key_preparse()
88 if (written != datalen) { in big_key_preparse()
89 ret = written; in big_key_preparse()
90 if (written >= 0) in big_key_preparse()
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei-amt-version.c176 ssize_t written; in mei_send_msg() local
185 written = write(me->fd, buffer, len); in mei_send_msg()
186 if (written < 0) { in mei_send_msg()
189 written, strerror(errno)); in mei_send_msg()
206 rc = written; in mei_send_msg()
374 ssize_t written; in amt_host_if_call() local
385 written = mei_send_msg(&acmd->mei_cl, in amt_host_if_call()
387 if (written != command_sz) in amt_host_if_call()
/linux-4.4.14/fs/ceph/
Dfile.c634 int written = 0; in ceph_sync_direct_write() local
711 written += n; in ceph_sync_direct_write()
723 if (ret != -EOLDSNAPC && written > 0) { in ceph_sync_direct_write()
725 ret = written; in ceph_sync_direct_write()
751 int written = 0; in ceph_sync_write() local
840 written += len; in ceph_sync_write()
853 if (ret != -EOLDSNAPC && written > 0) { in ceph_sync_write()
854 ret = written; in ceph_sync_write()
1006 ssize_t count, written = 0; in ceph_write_iter() local
1091 written = ceph_sync_direct_write(iocb, &data, pos, in ceph_write_iter()
[all …]
/linux-4.4.14/lib/
Dtest_printf.c48 int ret, written; in do_test() local
72 written = min(bufsize-1, elen); in do_test()
73 if (test_buffer[written]) { in do_test()
79 if (memcmp(test_buffer, expect, written)) { in do_test()
81 bufsize, fmt, test_buffer, written, expect); in do_test()
/linux-4.4.14/arch/cris/arch-v10/drivers/
Deeprom.c513 int i, written, restart=1; in eeprom_write() local
527 written = 0; in eeprom_write()
531 while( (written < count) && (p < eeprom.size)) in eeprom_write()
635 i2c_outbyte(buf[written]); in eeprom_write()
643 written++; in eeprom_write()
645 } while( written < count && ( p % eeprom.sequential_write_pagesize )); in eeprom_write()
654 if (written == 0 && p >= eeprom.size){ in eeprom_write()
658 return written; in eeprom_write()
/linux-4.4.14/mm/
Dfilemap.c1529 struct iov_iter *iter, ssize_t written) in do_generic_file_read() argument
1638 written += ret; in do_generic_file_read()
1744 return written ? written : error; in do_generic_file_read()
2404 ssize_t written; in generic_file_direct_write() local
2412 written = filemap_write_and_wait_range(mapping, pos, pos + write_len - 1); in generic_file_direct_write()
2413 if (written) in generic_file_direct_write()
2423 written = invalidate_inode_pages2_range(mapping, in generic_file_direct_write()
2429 if (written) { in generic_file_direct_write()
2430 if (written == -EBUSY) in generic_file_direct_write()
2437 written = mapping->a_ops->direct_IO(iocb, &data, pos); in generic_file_direct_write()
[all …]
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-mic.txt46 written to this entry if the card was previously shutdown
54 When written, this sysfs entry triggers different state change
89 boot the card OS. This entry can be written to change the
102 card can be found. The entry can be written to change the
112 OS boot can be found. The entry can be written to change
121 the card. This sysfs entry can be written with the following
135 OS log buffer can be read. This entry is written by the host
137 log buffer address to be written can be found in the System.map
149 length can be read. This entry is written by host configuration
151 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 …]
Dsysfs-devices-online9 (or 'n', or 'N') is written to this file, the device bus type's
12 turn, if that number is 0 and '1' (or 'y', or 'Y') is written to
Dsysfs-driver-hid9 This file cannot be written.
20 This file cannot be written.
Dsysfs-block-bcache48 skip the cache. Read and written as bytes in human readable
72 For backing devices: when off, dirty data will not be written
83 written to the cache and the cache held no dirty data for that
145 What: /sys/block/<disk>/bcache/written
150 written to the cache, excluding all metadata.
Dsysfs-power85 created by the suspend-to-disk mechanism. It can be written a
91 smallest image possible. In particular, if "0" is written to
169 number of wakeup events is equal to the written value and, if
181 be written a string representing a non-negative integer that
192 The /sys/power/autosleep file can be written one of the strings
203 written to it to be returned.
213 string without white space is written to /sys/power/wake_lock,
218 If a string written to /sys/power/wake_lock contains white
238 When a string is written to /sys/power/wake_unlock, it will be
Dsysfs-memory-page-offline7 written into this file. Input is a hex number specifying the
29 address written into this file. Input is a hex number
Dsysfs-class-pktcdvd33 kb_written (0444) kBytes written.
39 bytes read/written.
Dsysfs-driver-hid-multitouch8 When written this attribute change on the fly the quirks, then
Dprocfs-diskstats17 10 - sectors written
Dsysfs-devices-sun6 method in the ACPI namespace. The value is written in Advanced
Dsysfs-driver-hid-roccat-kone48 When written, this file lets one write the respective profile
61 When written, this file lets write settings back to the mouse.
72 When written, this file sets the number of the startup profile
Dsysfs-class-led-flash43 Flash strobe state. When written with 1 it triggers flash strobe
44 and when written with 0 it turns the flash off.
Dsysfs-bus-iio-frequency-adf435019 The value written has no effect until out_altvoltageY_frequency
Dsysfs-bus-coresight-devices-etb1022 following the trigger event. The number of 32-bit words written
Dsysfs-i2c-bmp08525 written. Using this feature will decrease RMS noise and
Dsysfs-bus-platform8 written to driver_override will have an opportunity to bind
Dsysfs-bus-amba8 written to driver_override will have an opportunity to bind to
Dsysfs-fs-ext472 of data that have been written to this filesystem since it was
80 kilobytes of data that have been written to this
Dsysfs-block13 7 - sectors written
27 same as the above-written /sys/block/<disk>/stat
230 single data block can be written to a range of several
234 bytes can be written in a single write same command. If
Dconfigfs-spear-pcie-gadget30 bar0_data will be written or read.
Dsysfs-devices-system-cpu49 system. Information written to the file to add CPU's is
269 - WriteThrough: data is written to both the cache line
271 - WriteBack: data is written only to the cache line and
272 the modified cache line is written to main
/linux-4.4.14/drivers/parport/
Dieee1284_ops.c411 size_t written; in parport_ieee1284_ecp_write_data()
428 for (written = 0; written < len; written++, buf++) { in parport_ieee1284_ecp_write_data()
485 return written; in parport_ieee1284_ecp_write_data()
646 size_t written; in parport_ieee1284_ecp_write_addr()
664 for (written = 0; written < len; written++, buf++) { in parport_ieee1284_ecp_write_addr()
721 return written; in parport_ieee1284_ecp_write_addr()
Dparport_ip32.c1153 size_t written; in parport_ip32_epp_write() local
1163 written = len; in parport_ip32_epp_write()
1166 for (written = 0; written < len; written++) { in parport_ip32_epp_write()
1175 return written; in parport_ip32_epp_write()
1443 size_t written; in parport_ip32_fifo_write_block_dma() local
1465 written = len - parport_ip32_dma_get_residue(); in parport_ip32_fifo_write_block_dma()
1469 return written; in parport_ip32_fifo_write_block_dma()
1484 size_t written = 0; in parport_ip32_fifo_write_block() local
1488 written = (p->modes & PARPORT_MODE_DMA) ? in parport_ip32_fifo_write_block()
1491 return written; in parport_ip32_fifo_write_block()
[all …]
Dparport_pc.c334 size_t written = 0; in parport_pc_epp_write_data() local
347 for (; written < length; written++) { in parport_pc_epp_write_data()
356 return written; in parport_pc_epp_write_data()
388 size_t written = 0; in parport_pc_epp_write_addr() local
398 for (; written < length; written++) { in parport_pc_epp_write_addr()
407 return written; in parport_pc_epp_write_addr()
428 size_t written; in parport_pc_ecpepp_write_data() local
433 written = parport_pc_epp_write_data(port, buf, length, flags); in parport_pc_ecpepp_write_data()
436 return written; in parport_pc_ecpepp_write_data()
457 size_t written; in parport_pc_ecpepp_write_addr() local
[all …]
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb_con.c373 ssize_t written; in sisusbcon_putc() local
387 (long)SISUSB_HADDR(x, y), 2, &written); in sisusbcon_putc()
398 ssize_t written; in sisusbcon_putcs() local
423 (long)SISUSB_HADDR(x, y), count * 2, &written); in sisusbcon_putcs()
434 ssize_t written; in sisusbcon_clear() local
478 (long)SISUSB_HADDR(x, y), length, &written); in sisusbcon_clear()
489 ssize_t written; in sisusbcon_bmove() local
512 (long)SISUSB_HADDR(dx, dy), length, &written); in sisusbcon_bmove()
522 ssize_t written; in sisusbcon_switch() local
562 length, &written); in sisusbcon_switch()
[all …]
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME4 The majority of the code was written by me, Scott Bambrough It is
5 written in C, with a small number of routines in inline assembler
6 where required. It was written quickly, with a goal of implementing a
50 has written is provided under the GNU GPL. See the file COPYING for copying
57 SoftFloat was written by John R. Hauser. This work was made possible in
61 original version of this code was written as part of a project to build
/linux-4.4.14/drivers/usb/misc/
Duss720.c503 size_t written = 0; in parport_uss720_epp_write_data()
507 for (; written < length; written++) { in parport_uss720_epp_write_data()
519 return written; in parport_uss720_epp_write_data()
561 size_t written = 0; in parport_uss720_epp_write_addr() local
565 for (; written < length; written++) { in parport_uss720_epp_write_addr()
577 return written; in parport_uss720_epp_write_addr()
618 size_t written = 0; in parport_uss720_ecp_write_addr() local
622 for (; written < len; written++) { in parport_uss720_ecp_write_addr()
628 return written; in parport_uss720_ecp_write_addr()
/linux-4.4.14/drivers/tty/vt/
Dvc_screen.c380 long attr, size, written; in vcs_write() local
410 written = 0; in vcs_write()
432 if (written) in vcs_write()
445 if (written) in vcs_write()
544 written += orig_count; in vcs_write()
550 *ppos += written; in vcs_write()
551 ret = written; in vcs_write()
552 if (written) in vcs_write()
/linux-4.4.14/fs/xfs/
Dxfs_itable.h82 long *written); /* # of bytes written */
89 long *written); /* # of bytes written */
Dxfs_itable.c543 long *written) /* # of bytes written */ in xfs_inumbers_fmt() argument
547 *written = count * sizeof(*buffer); in xfs_inumbers_fmt()
610 long written; in xfs_inumbers() local
612 error = formatter(ubuffer, buffer, bufidx, &written); in xfs_inumbers()
615 ubuffer += written; in xfs_inumbers()
639 long written; in xfs_inumbers() local
641 error = formatter(ubuffer, buffer, bufidx, &written); in xfs_inumbers()
/linux-4.4.14/drivers/scsi/libsas/
Dsas_host_smp.c121 int written; in sas_host_smp_write_gpio() local
128 written = i->dft->lldd_write_gpio(sas_ha, reg_type, reg_index, in sas_host_smp_write_gpio()
131 if (written < 0) { in sas_host_smp_write_gpio()
133 written = 0; in sas_host_smp_write_gpio()
137 return written; in sas_host_smp_write_gpio()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx_proc.c215 int written; in ahd_proc_write_seeprom() local
218 written = -EINVAL; in ahd_proc_write_seeprom()
260 written = length; in ahd_proc_write_seeprom()
268 return (written); in ahd_proc_write_seeprom()
Daic7xxx_proc.c195 int written; in ahc_proc_write_seeprom() local
198 written = -EINVAL; in ahc_proc_write_seeprom()
275 written = length; in ahc_proc_write_seeprom()
282 return (written); in ahc_proc_write_seeprom()
/linux-4.4.14/tools/testing/selftests/capabilities/
Dtest_execve.c35 ssize_t written; in vmaybe_write_file() local
52 written = write(fd, buf, buf_len); in vmaybe_write_file()
53 if (written != buf_len) { in vmaybe_write_file()
54 if (written >= 0) { in vmaybe_write_file()
/linux-4.4.14/tools/testing/selftests/mount/
Dunprivileged-remount-test.c60 ssize_t written; in vmaybe_write_file() local
79 written = write(fd, buf, buf_len); in vmaybe_write_file()
80 if (written != buf_len) { in vmaybe_write_file()
81 if (written >= 0) { in vmaybe_write_file()
/linux-4.4.14/drivers/tty/hvc/
Dhvc_iucv.c222 int written; in hvc_iucv_write() local
241 written = 0; in hvc_iucv_write()
258 written = -EIO; in hvc_iucv_write()
269 written = min_t(int, rb->mbuf->datalen - rb->offset, count); in hvc_iucv_write()
270 memcpy(buf, rb->mbuf->data + rb->offset, written); in hvc_iucv_write()
271 if (written < (rb->mbuf->datalen - rb->offset)) { in hvc_iucv_write()
272 rb->offset += written; in hvc_iucv_write()
298 return written; in hvc_iucv_write()
318 int written; in hvc_iucv_get_chars() local
329 written = hvc_iucv_write(priv, buf, count, &has_more_data); in hvc_iucv_get_chars()
[all …]
Dhvc_console.c501 int rsize, written = 0; in hvc_write() local
524 written += rsize; in hvc_write()
535 return written; in hvc_write()
/linux-4.4.14/Documentation/aoe/
Dtodo.txt2 data that needs to be written out to aoe storage. If the data is
3 being written from a dirty page in order to free that page, and if
/linux-4.4.14/drivers/char/xilinx_hwicap/
Dxilinx_hwicap.c441 ssize_t written = 0; in hwicap_write() local
479 buf + written, in hwicap_write()
486 if (copy_from_user(kbuf, buf + written, len)) { in hwicap_write()
506 written += len; in hwicap_write()
511 buf + written, left)) { in hwicap_write()
513 written += left; in hwicap_write()
519 status = written; in hwicap_write()
/linux-4.4.14/Documentation/
Dmd.txt122 appropriate superblock written to them, and then be passed in with
160 assembled), the value will reflect whatever has been written
188 levels. It can be written while assembling an array.
241 This file can be written but not read. The value written should
273 When written, doesn't tear down array, but just stops it
278 no resync can happen. no superblocks get written.
284 When written to inactive array, starts without resync
288 If written to an active array that has pending writes, then fails.
291 When written to inactive array, starts with resync
294 clean, but writes are blocked waiting for 'active' to be written.
[all …]
Dhighuid.txt14 underlying filesystem, because quota records are written at offsets
22 (currently, the old 16-bit UID and GID are still written to disk, and
Diostats.txt76 Field 7 -- # of sectors written
77 This is the total number of sectors written successfully.
125 Field 4 -- # of sectors written
126 This is the total number of sectors requested to be written to
Dvolatile-considered-harmful.txt22 almost certainly a bug in the code somewhere. In properly-written kernel
35 primitives act as memory barriers - they are explicitly written to do so -
55 architectures. Those accessors are written to prevent unwanted
Dpercpu-rw-semaphore.txt27 The code was written by Mikulas Patocka <mpatocka@redhat.com>
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c928 static void write_ecryptfs_marker(char *page_virt, size_t *written) in write_ecryptfs_marker() argument
937 (*written) = MAGIC_ECRYPTFS_MARKER_SIZE_BYTES; in write_ecryptfs_marker()
942 size_t *written) in ecryptfs_write_crypt_stat_flags() argument
954 (*written) = 4; in ecryptfs_write_crypt_stat_flags()
1055 size_t *written) in ecryptfs_write_header_metadata() argument
1066 (*written) = 6; in ecryptfs_write_header_metadata()
1108 size_t written; in ecryptfs_write_headers_virt() local
1112 write_ecryptfs_marker((page_virt + offset), &written); in ecryptfs_write_headers_virt()
1113 offset += written; in ecryptfs_write_headers_virt()
1115 &written); in ecryptfs_write_headers_virt()
[all …]
Dmmap.c86 size_t written; in strip_xattr_flag() local
90 &written); in strip_xattr_flag()
145 size_t written; in ecryptfs_copy_up_encrypted_with_header() local
152 &written); in ecryptfs_copy_up_encrypted_with_header()
/linux-4.4.14/Documentation/frv/
Dclock.txt17 The 'cm' file should also be available on all boards. '0' can be written to it
18 to shift the board into High-Speed mode (normal), and '1' can be written to
58 "suspend=0x9" indicates that 0 and 3 can be written validly to
/linux-4.4.14/drivers/media/dvb-frontends/
Dnxt200x.c426 u8 buf[3], written = 0, chunkpos = 0; in nxt2002_load_firmware() local
447 if (written == 0) { in nxt2002_load_firmware()
456 written++; in nxt2002_load_firmware()
459 if ((written % 4) == 0) in nxt2002_load_firmware()
464 if ((written == 255) || (position+1 == fw->size)) { in nxt2002_load_firmware()
466 nxt200x_writebytes(state, chunkpos+4-(written %4), in nxt2002_load_firmware()
467 &fw->data[position-(written %4) + 1], in nxt2002_load_firmware()
468 written %4); in nxt2002_load_firmware()
482 written = 0; in nxt2002_load_firmware()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_sysfs.c284 int written = 0; in modes_show() local
287 written += snprintf(buf + written, PAGE_SIZE - written, "%s\n", in modes_show()
291 return written; in modes_show()
/linux-4.4.14/Documentation/virtual/
Dparavirt_ops.txt29 - a set of macros for hand written assembly code
30 Hand written assembly codes (.S files) also need paravirtualization
/linux-4.4.14/drivers/mtd/onenand/
Donenand_base.c1745 int written = 0; in onenand_panic_write() local
1766 while (written < len) { in onenand_panic_write()
1767 int thislen = min_t(int, mtd->writesize - column, len - written); in onenand_panic_write()
1794 written += thislen; in onenand_panic_write()
1796 if (written == len) in onenand_panic_write()
1804 *retlen = written; in onenand_panic_write()
1861 int written = 0, column, thislen = 0, subpage = 0; in onenand_write_ops_nolock() local
1900 if (written < len) { in onenand_write_ops_nolock()
1903 thislen = min_t(int, mtd->writesize - column, len - written); in onenand_write_ops_nolock()
1953 written -= prevlen; in onenand_write_ops_nolock()
[all …]
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump10 initiate_dump: When '1' is written to it,
35 acknowledge: When 'ack' is written to this, we will
Dsysfs-firmware-efi-vars46 This file can also be written to in
55 read/written with this file contains a
Do2cb7 and can be written into with the strings "allow", "deny", or
Dsysfs-devices-system-cpu7 Reads return the last written value or 0.
/linux-4.4.14/drivers/misc/eeprom/
Dat25.c154 unsigned written = 0; in at25_ee_write() local
258 written += segment; in at25_ee_write()
265 return written ? written : status; in at25_ee_write()
/linux-4.4.14/fs/ntfs/
Dfile.c1757 ssize_t status, written = 0; in ntfs_perform_write() local
1916 written += copied; in ntfs_perform_write()
1926 written ? "written" : "status", (unsigned long)written, in ntfs_perform_write()
1928 return written ? written : status; in ntfs_perform_write()
1944 ssize_t written = 0; in ntfs_file_write_iter() local
1952 written = ntfs_perform_write(file, from, iocb->ki_pos); in ntfs_file_write_iter()
1955 if (likely(written > 0)) { in ntfs_file_write_iter()
1956 err = generic_write_sync(file, iocb->ki_pos, written); in ntfs_file_write_iter()
1958 written = 0; in ntfs_file_write_iter()
1960 iocb->ki_pos += written; in ntfs_file_write_iter()
[all …]
DKconfig36 be written to the system log. Note that debugging messages are
59 renaming is possible. Note only non-resident files can be written to
61 be written to.
/linux-4.4.14/drivers/staging/vt6655/
DKconfig5 This is a vendor-written driver for VIA VT6655.
/linux-4.4.14/drivers/staging/vt6656/
DKconfig6 This is a vendor-written driver for VIA VT6656.
/linux-4.4.14/fs/affs/
Dfile.c679 int written; in affs_write_end_ofs() local
695 written = 0; in affs_write_end_ofs()
702 written = PTR_ERR(bh); in affs_write_end_ofs()
711 written += tmp; in affs_write_end_ofs()
717 written = PTR_ERR(bh); in affs_write_end_ofs()
749 written += bsize; in affs_write_end_ofs()
784 written += tmp; in affs_write_end_ofs()
800 return written; in affs_write_end_ofs()
804 if (!written) in affs_write_end_ofs()
805 written = PTR_ERR(bh); in affs_write_end_ofs()
/linux-4.4.14/drivers/media/rc/
Dlirc_dev.c664 int ret = 0, written = 0; in lirc_dev_fop_read() local
704 while (written < length && ret == 0) { in lirc_dev_fop_read()
710 if (written) in lirc_dev_fop_read()
738 ret = copy_to_user((void __user *)buffer+written, buf, in lirc_dev_fop_read()
741 written += ir->buf->chunk_size; in lirc_dev_fop_read()
758 return ret ? ret : written; in lirc_dev_fop_read()
/linux-4.4.14/Documentation/m68k/
DREADME.buddha2 The Amiga Buddha and Catweasel IDE Driver (part of ide.c) was written by
28 address is written to $4a, then the whole Byte is written to
30 as long as $48 is not touched. After $48 has been written,
32 address just written. Make sure $4a is written before $48,
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dcoredump.c175 roundup(cprm->written - total + sz, 4) - cprm->written)) in spufs_arch_write_note()
/linux-4.4.14/drivers/tty/serial/
Dsunhv.c448 unsigned long written; in sunhv_console_write_paged() local
455 &written); in sunhv_console_write_paged()
462 page_bytes -= written; in sunhv_console_write_paged()
463 ra += written; in sunhv_console_write_paged()
/linux-4.4.14/Documentation/filesystems/
Dlogfs.txt23 are written only to correct errors detected within the superblocks,
34 only a partial segment has been written, the segment number, the
61 Garbage collection (GC) may fail if all data is written
85 parent blocks are written as well, since the block pointers have
213 Partial segments may be written for data integrity, but where possible
214 complete segments are written for performance on simple block device
222 remain open until all dirty inodes are written. So
Dxfs-self-describing-metadata.txt51 each other or written to disk after the fact.
97 written to the "correct block" of the wrong filesystem. Hence location
117 freespace btree block written to the wrong AG).
120 written to the filesystem. One of the key information points when doing forensic
129 when the free space btree block that contains the block was last written
130 compared to when the metadata object itself was last written. If the free space
134 To provide this "written timestamp", each metadata block gets the Log Sequence
135 Number (LSN) of the most recent transaction it was modified on written into it.
141 modification occurred between the corruption being written and when it was
335 verification checks are done when each inode is read from or written back to the
Ddlmfs.txt77 Lock value blocks can be read and written to a resource via read(2)
120 Exclusive modes via the read(2) system call. It can be written via
123 Once written, an LVB will be visible to other nodes who obtain Read
Dext4.txt73 exposed in recently written files in case of an unclean shutdown,
142 journal_async_commit Commit block can be written to disk without waiting
161 written into the main file system. Enabling
169 data=writeback Data ordering is not preserved, data may be written
274 unallocated is written for the first time.
401 appear in files which were written shortly before the crash. This mode will
408 out to disk, the associated data blocks are written first. In general,
413 written to the journal first, and then to its final location.
416 needs to be read from and written to disk at the same time where it
466 kilobytes of data that have been written to this
[all …]
Dxfs-delayed-logging-design.txt23 changes in the new transaction that is written to the log.
26 written to disk after change D, we would see in the log the following series
35 <object written to disk>
102 buffers. It is clear that reducing the number of stale objects written to the
126 written to the log at any point in time, there may be a much greater amount
147 1. Reduce the amount of metadata written to the log by at least
248 them so that they can be written to the log at some later point in time. The
253 The log item is already used to track the log items that have been written to
254 the log but not yet written to disk. Such log items are considered "active"
257 completion, after which they are unpinned and can be written to disk. An object
[all …]
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt26 which are written by event- and exception-calls.
31 and the next debug entry will be written at the beginning of the active
41 entries are then written again in the very first area.
71 than the actual level are written to the log. This means, when
189 Return Value: Address of written debug entry
204 Return Value: Address of written debug entry
217 Return Value: Address of written debug entry
231 Return Value: Address of written debug entry
247 Return Value: Address of written debug entry
262 Return Value: Address of written debug entry
[all …]
/linux-4.4.14/drivers/staging/most/Documentation/
Ddriver_usage.txt115 written to 'set_subbuffer_size'. Additionally, the number of MOST frames that
116 should travel to the host within one USB transaction need to be written to
133 written to 'set_subbuffer_size' and hardware will always expect two isochronous
146 back the previously written files.
154 used. To actually bind a channel to the AIM a string needs to be written to the
/linux-4.4.14/fs/
Dcoredump.c763 if (cprm->written + nr > cprm->limit) in dump_emit()
772 cprm->written += n; in dump_emit()
784 if (cprm->written + nr > cprm->limit) in dump_skip()
789 cprm->written += nr; in dump_skip()
804 unsigned mod = cprm->written & (align - 1); in dump_align()
/linux-4.4.14/fs/exofs/
DBUGS2 were written, but the inode attributes failed. Then if the filesystem was
/linux-4.4.14/Documentation/device-mapper/
Dzero.txt15 enough data has been written to fill up the actual storage space, the sparse
35 10GB of actual storage space available. If more than 10GB of data is written
Dera.txt5 addition it keeps track of which blocks were written within a user
81 - Ascertain which blocks have been written since the snapshot was taken
Dlog-writes.txt6 to verify the integrity of metadata or data as the file system is written to.
7 There is a log_write_entry written for every WRITE request and the target is
61 log_dev_path : Device where the log entries are written to.
Dstriped.txt5 device across one or more underlying devices. Data is written in "chunks",
/linux-4.4.14/Documentation/hwmon/
Dsmsc47m19268 All voltages are read and written in mV.
88 All temperatures and offsets are read and written in
103 written, all others are read-only.
Dmax3179019 PWM outputs. The desired fan speeds (or PWM duty cycles) are written
Demc210327 should be written to fan1_target and pwm1_enable should be set to 3.
/linux-4.4.14/arch/mn10300/mm/
DKconfig.cache15 make room. Only at that point is it written back.
18 read. Writes always get written directly to memory. If the affected
35 cache. This means that the written data is immediately available for
/linux-4.4.14/drivers/usb/image/
Dmdc800.c156 int written; member
386 mdc800->written = 1; in mdc800_usb_write_notify()
872 wait_event_timeout(mdc800->write_wait, mdc800->written, in mdc800_device_write()
874 mdc800->written = 0; in mdc800_device_write()
1012 mdc800->written = 0; in usb_mdc800_init()
/linux-4.4.14/drivers/mtd/ubi/
Dio.c239 size_t written; in ubi_io_write() local
284 err = mtd_write(ubi->mtd, addr, len, &written, buf); in ubi_io_write()
287 err, len, pnum, offset, written); in ubi_io_write()
291 ubi_assert(written == len); in ubi_io_write()
501 size_t written; in nor_erase_prepare() local
526 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare()
535 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare()
/linux-4.4.14/Documentation/arm64/
Dmemory.txt20 The swapper_pg_dir address is written to TTBR1 and never written to
/linux-4.4.14/drivers/staging/media/cxd2099/
DKconfig10 - Encrypted data must be written to 'sec0'.
DTODO2 - Encrypted data must be written to 'sec0'.
/linux-4.4.14/Documentation/fmc/
Dfmc-write-eeprom.txt23 * If the file name ends with `.bin' it is written verbatim starting
32 * Only cards listed with `busid=' are written to. If no busid is
41 include the header (it is the actual number of bytes to be written).
/linux-4.4.14/Documentation/input/
Dcd32.txt1 I have written a small patch that let's me use my Amiga CD32
/linux-4.4.14/Documentation/fb/
Dtgafb.txt14 This version is an almost complete rewrite of the code written by Geert
15 Uytterhoeven, which was based on the original TGA console code written by
/linux-4.4.14/fs/hfsplus/
Dxattr.c135 int index, written; in hfsplus_create_attributes_file() local
222 written = 0; in hfsplus_create_attributes_file()
223 for (; written < node_size; index++, written += PAGE_CACHE_SIZE) { in hfsplus_create_attributes_file()
233 memcpy(kaddr, buf + written, in hfsplus_create_attributes_file()
234 min_t(size_t, PAGE_CACHE_SIZE, node_size - written)); in hfsplus_create_attributes_file()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal.c337 int written = 0; in opal_put_chars() local
381 written = total_len; in opal_put_chars()
387 written += len; in opal_put_chars()
400 return written; in opal_put_chars()
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dxics.txt19 64 bits of state which can be read and written using the
39 Each source has 64 bits of state that can be read and written using
/linux-4.4.14/kernel/
Dworkqueue.c4922 int node, written = 0; in wq_pool_ids_show() local
4926 written += scnprintf(buf + written, PAGE_SIZE - written, in wq_pool_ids_show()
4931 written += scnprintf(buf + written, PAGE_SIZE - written, "\n"); in wq_pool_ids_show()
4934 return written; in wq_pool_ids_show()
4941 int written; in wq_nice_show() local
4944 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice); in wq_nice_show()
4947 return written; in wq_nice_show()
4994 int written; in wq_cpumask_show() local
4997 written = scnprintf(buf, PAGE_SIZE, "%*pb\n", in wq_cpumask_show()
5000 return written; in wq_cpumask_show()
[all …]
/linux-4.4.14/arch/arm/mm/
Dl2c-l2x0-resume.S34 @ and can be written whether or not the L2 cache is enabled
/linux-4.4.14/fs/ocfs2/
Daops.c795 ssize_t written = 0; in ocfs2_direct_IO_write() local
876 written = __blockdev_direct_IO(iocb, inode, inode->i_sb->s_bdev, iter, in ocfs2_direct_IO_write()
880 if ((written < 0) && (written != -EIOCBQUEUED)) { in ocfs2_direct_IO_write()
912 } else if (written > 0 && append_write && !is_overwrite && in ocfs2_direct_IO_write()
946 int update_isize = written > 0 ? 1 : 0; in ocfs2_direct_IO_write()
947 loff_t end = update_isize ? offset + written : 0; in ocfs2_direct_IO_write()
978 ret = written; in ocfs2_direct_IO_write()
1937 int ret, written = 0; in ocfs2_try_to_write_inline_data() local
1989 written = 1; in ocfs2_try_to_write_inline_data()
1991 return written ? written : ret; in ocfs2_try_to_write_inline_data()
Dfile.c2269 ssize_t written = 0; in ocfs2_file_write_iter() local
2378 written = __generic_file_write_iter(iocb, from); in ocfs2_file_write_iter()
2380 BUG_ON(written == -EIOCBQUEUED && !(iocb->ki_flags & IOCB_DIRECT)); in ocfs2_file_write_iter()
2391 if ((written == -EIOCBQUEUED) || (!ocfs2_iocb_is_rw_locked(iocb))) { in ocfs2_file_write_iter()
2396 if (unlikely(written <= 0)) in ocfs2_file_write_iter()
2402 iocb->ki_pos - written, in ocfs2_file_write_iter()
2405 written = ret; in ocfs2_file_write_iter()
2410 written = ret; in ocfs2_file_write_iter()
2415 iocb->ki_pos - written, in ocfs2_file_write_iter()
2432 if (written) in ocfs2_file_write_iter()
[all …]
/linux-4.4.14/tools/virtio/
Dvringh_test.c197 u16 head, written; in parallel_test() local
215 written = 0; in parallel_test()
260 written = 0; in parallel_test()
267 written = err; in parallel_test()
272 err = vringh_complete_user(&vrh, head, written); in parallel_test()
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dsyscon-reboot.txt12 - mask: the reset value written to the reboot register (32 bit access)
Dsyscon-poweroff.txt12 - mask: the poweroff value written to the poweroff register (32 bit access)
/linux-4.4.14/drivers/block/zram/
DKconfig9 Pages written to these disks are compressed and stored in memory
/linux-4.4.14/net/vmw_vsock/
Dvmci_transport_notify.h74 int (*send_post_enqueue) (struct sock *sk, ssize_t written,
Dvmci_transport_notify_qstate.c313 ssize_t written, in vmci_transport_notify_pkt_send_post_enqueue() argument
327 vmci_qpair_produce_buf_ready(vmci_trans(vsk)->qpair) == written; in vmci_transport_notify_pkt_send_post_enqueue()
/linux-4.4.14/drivers/md/
Draid5.h247 struct bio *toread, *read, *towrite, *written; member
265 int locked, uptodate, to_read, to_write, failed, written; member
/linux-4.4.14/include/trace/events/
Djbd2.h292 __field( __u32, written )
301 __entry->written = stats->cs_written;
309 __entry->forced_to_close, __entry->written, __entry->dropped)
/linux-4.4.14/Documentation/devicetree/bindings/c6x/
Ddscr.txt10 more key values must be written to a lock register in order to unlock the
52 written to the first kick register and the second key must be written to
/linux-4.4.14/drivers/ntb/test/
DKconfig14 scratchpad registers to be read and written from the debugfs. This
/linux-4.4.14/fs/udf/
DKconfig9 written in packet mode, or if you want to use UDF for removable USB
/linux-4.4.14/fs/cifs/
Dcifsfs.c766 ssize_t written; in cifs_file_write_iter() local
769 written = cifs_get_writer(cinode); in cifs_file_write_iter()
770 if (written) in cifs_file_write_iter()
771 return written; in cifs_file_write_iter()
773 written = generic_file_write_iter(iocb, from); in cifs_file_write_iter()
785 return written; in cifs_file_write_iter()
/linux-4.4.14/drivers/net/
DLICENSE.SRC1 Code in this directory written at the IDA Supercomputing Research Center
/linux-4.4.14/drivers/md/bcache/
Ddebug.c47 v->written = 0; in bch_btree_verify()
95 printk(KERN_ERR "b->written %u\n", b->written); in bch_btree_verify()
Dbtree.c159 return ((void *) btree_bset_first(b)) + b->written * block_bytes(b->c); in write_block()
170 if (b->written < btree_blocks(b)) in bch_btree_init_next()
216 b->written < btree_blocks(b) && i->seq == b->keys.set[0].data->seq; in bch_btree_node_read_done()
223 if (b->written + set_blocks(i, block_bytes(b->c)) > in bch_btree_node_read_done()
249 b->written += set_blocks(i, block_bytes(b->c)); in bch_btree_node_read_done()
267 if (b->written < btree_blocks(b)) in bch_btree_node_read_done()
455 BUG_ON(b->written >= btree_blocks(b)); in __bch_btree_node_write()
456 BUG_ON(b->written && !i->keys); in __bch_btree_node_write()
474 b->written += set_blocks(i, block_bytes(b->c)); in __bch_btree_node_write()
525 BUG_ON(!b->written); in bch_btree_leaf_dirty()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dhid-over-i2c.txt7 The specification has been written by Microsoft and is currently available here:
/linux-4.4.14/include/linux/
Dbinfmts.h67 loff_t written; member
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt34 tail_page - a pointer to the page that will be written to next
213 When data is written into the ring buffer, a position is reserved
226 |written |
237 |written |
239 |written |
249 |written |
261 |written |
273 |written |
275 |written |
277 |written |
/linux-4.4.14/drivers/tty/
Dehv_bytechan.c464 unsigned int written = 0; in ehv_bc_tty_write() local
481 written += len; in ehv_bc_tty_write()
486 return written; in ehv_bc_tty_write()
/linux-4.4.14/Documentation/cgroups/
Dfreezer-subsystem.txt72 When written, sets the self-state of the cgroup. Two values are
73 allowed - "FROZEN" and "THAWED". If FROZEN is written, the cgroup,
77 If THAWED is written, the self-state of the cgroup is changed to
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-adc-ad7280a19 The value written is the on-time in milliseconds. When the
/linux-4.4.14/drivers/staging/nvec/
DREADME8 There is no written documentation of the protocol available to the public,
/linux-4.4.14/Documentation/usb/
Dfunctionfs.txt23 When descriptors and strings are written "ep#" files appear
63 have been written to their ep0's.
Dmass-storage.txt108 data has actually been written out and prevents I/O requests
160 When written into, it changes the backing file for given logical
169 be read any time, and written to when there is no backing file
175 be read and written.
Dohci.txt5 was written primarily by Roman Weissgaerber <weissg@vienna.at> but with
/linux-4.4.14/Documentation/block/
Dstat.txt29 write sectors sectors number of sectors written
49 These values count the number of sectors read from or written to this
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcm11351-cpu-method.txt14 code release a secondary CPU. The value written to the register is
/linux-4.4.14/Documentation/isdn/
DREADME.hysdn2 The hysdn driver has been written by
117 first data is written. Only root has write access to this file.
151 written to the cardlog file independent of the following options only used
158 The written value is regarded as an unsigned 32-Bit value, bit ored for
/linux-4.4.14/tools/testing/selftests/zram/
DREADME6 (<id> = 0, 1, ...). Pages written to these disks are compressed and stored
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-mm-lantiq.txt5 written to outputs 16 bit to the latches.
Dsodaville.txt8 value which is written into the MUXCNTL register.
/linux-4.4.14/Documentation/gpio/
Dsysfs.txt61 normally be written. Writing as "out" defaults to
63 operation, values "low" and "high" may be written to
72 is configured as an output, this value may be written;
/linux-4.4.14/Documentation/vm/
Didle_page_tracking.txt24 the page by writing to the file. A value written to the file is OR-ed with the
70 - a page that is used for storing filesystem buffers is read or written,
76 When a dirty page is written to swap or disk as a result of memory reclaim or
/linux-4.4.14/Documentation/powerpc/
D00-INDEX2 Linux/PPC needs an entry here, needs correction or you've written one
/linux-4.4.14/Documentation/power/
Dinterface.txt51 the suspend-to-disk mechanism. It can be written a string
56 smallest image possible. In particular, if "0" is written to this file, the
/linux-4.4.14/drivers/w1/slaves/
DKconfig26 bool "Read-back values written to DS2408's output register"
30 Enabling this will cause the driver to read back the values written
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dmsi.txt14 - The doorbell (the MMIO address written to).
19 - The payload (the value written to the doorbell).
Darm,versatile-fpga-irq.txt15 - clear-mask: a u32 number representing the mask written to clear all IRQs
/linux-4.4.14/fs/nfs/
Dpnfs_nfs.c80 written); in pnfs_generic_clear_request_commit()
118 struct list_head *src = &bucket->written; in pnfs_generic_scan_ds_commit_list()
167 if (pnfs_generic_transfer_commit_list(&b->written, dst, in pnfs_generic_recover_commit_reqs()
872 list = &buckets[ds_commit_idx].written; in pnfs_layout_mark_request_commit()
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_zilog.c897 int ret = 0, written = 0, retries = 0; in read() local
923 while (written < n && ret == 0) { in read()
931 if (written) in read()
955 ret = copy_to_user(outbuf + written, buf, in read()
957 written += rbuf->chunk_size; in read()
975 return ret ? ret : written; in read()
/linux-4.4.14/sound/isa/wavefront/
Dwavefront_synth.c875 unsigned int written; in wavefront_send_sample() local
1065 for (written = 0, blocknum = 0; in wavefront_send_sample()
1066 written < length; written += max_blksize, blocknum++) { in wavefront_send_sample()
1068 if ((length - written) > max_blksize) { in wavefront_send_sample()
1072 blocksize = ALIGN(length - written, 8); in wavefront_send_sample()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1416 unsigned int written = 0; in restart_ctrlq() local
1427 written += ndesc; in restart_ctrlq()
1447 if (written > 16) { in restart_ctrlq()
1448 ring_tx_db(q->adap, &q->q, written); in restart_ctrlq()
1449 written = 0; in restart_ctrlq()
1454 ringdb: if (written) in restart_ctrlq()
1455 ring_tx_db(q->adap, &q->q, written); in restart_ctrlq()
1556 unsigned int written = 0; in service_ofldq() local
1601 written += ndesc; in service_ofldq()
1602 if (unlikely(written > 32)) { in service_ofldq()
[all …]
/linux-4.4.14/drivers/net/can/softing/
DKconfig27 This version of the driver is written against
/linux-4.4.14/drivers/staging/iio/Documentation/dac/
Dmax51730 (0..255) of the DACs can be written to the device. out12_raw can be used to set
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
DKconfig9 parts written to utilize the Linux mac80211 stack.
/linux-4.4.14/Documentation/scsi/
Dsym53c500_cs.txt2 package, and was written by Tom Corner (tcorner@via.at). A rewrite was
/linux-4.4.14/Documentation/w1/slaves/
Dw1_ds28e0428 and 31) are allowed to be written.
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchannel.c279 int written = 0; in visorchannel_clear() local
293 err = visorchannel_write(channel, offset + written, in visorchannel_clear()
298 written += thisbytes; in visorchannel_clear()
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dvf610-adc.txt3 The devicetree bindings are for the new ADC driver written for
/linux-4.4.14/arch/m68k/fpsp040/
DREADME15 and any accompanying written materials.
/linux-4.4.14/arch/microblaze/
DKconfig.platform26 Function are written in asm code.
/linux-4.4.14/firmware/keyspan/
Dusa19.HEX92 Keyspan's prior written consent. All Rights Reserved.
Dusa19qi.HEX92 Keyspan's prior written consent. All Rights Reserved.
Dmpr.HEX91 Keyspan's prior written consent. All Rights Reserved.
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dcs42l52.txt15 Allowable values of 0x00 through 0x0F. These are raw values written to the
/linux-4.4.14/firmware/emi26/
Dloader.HEX110 * any third party without Emagic's written consent. All Rights Reserved.
/linux-4.4.14/Documentation/misc-devices/
Dspear-pcie-gadget.txt23 This driver has several nodes which can be read/written by configfs interface.
62 bar0_data :write data to be written at bar0_rw_offset.
/linux-4.4.14/drivers/net/ethernet/qualcomm/
Dqca_spi.c199 u32 written; in qcaspi_tx_frame() local
216 written = qcaspi_write_legacy(qca, in qcaspi_tx_frame()
220 written = qcaspi_write_burst(qca, in qcaspi_tx_frame()
225 if (written != count) in qcaspi_tx_frame()
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt71 anything with bit0 == 0 is written to it.
174 First 4 byte of 64 byte memory location will be written to by
218 anything with bit0 == 0 is written to it. Guest is required to make sure
243 written to by the hypervisor, typically at the time of interrupt

12345