Searched refs:write (Results 51 - 75 of 2699) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_diag.c36 u32 mask, u32 write)
46 wr32(reg, test_pattern[pat] & write);
48 if (val != (test_pattern[pat] & write & mask)) {
51 reg, val, test_pattern[pat] & write & mask);
62 u32 mask, u32 write)
68 wr32(reg, write & mask);
70 if ((write & mask) != (val & mask)) {
73 reg, (val & mask), (write & mask));
119 test->write);
125 test->write);
35 reg_pattern_test(struct igc_adapter *adapter, u64 *data, int reg, u32 mask, u32 write) argument
61 reg_set_and_check(struct igc_adapter *adapter, u64 *data, int reg, u32 mask, u32 write) argument
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dstv0288.h49 if (fe->ops.write)
50 r = fe->ops.write(fe, buf, 2);
/linux-master/drivers/mmc/core/
H A Dsdio_ops.h19 int mmc_io_rw_direct(struct mmc_card *card, int write, unsigned fn,
21 int mmc_io_rw_extended(struct mmc_card *card, int write, unsigned fn,
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dsmi.h49 if (chip->smi_ops && chip->smi_ops->write)
50 return chip->smi_ops->write(chip, dev, reg, data);
/linux-master/scripts/gdb/linux/
H A Dconfig.py39 f.write(config_buf)
41 gdb.write("Dumped config to " + filename + "\n")
/linux-master/drivers/input/misc/
H A Dad714x.h38 ad714x_write_t write; member in struct:ad714x_chip
51 ad714x_read_t read, ad714x_write_t write);
H A Dcma3000_d0x.h22 int (*write)(struct device *, u8, u8, char *); member in struct:cma3000_bus_ops
/linux-master/drivers/tty/serial/
H A Dearlycon-riscv-sbi.c44 device->con->write = sbi_dbcn_console_write;
46 device->con->write = sbi_0_1_console_write;
H A Dearlycon-semihost.c25 device->con->write = smh_write;
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_spi.h25 int (*write)(struct cxd2880_spi *spi, const u8 *data, member in struct:cxd2880_spi
/linux-master/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c22 length = write(fd, new_value, len);
/linux-master/arch/um/kernel/
H A Dearly_printk.c18 .write = early_console_write,
/linux-master/arch/mips/fw/arc/
H A Dfile.c24 return ARC_CALL4(write, FileID, Buffer, N, Count);
/linux-master/include/linux/
H A Dpstore_zone.h28 * @write: The same as @read, but the following error number:
29 * -EBUSY means try to write again later.
35 * @panic_write:The write operation only used for panic case. It's optional
52 pstore_zone_write_op write; member in struct:pstore_zone_info
/linux-master/include/linux/spi/
H A Dmax7301.h18 int (*write)(struct device *dev, unsigned int reg, unsigned int val); member in struct:max7301
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-audio.h18 void (*write)(struct dw_hdmi *hdmi, u8 val, int offset); member in struct:dw_hdmi_i2s_audio_data
/linux-master/scripts/
H A DMakefile.kcsan13 $(call cc-option,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-param,tsan-instrument-read-before-write=1))) \
H A Dspdxcheck.py233 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok))
235 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, pe.txt))
341 sys.stderr.write('stdin input "-" must be the only path argument\n')
357 sys.stderr.write('%s: %s\n' %(se.el.path, se.txt))
359 sys.stderr.write('%s\n' %se.txt)
363 sys.stderr.write('FAIL: %s\n' %ex)
364 sys.stderr.write('%s\n' %traceback.format_exc())
373 sys.stderr.write('FAIL: Reading exclude file %s: %s\n' %(fname, ex))
389 sys.stderr.write('path %s does not exist\n' %p)
403 sys.stderr.write('\
[all...]
/linux-master/tools/testing/selftests/arm64/bti/
H A Dsystem.h26 ssize_t write(int fd, const void *buf, size_t size);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_fork_separation.c55 FAIL_IF(write(c2p[1], &c, 1) != 1);
61 FAIL_IF(write(p2c[1], &c, 1) != 1);
70 printf("Error: BUG! parent saw child's write! *p = %d\n", *p);
74 FAIL_IF(write(p2c[1], &c, 1) != 1);
/linux-master/net/phonet/
H A Dsysctl.c51 static int proc_local_port_range(struct ctl_table *table, int write, argument
64 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
66 if (write && ret == 0) {
/linux-master/arch/arm/mach-omap2/
H A Dvoltagedomains54xx_data.c37 .write = omap4_prm_vcvp_write,
48 .write = omap4_prm_vcvp_write,
59 .write = omap4_prm_vcvp_write,
/linux-master/drivers/nfc/s3fwrn5/
H A Ds3fwrn5.h28 int (*write)(void *id, struct sk_buff *skb); member in struct:s3fwrn5_phy_ops
74 if (!info->phy_ops->write)
77 return info->phy_ops->write(info->phy_id, skb);
/linux-master/kernel/printk/
H A Dsysctl.c14 static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write, argument
17 if (write && !capable(CAP_SYS_ADMIN))
20 return proc_dointvec_minmax(table, write, buffer, lenp, ppos);
/linux-master/include/kvm/
H A Diodev.h14 * read and write handlers return 0 if the transaction has been handled,
23 int (*write)(struct kvm_vcpu *vcpu, member in struct:kvm_io_device_ops
54 return dev->ops->write ? dev->ops->write(vcpu, dev, addr, l, v)

Completed in 566 milliseconds

1234567891011>>