Searched refs:write (Results 176 - 200 of 1001) sorted by relevance

1234567891011>>

/drivers/infiniband/hw/cxgb4/
H A Dqp.c510 wqe->write.r2 = 0;
511 wqe->write.stag_sink = cpu_to_be32(wr->wr.rdma.rkey);
512 wqe->write.to_sink = cpu_to_be64(wr->wr.rdma.remote_addr);
515 ret = build_immd(sq, wqe->write.u.immd_src, wr,
519 size = sizeof wqe->write + sizeof(struct fw_ri_immd) +
524 wqe->write.u.isgl_src,
528 size = sizeof wqe->write + sizeof(struct fw_ri_isgl) +
532 wqe->write.u.immd_src[0].op = FW_RI_DATA_IMMD;
533 wqe->write.u.immd_src[0].r1 = 0;
534 wqe->write
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dspectral.c277 .write = write_file_spec_scan_ctl,
325 .write = write_file_spectral_short_repeat,
373 .write = write_file_spectral_count,
421 .write = write_file_spectral_period,
469 .write = write_file_spectral_fft_period,
/drivers/pci/
H A Dpci-sysfs.c816 * pci_write_legacy_io - write byte(s) to legacy I/O port space
822 * @count: number of bytes to write
901 * their associated read, write and mmap files from pci-sysfs.c
920 b->legacy_io->write = pci_write_legacy_io;
1045 loff_t off, size_t count, bool write)
1069 if (write)
1075 if (write)
1081 if (write)
1155 res_attr->write = pci_write_resource_io;
1275 .write
1043 pci_resource_io(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count, bool write) argument
[all...]
/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
635 /* Send Complete only for write */
677 u32 write = tf->flags & ATA_TFLAG_WRITE; local
[all...]
/drivers/media/i2c/
H A Dmsp3400-driver.c44 * along with this program; if not, write to the Free Software
85 /* read-write */
119 static u8 write[3] = { I2C_MSP_DSP + 1, 0x00, 0x1e }; local
139 .buf = write
162 u8 write[3]; local
168 .buf = write
178 write[0] = dev + 1;
179 write[1] = addr >> 8;
180 write[2] = addr & 0xff;
226 v4l_warn(client, "I/O error #%d (write
[all...]
/drivers/mtd/spi-nor/
H A Dspi-nor.c119 * Set write enable latch with Write Enable command.
128 * Send write disble instruction to the chip.
235 /* Wait until finished previous write command. */
240 /* Send write enable, then erase commands. */
706 /* Wait until finished previous write command. */
716 /* Start write from odd address. */
720 /* write one byte. */
721 nor->write(nor, to, 1, retlen, buf);
732 /* write two bytes. */
733 nor->write(no
[all...]
/drivers/net/xen-netback/
H A Dxenbus.c136 char write[BUFFER_SIZE]; local
141 if (count >= sizeof(write))
144 len = simple_write_to_buffer(write,
145 sizeof(write) - 1,
152 write[len] = '\0';
154 if (!strncmp(write, XENVIF_KICK_STR, sizeof(XENVIF_KICK_STR) - 1))
182 .write = xenvif_write_io_ring,
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c1207 .write = qlcnic_sysfs_write_crb,
1214 .write = qlcnic_sysfs_write_mem,
1221 .write = qlcnic_sysfs_write_npar_config,
1228 .write = NULL,
1235 .write = qlcnic_sysfs_clear_port_stats,
1242 .write = qlcnic_sysfs_clear_esw_stats,
1249 .write = qlcnic_sysfs_write_esw_config,
1256 .write = qlcnic_sysfs_write_pm_config,
1263 .write = qlcnic_83xx_sysfs_flash_write_handler,
/drivers/bluetooth/
H A Dhci_ldisc.c21 * along with this program; if not, write to the Free Software
140 /* REVISIT: should we cope with bad skbs or ->write() returning
151 len = tty->ops->write(tty, skb->data, skb->len);
280 /* Error if the tty has no write op instead of leaving an exploitable
282 if (tty->ops->write == NULL)
566 * We don't provide read/write/poll interface for user space.
601 hci_uart_ldisc.write = hci_uart_tty_write;
/drivers/mmc/core/
H A Dsdio_io.c303 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, argument
324 ret = mmc_io_rw_extended(func->card, write,
342 ret = mmc_io_rw_extended(func->card, write, func->num, addr,
420 * sdio_writeb - write a single byte to a SDIO function
422 * @b: byte to write
423 * @addr: address to write to
443 * sdio_writeb_readb - write and read a byte from SDIO function
445 * @write_byte: byte to write
446 * @addr: address to write to
490 * sdio_memcpy_toio - write
[all...]
/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c514 /* need read/modify/write of first changed EEPROM word
522 /* need read/modify/write of last changed EEPROM word
676 u32 mask, u32 write)
687 writel(write & test[i], address);
689 if (read != (write & test[i] & mask)) {
692 reg, read, (write & test[i] & mask));
701 u32 mask, u32 write)
707 writel(write & mask, address);
709 if ((read & mask) != (write & mask)) {
712 reg, (read & mask), (write
675 reg_pattern_test(struct e1000_adapter *adapter, u64 *data, int reg, u32 mask, u32 write) argument
700 reg_set_and_check(struct e1000_adapter *adapter, u64 *data, int reg, u32 mask, u32 write) argument
[all...]
/drivers/nfc/
H A Dnfcwilink.c379 .write = NULL,
425 /* st_register MUST fill the write callback */
426 BUG_ON(nfcwilink_proto.write == NULL);
427 drv->st_write = nfcwilink_proto.write;
/drivers/pci/pcie/aer/
H A Daer_inject.c247 return ops->write(bus, devfn, where, size, val);
252 .write = pci_write_aer,
495 .write = aer_inject_write,
/drivers/uwb/i1480/dfu/
H A Dmac.c18 * along with this program; if not, write to the Free Software
228 result = i1480->write(i1480, hdr_itr->address, hdr_itr->bin,
231 dev_err(dev, "%s fw '%s': write failed (%zuB @ 0x%lx):"
252 goto retry; /* write this block again! */
278 result = i1480->write(i1480, reg, buffer, sizeof(u32));
302 result = i1480->write(i1480, reg, buffer, sizeof(u32));
/drivers/acpi/apei/
H A Derst-dbg.c22 * along with this program; if not, write to the Free Software
41 /* Prevent erst_dbg_read/write from being invoked concurrently */
212 .write = erst_dbg_write,
/drivers/acpi/
H A Dproc.c142 .write = acpi_system_write_wakeup_device,
/drivers/base/regmap/
H A Dregmap-spi.c106 .write = regmap_spi_write,
/drivers/char/
H A Dgeneric_nvram.c139 .write = write_nvram,
H A Dttyprintk.c120 * TTY operations write function.
169 .write = tpk_write,
/drivers/fmc/
H A Dfmc-chardev.c56 /* read and write are simple after the default llseek has been used */
105 .write = fc_write,
/drivers/gpu/drm/armada/
H A Darmada_debugfs.c101 .write = armada_debugfs_write,
/drivers/ide/
H A Dide-atapi.c399 u8 write = !!(pc->flags & PC_FLAG_WRITING); local
420 ? "write" : "read");
508 if (ide_check_ireason(drive, rq, bcount, ireason, write))
512 ide_pio_bytes(drive, cmd, write, done);
520 ide_pad_transfer(drive, write, bcount);
/drivers/input/serio/
H A Daltera_ps2.c97 serio->write = altera_ps2_write;
H A Dct82c710.c21 * along with this program; if not, write to the Free Software
188 ct82c710_port->write = ct82c710_write;
H A Dmaceps2.c126 serio->write = maceps2_write;

Completed in 661 milliseconds

1234567891011>>