Searched refs:write (Results 576 - 600 of 2718) sorted by relevance

<<21222324252627282930>>

/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c170 bool write, uint32_t *val)
178 GUEST_ASSERT(!write || *val < (1U << bits_per_field));
195 if (write)
168 gicv3_access_reg(uint32_t intid, uint64_t offset, uint32_t reg_bits, uint32_t bits_per_field, bool write, uint32_t *val) argument
/linux-master/fs/ext2/
H A Dfile.c97 bool write = (vmf->flags & FAULT_FLAG_WRITE) && local
100 if (write) {
109 if (write)
248 /* handle case for partial write and for fallback to buffered write */
/linux-master/drivers/base/regmap/
H A Dregmap-i2c.c148 * will substitute in a linear write for us.
201 .write = regmap_i2c_write,
243 .write = regmap_i2c_smbus_i2c_write,
300 .write = regmap_i2c_smbus_i2c_write_reg16,
/linux-master/arch/alpha/boot/tools/
H A Dmkbb.c143 if(write(dev, &bootloader_image, sizeof(bootblock)) != sizeof(bootblock)) {
144 perror("bootblock write");
/linux-master/arch/alpha/kernel/
H A Dcore_polaris.c143 .write = polaris_write_config,
/linux-master/drivers/staging/fbtft/
H A Dfb_tls8204.c95 * Set the write pointer at the start of each row.
113 ret = par->fbtftops.write(par, par->txbuf.buf, WIDTH);
116 "write failed and returned: %d\n", ret);
H A Dfb_pcd8544.c123 ret = par->fbtftops.write(par, par->txbuf.buf, 6 * 84);
125 dev_err(par->info->device, "write failed and returned: %d\n",
/linux-master/include/media/
H A Ddemux.h311 * via write() syscall.
346 * @DMX_MEMORY_BASED_FILTERING: set if write() available.
406 * @write: This function provides the demux driver with a memory buffer
566 int (*write)(struct dmx_demux *demux, const char __user *buf, member in struct:dmx_demux
/linux-master/drivers/char/
H A Dscx200_gpio.c67 .write = nsc_gpio_write,
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S71 str r4, [r2] @ write to SDRC_POWER
/linux-master/arch/mips/pci/
H A Dops-bonito64.c87 * read/write a 32bit word and mask/modify the data we actually want.
147 .write = bonito64_pcibios_write
/linux-master/sound/pci/ice1712/
H A Dwm8766.h88 void (*write)(struct snd_wm8766 *wm, u16 addr, u16 data); member in struct:snd_wm8766_ops
/linux-master/samples/pidfd/
H A Dpidfd-metadata.c112 bytes = write(STDOUT_FILENO, buf, bytes);
/linux-master/drivers/staging/iio/addac/
H A Dadt7316-spi.c70 dev_err(&spi_dev->dev, "SPI write error\n");
97 .write = adt7316_spi_write,
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-flash.c93 map->write = flash_write16;
/linux-master/include/linux/mfd/
H A Daat2870.h134 int (*write)(struct aat2870_data *aat2870, u8 addr, u8 val); member in struct:aat2870_data
/linux-master/arch/um/drivers/
H A Dvde_kern.c59 printk(KERN_ERR "vde_write - we have no VDECONN to write to");
67 .write = vde_write,
/linux-master/drivers/edac/
H A Ddebugfs.c41 .write = edac_fake_inject_write,
/linux-master/sound/drivers/opl4/
H A Dopl4_proc.c83 .write = snd_opl4_mem_proc_write,
/linux-master/tools/laptop/freefall/
H A Dfreefall.c65 if (write(fd, buf, strlen(buf)) != strlen(buf)) {
66 perror("write");
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c149 if (write(pipefd[1], DATA, DLEN) != DLEN) {
150 perror("write");
/linux-master/tools/testing/selftests/timens/
H A Dtimer.c97 if (write(fd, buf, len) != len)
H A Dtimerfd.c104 if (write(fd, buf, len) != len)
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py108 file.write("{}\n".format(cmd))
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c113 write(1, buf, len);

Completed in 331 milliseconds

<<21222324252627282930>>