Searched refs:write (Results 301 - 325 of 2718) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dvc_vchi_audioserv_defs.h61 /* configure the write audio samples */
92 struct vc_audio_write write; member in union:vc_audio_msg::__anon1008
/linux-master/include/media/
H A Dmedia-devnode.h38 * @write: pointer to the function that implements write() syscall
50 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *); member in struct:media_file_operations
/linux-master/drivers/usb/phy/
H A Dphy-ulpi-viewport.c65 .write = ulpi_viewport_write,
/linux-master/tools/power/cpupower/utils/helpers/
H A Dmsr.c21 * EFAULT -If the read/write did not fully complete
51 * EFAULT -If the read/write did not fully complete
66 if (write(fd, &val, sizeof val) != sizeof val)
/linux-master/drivers/comedi/
H A Dcomedi_internal.h34 void *buf, int len, int write);
/linux-master/fs/ocfs2/
H A Ddlmglue.h126 int ocfs2_rw_lock(struct inode *inode, int write);
127 int ocfs2_try_rw_lock(struct inode *inode, int write);
128 void ocfs2_rw_unlock(struct inode *inode, int write);
130 int ocfs2_try_open_lock(struct inode *inode, int write);
/linux-master/sound/pci/au88x0/
H A Dau88x0_mixer.c29 .write = vortex_codec_write,
/linux-master/sound/soc/codecs/
H A Dsigmadsp.h41 int (*write)(void *, unsigned int, const uint8_t *, size_t); member in struct:sigmadsp
/linux-master/drivers/staging/fbtft/
H A Dfbtft-bus.c105 ret = par->fbtftops.write(par, par->buf, (len + pad) * sizeof(u16));
108 "write() failed and returned %d\n", ret);
140 /* non buffered write */
142 return par->fbtftops.write(par, vmem16, len);
144 /* buffered write */
163 ret = par->fbtftops.write(par, par->txbuf.buf,
213 ret = par->fbtftops.write(par, par->txbuf.buf, to_copy * 2);
240 /* no need for buffered write with 16-bit bus */
/linux-master/arch/um/drivers/
H A Drtc_user.c23 CATCH_EINTR(write(uml_rtc_irq_fds[1], &c, sizeof(c)));
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-vmxcopy.c15 * (1) write A to a VSR
57 assert(write(fd, buf, pgsize) == pgsize);
/linux-master/drivers/media/platform/amphion/
H A Dvpu_windsor.h25 u32 instance, u32 ptr, bool write);
/linux-master/drivers/base/regmap/
H A Dregmap-slimbus.c26 .write = regmap_slimbus_write,
/linux-master/tools/lib/perf/
H A Dlib.c18 write(fd, buf, left);
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio.h20 void (*write)(struct kvm_vcpu *vcpu, gpa_t addr, member in union:vgic_register_region::__anon13
74 .write = wr, \
86 .write = wr, \
96 .write = wr, \
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dcoredump.h55 u32 write; member in struct:mt7915_coredump::__anon2281
/linux-master/tools/testing/selftests/nci/
H A Dnci_dev.c336 write(dev_fd, nci_reset_rsp, sizeof(nci_reset_rsp));
345 write(dev_fd, nci_init_rsp, sizeof(nci_init_rsp));
354 write(dev_fd, nci_rf_disc_map_rsp, sizeof(nci_rf_disc_map_rsp));
376 write(dev_fd, nci_reset_rsp_v2, sizeof(nci_reset_rsp_v2));
377 write(dev_fd, nci_reset_ntf, sizeof(nci_reset_ntf));
386 write(dev_fd, nci_init_rsp_v2, sizeof(nci_init_rsp_v2));
395 write(dev_fd, nci_rf_disc_map_rsp, sizeof(nci_rf_disc_map_rsp));
467 write(dev_fd, nci_reset_rsp, sizeof(nci_reset_rsp));
489 write(dev_fd, nci_reset_rsp_v2, sizeof(nci_reset_rsp_v2));
490 write(dev_f
[all...]
/linux-master/Documentation/sphinx/
H A Dload_config.py48 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)
/linux-master/drivers/gpio/
H A Dgpio-max7300.c44 ts->write = max7300_i2c_write;
/linux-master/include/sound/
H A Dinfo.h32 void (*write)(struct snd_info_entry *entry, member in struct:snd_info_entry_text
44 ssize_t (*write)(struct snd_info_entry *entry, void *file_private_data, member in struct:snd_info_entry_ops
149 void (*write)(struct snd_info_entry *entry,
185 void (*write)(struct snd_info_entry *entry,
H A Dhwdep.h21 long (*write)(struct snd_hwdep *hw, const char __user *buf, member in struct:snd_hwdep_ops
/linux-master/drivers/net/hamradio/
H A D6pack.c136 * persistence check was successful, write the data to the serial driver.
150 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
152 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2);
156 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
217 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
219 actual = sp->tty->ops->write(sp->tty, sp->xbuff, count);
223 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
413 actual = tty->ops->write(tty, sp->xhead, sp->xleft);
517 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
518 sp->tty->ops->write(s
[all...]
/linux-master/drivers/power/reset/
H A Dnvmem-reboot-mode.c44 nvmem_rbm->reboot.write = nvmem_reboot_mode_write;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.h46 struct i915_active write; member in struct:intel_frontbuffer
/linux-master/drivers/fpga/
H A Dversal-fpga.c42 .write = versal_fpga_ops_write,

Completed in 901 milliseconds

<<11121314151617181920>>