Home
last modified time | relevance | path

Searched refs:write (Results 5451 - 5475 of 6496) sorted by relevance

1...<<211212213214215216217218219220>>...260

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c2344 static void navi10_fill_i2c_req(SwI2cRequest_t *req, bool write, in navi10_fill_i2c_req() argument
2358 /* First 2 bytes are always write for lower 2b EEPROM address */ in navi10_fill_i2c_req()
2362 cmd->Cmd = write; in navi10_fill_i2c_req()
2366 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0; in navi10_fill_i2c_req()
2371 /* Fill with data regardless if read or write to simplify code */ in navi10_fill_i2c_req()
2451 * end of write transaction. During this time the EEPROM will not be in navi10_i2c_write_data()
H A Darcturus_ppt.c1890 static void arcturus_fill_i2c_req(SwI2cRequest_t *req, bool write, in arcturus_fill_i2c_req() argument
1904 /* First 2 bytes are always write for lower 2b EEPROM address */ in arcturus_fill_i2c_req()
1908 cmd->Cmd = write; in arcturus_fill_i2c_req()
1912 cmd->CmdConfig |= (i == 2 && !write) ? CMDCONFIG_RESTART_MASK : 0; in arcturus_fill_i2c_req()
1917 /* Fill with data regardless if read or write to simplify code */ in arcturus_fill_i2c_req()
1997 * end of write transaction. During this time the EEPROM will not be in arcturus_i2c_write_data()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Damba-pl011.c1706 * to get this delay write read only register 10 times in pl011_write_lcr_h()
2400 .write = pl011_console_write,
2495 device->con->write = pl011_early_write; in pl011_early_console_setup()
2520 device->con->write = qdf2400_e44_early_write; in qdf2400_e44_early_console_setup()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dkeyspan.c772 dev_dbg(&port->dev, "usb_submit_urb(write bulk) failed (%d)\n", err); in keyspan_write()
3043 .write = keyspan_write,
3067 .write = keyspan_write,
3091 .write = keyspan_write,
/kernel/linux/linux-5.10/kernel/
H A Dfork.c3123 int sysctl_max_threads(struct ctl_table *table, int write, in sysctl_max_threads() argument
3137 ret = proc_dointvec_minmax(&t, write, buffer, lenp, ppos); in sysctl_max_threads()
3138 if (ret || !write) in sysctl_max_threads()
/kernel/linux/linux-5.10/drivers/staging/comedi/
H A Dcomedi_fops.c56 * @write_subdev: Current "write" subdevice.
1150 /* command was set up in "write" direction */ in do_bufinfo_ioctl()
1455 "subdevice %d write instruction timed out\n", in parse_insn()
1686 * supports only "read" commands or only "write" commands. in __comedi_get_user_cmd()
2070 * sets the current "write" subdevice on a per-file basis
2100 * Check the file isn't still busy handling a "write" command on the in do_setwsubd_ioctl()
2297 void *buf, int len, int write) in comedi_vm_access()
2307 return comedi_buf_map_access(bm, offset, buf, len, write); in comedi_vm_access()
3178 .write = comedi_write,
3217 * returned the next time the user does a read() or write() in comedi_event()
2296 comedi_vm_access(struct vm_area_struct *vma, unsigned long addr, void *buf, int len, int write) comedi_vm_access() argument
[all...]
/kernel/linux/linux-6.6/fs/jbd2/
H A Djournal.c292 * jbd2_journal_write_metadata_buffer: write a metadata buffer to the journal.
300 * JBD2_MAGIC_NUMBER, then we can't write it to the log directly: the
311 * for the write, then we have to make sure nobody modifies it while the
343 * transaction is allowed to write it, so nobody else is allowed in jbd2_journal_write_metadata_buffer()
346 * akpm: except if we're journalling data, and write() output is in jbd2_journal_write_metadata_buffer()
987 * We play buffer_head aliasing tricks to write data/metadata blocks to
1046 * we will write and where will that transaction start.
1098 * We cannot afford for write to remain in drive's caches since as in __jbd2_update_log_tail()
1573 * buffers to write out full descriptor block. in journal_init_common()
1751 * attempting a write t in journal_reset()
2503 jbd2_journal_wipe(journal_t *journal, int write) jbd2_journal_wipe() argument
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Damba-pl011.c1777 * to get this delay write read only register 10 times in pl011_write_lcr_h()
2516 .write = pl011_console_write,
2611 device->con->write = pl011_early_write; in pl011_early_console_setup()
2636 device->con->write = qdf2400_e44_early_write; in qdf2400_e44_early_console_setup()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dkeyspan.c756 dev_dbg(&port->dev, "usb_submit_urb(write bulk) failed (%d)\n", err); in keyspan_write()
3025 .write = keyspan_write,
3049 .write = keyspan_write,
3073 .write = keyspan_write,
/kernel/linux/linux-6.6/drivers/block/
H A Dpktcdvd.c15 * such as drivers/scsi/sr.c. This driver can handle read and write requests,
17 * packet writing. One restriction is that write requests must be aligned to
18 * packet boundaries on the physical media, and the size of a write request
21 * command, if the previous command was a write.
29 * queues with pending read and write requests. These queues are processed
30 * by the pkt_iosched_process_queue() function. The write requests in this
34 * The next layer transforms unaligned write requests to aligned writes. This
40 * read requests directly to the iosched queue and puts write requests in the
41 * unaligned write queue. A kernel thread performs the necessary read
842 * Process the queued read/write request
2157 pkt_open_dev(struct pktcdvd_device *pd, bool write) pkt_open_dev() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c231 .write = NULL,
392 * As their names indicate, inject operation will write the
568 .write = amdgpu_ras_debugfs_ctrl_write,
575 .write = amdgpu_ras_debugfs_eeprom_write,
1931 * Only two block need to query read/write in amdgpu_ras_error_status_query()
2150 * write error record array to eeprom, the function should be
2436 * due to GC EDC can not write
/kernel/linux/linux-6.6/drivers/comedi/
H A Dcomedi_fops.c56 * @write_subdev: Current "write" subdevice.
1154 /* command was set up in "write" direction */ in do_bufinfo_ioctl()
1460 "subdevice %d write instruction timed out\n", in parse_insn()
1691 * supports only "read" commands or only "write" commands. in __comedi_get_user_cmd()
2075 * sets the current "write" subdevice on a per-file basis
2105 * Check the file isn't still busy handling a "write" command on the in do_setwsubd_ioctl()
2302 void *buf, int len, int write) in comedi_vm_access()
2312 return comedi_buf_map_access(bm, offset, buf, len, write); in comedi_vm_access()
3183 .write = comedi_write,
3222 * returned the next time the user does a read() or write() in comedi_event()
2301 comedi_vm_access(struct vm_area_struct *vma, unsigned long addr, void *buf, int len, int write) comedi_vm_access() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dfork.c641 * We depend on the oldmm having properly denied write access to the in dup_mm_exe_file()
1433 * write access, so this is unlikely to fail. in set_mm_exe_file()
3549 int sysctl_max_threads(struct ctl_table *table, int write, in sysctl_max_threads() argument
3563 ret = proc_dointvec_minmax(&t, write, buffer, lenp, ppos); in sysctl_max_threads()
3564 if (ret || !write) in sysctl_max_threads()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dsfp.c243 int (*write)(struct sfp *, bool, u8, void *, size_t); member
666 sfp->write = sfp_i2c_write; in sfp_i2c_configure()
708 return sfp->write(sfp, a2, addr, buf, len); in sfp_write()
2130 /* Cotsworks modules have been found to require a delay between write operations. */ in sfp_cotsworks_fixup_check()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1697 .write = _iwl_dbgfs_link_sta_##name##_write, \
1715 .write = _iwl_dbgfs_link_sta_##name##_write, \
2181 .write = iwl_dbgfs_mem_write,
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dipsec.c581 ret = write(results_fd[1], &tr, sizeof(tr)); in write_test_result()
583 pr_err("Failed to write the result in pipe %zd", ret); in write_test_result()
588 ssize_t bytes = write(fd, msg, sizeof(*msg)); in write_msg()
590 /* Make sure that write/read is atomic to a pipe */ in write_msg()
594 pr_err("write()"); in write_msg()
2023 ret = write(test_desc_fd, desc, sizeof(*desc)); in __write_desc()
2333 ksft_exit_fail_msg("Failed to write test plan to pipe"); in main()
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt61pci.c63 * can safely write the new data into the register. in rt61pci_bbp_write()
88 * can safely write the read request into the register. in rt61pci_bbp_read()
121 * can safely write the new data into the register. in rt61pci_rf_write()
147 * can safely write the new data into the register. in rt61pci_mcu_request()
201 .write = rt2x00mmio_register_write,
209 .write = rt2x00_eeprom_write,
216 .write = rt61pci_bbp_write,
223 .write = rt61pci_rf_write,
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt61pci.c63 * can safely write the new data into the register. in rt61pci_bbp_write()
88 * can safely write the read request into the register. in rt61pci_bbp_read()
121 * can safely write the new data into the register. in rt61pci_rf_write()
147 * can safely write the new data into the register. in rt61pci_mcu_request()
201 .write = rt2x00mmio_register_write,
209 .write = rt2x00_eeprom_write,
216 .write = rt61pci_bbp_write,
223 .write = rt61pci_rf_write,
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py1083 self._out.write('\t' * self._ind + '}\n')
1086 self._out.write('\n')
1097 self._out.write('\t' * ind + line + '\n')
1116 self._out.write('\t' * (self._ind + 1) + '}\n')
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dunistdndk.cpp1785 int resultValue = write(fd_in, buf, PARAM_2); in Write()
1818 write(fd, str, sizeof(str)); in Close()
2064 ssize_t bytesWritten = write(fd, data, strlen(data)); in Vwarn()
2089 ssize_t bytesWritten = write(fd, data, strlen(data)); in Vwarnx()
2210 {"write", nullptr, Write, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c358 * BTRFS_ILOCK_MMAP - acquire a write lock on the i_mmap_lock
778 * finishes, delaying the write of other range. in inode_need_compress()
810 /* If this is a small write inside eof, kick off a defrag */ in inode_should_defrag()
825 * work queue to write the uncompressed bytes. This makes sure that both
1388 * allocation. Otherwise ask the caller to write out in cow_file_range()
1699 * Run the delalloc range from start to end, and write back any dirty pages
1758 * If EXTENT_NORESERVE is set it means that when the buffered write was in fallback_to_cow()
1774 * buffered write time, the bytes_may_use counter is incremented); in fallback_to_cow()
1959 * If no cow copies or snapshots exist, we write directly to the existing
2815 * the delalloc bit and make it safe to write th
7443 const bool write = !!(flags & IOMAP_WRITE); btrfs_dio_iomap_begin() local
7686 const bool write = !!(flags & IOMAP_WRITE); btrfs_dio_iomap_end() local
[all...]
/arkcompiler/ets_frontend/test262/
H A Drun_sunspider.py748 sys.stderr.write("Wrong ark front-end option")
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dassembler.h84 outStream.write(reinterpret_cast<const char *>(data), sizeInByte); in Emit()
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-sbefifo.c408 dev_err(dev, "Cleanup: Reset reg write failed, rc=%d\n", rc); in sbefifo_cleanup_hw()
514 /* If there's no room left, wait for some to write EOT */ in sbefifo_send_command()
581 * If that write fail, still complete the request but mark in sbefifo_read_response()
916 .write = sbefifo_user_write,
/kernel/linux/linux-5.10/block/
H A Dblk-iolatency.c1038 .write = iolatency_set_limit,

Completed in 75 milliseconds

1...<<211212213214215216217218219220>>...260