Searched refs:write (Results 276 - 300 of 2699) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/base/regmap/
H A Dregmap-ac97.c59 ac97->bus->ops->write(ac97, reg, val);
/linux-master/arch/mips/sgi-ip22/
H A Dip22-hpc.c27 /* We need software copies of these because they are write only. */
63 sgioc->write = sgi_ioc_write;
/linux-master/arch/mips/sibyte/common/
H A Dcfe_console.c69 .write = cfe_console_write,
/linux-master/drivers/hwtracing/stm/
H A Dconsole.c43 sc->console.write = stm_console_write;
H A Dftrace.c32 * stm_ftrace_write() - write data to STM via 'stm_ftrace' source
50 sf->ftrace.write = stm_ftrace_write;
/linux-master/arch/sh/drivers/pci/
H A Dops-dreamcast.c42 * We can also actually read and write in b/w/l sizes! Thankfully this part
78 .write = gapspci_write,
/linux-master/arch/m68k/include/asm/
H A Dmcfmmu.h44 #define MMUOR_WR 0x00000000 /* TLB access write */
80 #define MMUDR_CM_CWT 0x00000000 /* Cachable write thru */
110 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);
/linux-master/fs/jffs2/
H A DMakefile10 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
/linux-master/tools/testing/selftests/proc/
H A Dsetns-dcache.c79 if (write(fd[1], &_, 1) != 1) {
H A Dsetns-sysvipc.c78 if (write(fd[1], &_, 1) != 1) {
/linux-master/drivers/mtd/maps/
H A Dmap_funcs.c38 map->write = simple_map_write;
/linux-master/arch/mips/mm/
H A Dsc-debugfs.c49 .write = sc_prefetch_write,
/linux-master/include/sound/
H A Dak4xxx-adda.h21 void (*write)(struct snd_akm4xxx *ak, int chip, unsigned char reg, member in struct:snd_ak4xxx_ops
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py104 return sum(j['read']['bw_bytes'] + j['write']['bw_bytes'] for j in d['jobs'])
111 f.write(elevator)
113 f.write(nomerges)
150 f.write('none')
152 f.write('1')
164 wbps = run_fio(testfile, args.duration, 'write',
167 wseqiops = round(run_fio(testfile, args.duration, 'write',
/linux-master/drivers/nfc/nxp-nci/
H A Dnxp-nci.h33 int (*write)(void *id, struct sk_buff *skb); member in struct:nxp_nci_phy_ops
/linux-master/arch/um/drivers/
H A Dtty.c76 .write = generic_write,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcmd.h79 void *buf, bool write);
H A Dcmd.c44 void *buf, bool write)
59 if (write)
63 MLX5_REG_FPGA_ACCESS_REG, 0, write);
67 if (!write)
43 mlx5_fpga_access_reg(struct mlx5_core_dev *dev, u8 size, u64 addr, void *buf, bool write) argument
/linux-master/tools/testing/selftests/kvm/lib/
H A Dio.c12 * A wrapper for write(2), that automatically handles the following
19 * For each of the above, an additional write is performed to automatically
21 * There are also many cases where write(2) can return an unexpected
24 * Note, for function signature compatibility with write(2), this function
28 * write(2) or cause a TEST_ASSERT failure.
32 * count - Number of bytes to write.
49 * write(2) manpage for details.
54 rc = write(fd, ptr, num_left);
59 "Unexpected write failure,\n"
70 TEST_ASSERT(rc >= 0, "Unexpected ret from write,\
[all...]
/linux-master/tools/testing/selftests/timens/
H A Dtimens.h78 if (write(fd, buf, len) != len)
/linux-master/drivers/char/tpm/
H A Dtpmrm-dev.c52 .write = tpm_common_write,
/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/sound/soc/intel/common/
H A Dsst-dsp-priv.h23 void (*write)(void __iomem *addr, u32 offset, u32 value); member in struct:sst_ops

Completed in 384 milliseconds

<<11121314151617181920>>