Searched refs:write (Results 726 - 750 of 2718) sorted by relevance

<<21222324252627282930>>

/linux-master/sound/isa/sb/
H A Demu8000_patch.c17 MODULE_PARM_DESC(emu8000_reset_addr, "reset write address at each time (makes slowdown)");
24 snd_emu8000_open_dma(struct snd_emu8000 *emu, int write) argument
31 snd_emu8000_dma_chan(emu, i, write);
108 * write sample word data
192 /* first block - write 48 samples for silence */
/linux-master/sound/soc/intel/common/
H A Dsst-dsp.c53 sst->ops->write(sst->addr.shim, offset, value);
73 sst->ops->write(sst->addr.shim, offset, value);
/linux-master/kernel/
H A Dlatencytop.c68 static int sysctl_latencytop(struct ctl_table *table, int write, void *buffer, argument
73 err = proc_dointvec(table, write, buffer, lenp, ppos);
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h126 * write implies read, hence set both
201 static inline bool pte_access_permitted(pte_t pte, bool write) argument
210 if (write && !pte_write(pte))
/linux-master/mm/
H A Dhugetlb_cgroup.c317 * This write is not atomic due to fetching usage and writing
366 * This write is not atomic due to fetching usage and writing
719 cft->write = hugetlb_cgroup_write_dfl;
727 cft->write = hugetlb_cgroup_write_dfl;
790 cft->write = hugetlb_cgroup_write_legacy;
797 cft->write = hugetlb_cgroup_write_legacy;
815 cft->write = hugetlb_cgroup_reset;
822 cft->write = hugetlb_cgroup_reset;
829 cft->write = hugetlb_cgroup_reset;
836 cft->write
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dmemfd_secret.c52 (write(fd, buf, sizeof(buf)) >= 0) ||
133 fail("pipe write: %s\n", strerror(errno));
158 perror("pipe write");
232 if (write(pipefd[1], &mem, sizeof(mem)) < 0) {
233 fail("pipe write: %s\n", strerror(errno));
/linux-master/drivers/video/backlight/
H A Dili9320.c53 dev_dbg(ili->dev, "write: reg=%02x, val=%04x\n", reg, value);
54 return ili->write(ili, reg, value);
174 ili->write = ili9320_write_spi;
/linux-master/drivers/input/serio/
H A Dioc3kbd.c153 sk->write = ioc3kbd_write;
162 sa->write = ioc3aux_write;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c560 .write = ath6kl_fwlog_mask_write,
862 .write = ath6kl_endpoint_stats_write,
932 .write = ath6kl_regread_write,
1059 .write = ath6kl_lrssi_roam_write,
1121 .write = ath6kl_regwrite_write,
1257 .write = ath6kl_force_roam_write,
1297 .write = ath6kl_roam_mode_write,
1342 .write = ath6kl_keepalive_write,
1387 .write = ath6kl_disconnect_timeout_write,
1564 .write
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c477 "To simulate firmware crash write one of the keywords to this file:\n"
554 .write = ath11k_write_simulate_fw_crash,
610 .write = ath11k_write_enable_extd_tx_stats,
708 .write = ath11k_write_extd_rx_stats,
912 .write = ath11k_write_fw_dbglog,
1219 .write = ath11k_write_pktlog_filter,
1238 .write = ath11k_write_simulate_radar,
1399 .write = ath11k_debugfs_write_enable_dbr_dbg,
1453 .write = ath11k_write_ps_timekeeper_enable,
1504 .write
[all...]
/linux-master/fs/
H A Ddax.c853 * flushed on write-faults (non-cow), but not read-faults.
875 bool write = iter->flags & IOMAP_WRITE; local
876 bool dirty = write && !dax_fault_is_synchronous(iter, vmf->vma);
919 if (write && shared)
1103 * dax_iomap_copy_around - Prepare for an unaligned write to a shared/cow page
1111 * This can be called from two places. Either during DAX write fault (page
1113 * write operation, dax_iomap_iter() might call this to do the copy of either
1428 bool write = iov_iter_rw(iter) == WRITE; local
1429 bool cow = write && iomap->flags & IOMAP_F_SHARED;
1434 if (!write) {
1650 bool write = iter->flags & IOMAP_WRITE; local
1778 bool write = vmf->flags & FAULT_FLAG_WRITE; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-fsi.c269 int write; local
278 write = fsi_i2c_get_op_bytes(bytes_to_write);
281 &msg->buf[port->xfrd], write);
285 port->xfrd += write;
286 bytes_to_write -= write;
503 /* write stop command */
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c32 int (*write)(struct b43_wldev *dev, const char *buf, size_t count); member in struct:b43_debugfs_fops
578 if (!dfops->write) {
592 err = dfops->write(dev, buf, count);
608 .write = _write, \
612 .write = b43_debugfs_write, \
/linux-master/drivers/char/
H A Dmem.c312 /* permit direct mmap, for read, write or exec */
639 .write = write_mem,
651 .write = write_null,
662 .write = write_port,
669 .write = write_zero,
685 .write = write_full,
/linux-master/fs/bcachefs/
H A Dio_read.c82 struct data_update write; member in struct:promote_op
123 bch2_data_update_exit(&op->write);
135 container_of(wop, struct promote_op, write.op);
136 struct bch_fs *c = op->write.op.c;
145 struct bio *bio = &op->write.op.wbio.bio;
147 trace_and_count(op->write.op.c, read_promote, &rbio->bio);
157 bch2_data_update_read_done(&op->write, rbio->pick.crc);
217 bio = &op->write.op.wbio.bio;
220 ret = bch2_data_update_init(trans, NULL, NULL, &op->write,
239 op->write
[all...]
/linux-master/net/core/
H A Dneighbour.c3546 static int proc_unres_qlen(struct ctl_table *ctl, int write, argument
3557 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
3559 if (write && !ret)
3581 static void neigh_proc_update(struct ctl_table *ctl, int write) argument
3588 if (!write)
3598 static int neigh_proc_dointvec_zero_intmax(struct ctl_table *ctl, int write, argument
3608 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
3609 neigh_proc_update(ctl, write);
3613 static int neigh_proc_dointvec_ms_jiffies_positive(struct ctl_table *ctl, int write, argument
3624 ret = proc_dointvec_ms_jiffies_minmax(&tmp, write, buffe
3629 neigh_proc_dointvec(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) argument
3639 neigh_proc_dointvec_jiffies(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) argument
3649 neigh_proc_dointvec_userhz_jiffies(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) argument
3659 neigh_proc_dointvec_ms_jiffies(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) argument
3669 neigh_proc_dointvec_unres_qlen(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) argument
3679 neigh_proc_base_reachable_time(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Ddebug.c527 "To simulate firmware crash write one of the keywords to this file:\n"
609 .write = ath10k_write_simulate_fw_crash,
676 .write = ath10k_reg_addr_write,
747 .write = ath10k_reg_value_write,
841 ath10k_warn(ar, "failed to write address 0x%08x via diagnose window from debugfs: %d\n",
858 .write = ath10k_mem_value_write,
952 .write = ath10k_write_htt_stats_mask,
1014 .write = ath10k_write_htt_max_amsdu_ampdu,
1245 .write = ath10k_write_fw_dbglog,
1366 .write
[all...]
/linux-master/arch/arm/boot/compressed/
H A Dhead.S145 mcr p15, 0, \reg, c1, c0, 0 @ write SCTLR
737 mcr p15, 0, r0, c3, c0, 0 @ write-buffer on
744 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
752 mcr p15, 0, r0, c1, c0, 0 @ write control reg
765 mcr p15, 0, r0, c3, c0, 0 @ write-buffer on
781 mcr p15, 0, r0, c1, c0, 0 @ write control reg
840 mcr p15, 0, r0, c1, c0, 0 @ write SCTLR
855 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
876 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
883 orr r0, r0, #0x003c @ write buffe
[all...]
/linux-master/drivers/input/keyboard/
H A Datkbd.c217 bool write; member in struct:atkbd
414 !atkbd->resend && atkbd->write) {
692 if (!atkbd->write)
1213 if (atkbd->write) {
1300 if (serio->write)
1301 atkbd->write = true;
1318 if (atkbd->write) {
1339 if (serio->write)
1376 if (atkbd->write) {
1404 if (atkbd->write)
[all...]
/linux-master/drivers/pinctrl/
H A Dpinctrl-single.c169 * @write: register write function to use
202 void (*write)(unsigned val, void __iomem *reg); member in struct:pcs_device
234 * write like regmap is doing is not desired, and caching the registers
395 pcs->write(val, vals->reg);
430 pcs->write(data, pcs->base + offset);
435 pcs->write(data, pcs->base + offset);
603 pcs->write(data, pcs->base + offset);
707 pcs->write(val, pcs->base + offset);
1417 pcs->write(mas
[all...]
/linux-master/security/tomoyo/
H A Dcommon.c146 [TOMOYO_TYPE_WRITE] = "write",
181 * @buffer: Buffer to write to. Must be '\0'-terminated.
1130 int (*write)(struct tomoyo_acl_param *param);
1144 return tomoyo_callback[i].write(&param);
1686 * using read()/write() interface rather than sysctl() interface.
2417 head->write = tomoyo_write_domain;
2422 head->write = tomoyo_write_exception;
2432 head->write = tomoyo_write_pid;
2442 head->write = tomoyo_write_stat;
2448 head->write
[all...]
/linux-master/drivers/net/xen-netback/
H A Dxenbus.c112 char write[BUFFER_SIZE]; local
117 if (count >= sizeof(write))
120 len = simple_write_to_buffer(write,
121 sizeof(write) - 1,
128 write[len] = '\0';
130 if (!strncmp(write, XENVIF_KICK_STR, sizeof(XENVIF_KICK_STR) - 1))
158 .write = xenvif_write_io_ring,
/linux-master/drivers/iio/dac/
H A Dad5064.c100 * @write: register write callback
114 ad5064_write_func write; member in struct:ad5064_state
197 return st->write(st, cmd, addr, val);
376 .write = ad5064_write_dac_powerdown,
388 .write = ad5064_write_dac_powerdown,
854 const char *name, ad5064_write_func write)
871 st->write = write;
853 ad5064_probe(struct device *dev, enum ad5064_type type, const char *name, ad5064_write_func write) argument
/linux-master/drivers/ata/
H A Dpata_arasan_cf.c383 dev_err(acdev->host->dev, "%s TimeOut", rw ? "write" : "read");
435 u32 write = acdev->qc->tf.flags & ATA_TFLAG_WRITE; local
440 if (write) {
467 if (!write) {
473 /* read/write FIFO in chunk of FIFO_SIZE */
481 if (write)
489 /* wait for write to complete */
490 if (write) {
508 * This routine uses External DMA controller to read/write data to FIFO of CF
638 /* Send Complete only for write */
680 u32 write = tf->flags & ATA_TFLAG_WRITE; local
[all...]
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c303 bool write = area->vm_flags & VM_WRITE; local
314 trace_i915_gem_object_fault(obj, page_offset, true, write);
325 if (i915_gem_object_is_readonly(obj) && write) {
429 if (write) {
456 void *buf, int len, int write)
464 if (i915_gem_object_is_readonly(obj) && write)
484 if (write) {
455 vm_access(struct vm_area_struct *area, unsigned long addr, void *buf, int len, int write) argument

Completed in 516 milliseconds

<<21222324252627282930>>