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

<<11121314151617181920>>

/drivers/net/ppp/
H A Dppp_synctty.c165 if (tty->ops->write == NULL)
376 .write = ppp_sync_write,
604 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len);
/drivers/net/wan/
H A Dx25_asy.c241 * the transfer may be completed inside driver.write()
244 * if we did not request it before write operation.
248 actual = sl->tty->ops->write(sl->tty, sl->xbuff, count);
277 actual = tty->ops->write(tty, sl->xhead, sl->xleft);
555 if (tty->ops->write == NULL)
/drivers/net/wireless/ath/ath10k/
H A Dspectral.c366 .write = write_file_spec_scan_ctl,
418 .write = write_file_spectral_count,
477 .write = write_file_spectral_bins,
/drivers/scsi/
H A Dsun_esp.c420 u32 dma_count, int write, u8 cmd)
436 if (write)
448 if (write)
419 sbus_esp_send_dma_cmd(struct esp *esp, u32 addr, u32 esp_count, u32 dma_count, int write, u8 cmd) argument
/drivers/staging/comedi/drivers/
H A Ddt9812.c110 * Register read/write commands for processor
121 /* Read, (AND) with mask, OR value, then write (single) */
123 /* Read, (AND) with mask, OR value, then write (multiple) */
127 * Register read/write commands for SMBus
140 * Register read/write commands for a device
208 struct dt9812_write_byte write[DT9812_MAX_NUM_MULTI_BYTE_WRTS]; member in struct:dt9812_write_multi
304 cmd.u.write_multi_info.write[i].address = address[i];
305 cmd.u.write_multi_info.write[i].value = value[i];
674 /* unused write stream */
/drivers/usb/dwc3/
H A Ddebugfs.c423 .write = dwc3_mode_write,
506 .write = dwc3_testmode_write,
615 .write = dwc3_link_state_write,
/drivers/usb/serial/
H A Dkeyspan.h563 .write = keyspan_write,
587 .write = keyspan_write,
611 .write = keyspan_write,
/drivers/s390/net/
H A Dqeth_core_main.c690 atomic_set(&card->write.irq_pending, 0);
1100 } else if (card->write.ccwdev == cdev) {
1101 channel = &card->write;
1102 QETH_CARD_TEXT(card, 5, "write");
1421 card->write.state != CH_STATE_UP)
1441 card->write.state = CH_STATE_DOWN;
1501 if (qeth_setup_channel(&card->write))
1601 rc2 = qeth_halt_channel(&card->write);
1616 rc2 = qeth_clear_channel(&card->write);
1833 if (channel == &card->write) {
[all...]
/drivers/char/
H A Drandom.c307 * should wake up processes which are selecting or polling on write
428 /* read-write data: */
1508 .write = random_write,
1517 .write = random_write,
1590 static int proc_do_uuid(struct ctl_table *table, int write, argument
1614 return proc_dostring(&fake_table, write, buffer, lenp, ppos);
1620 static int proc_do_entropy(struct ctl_table *table, int write, argument
1631 return proc_dointvec(&fake_table, write, buffer, lenp, ppos);
/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c249 wmb(); /* make sure write propagated to HW */
509 .write = wil_write_file_reset,
513 /*---write channel 1..4 to rxon for it, 0 to rxoff---*/
557 .write = wil_write_file_rxon,
592 .write = wil_write_file_txmgmt,
632 .write = wil_write_file_wmi,
873 .write = wil_write_file_ssid,
1105 .write = wil_write_file_recovery,
/drivers/vfio/
H A Dvfio.c727 /* hold write lock on container->group_lock */
895 * Once an iommu driver is set, we optionally pass read/write/mmap
927 if (likely(driver && driver->ops->write))
928 ret = driver->ops->write(container->iommu_data,
958 .write = vfio_fops_write,
1311 if (unlikely(!device->ops->write))
1314 return device->ops->write(device->device_data, buf, count, ppos);
1340 .write = vfio_device_fops_write,
/drivers/auxdisplay/
H A DKconfig63 Amount of time the ks0108 should wait between each control write
/drivers/hid/
H A Dhid-roccat-isku.c192 .write = isku_sysfs_write_ ## thingy \
208 .write = isku_sysfs_write_ ## thingy \
/drivers/infiniband/hw/ipath/
H A Dipath_diag.c66 .write = ipath_diag_write,
79 .write = ipath_diagpkt_write,
165 * ipath_write_umem64 - write a 64-bit quantity to the chip from user space
243 * ipath_write_umem32 - write a 32-bit quantity to the chip from user space
249 * write 32 bit values, not 64 bit; for memories that only
250 * support 32 bit write; usually a single dword.
318 * ipath_diagpkt_write - write an IB packet
321 * @count: size of data to write
459 * to chip before trigger word, then write trigger word, then
535 ipath_diag_inuse == -2) /* read qw off 0, write q
[all...]
/drivers/misc/eeprom/
H A Dat25.c39 #define AT25_WREN 0x06 /* latch the write enable */
40 #define AT25_WRDI 0x04 /* reset the write enable */
42 #define AT25_WRSR 0x01 /* write status register */
44 #define AT25_WRITE 0x02 /* write byte(s)/sector */
46 #define AT25_SR_nRDY 0x01 /* nRDY = write-in-progress */
47 #define AT25_SR_WEN 0x02 /* write enable (latched) */
56 /* Specs often allow 5 msec for a page write, sometimes 20 msec;
57 * it's important to recover from write timeouts.
173 /* For write, rollover is within the page ... so we write a
[all...]
/drivers/misc/mei/
H A Dmei_dev.h133 * @MEI_FOP_WRITE: write
273 * @hbuf_free_slots : query for write buffer empty slots
274 * @hbuf_is_ready : query if write buffer is empty
275 * @hbuf_max_len : query for write buffer max len
277 * @write : write a message to FW
306 int (*write)(struct mei_device *dev, member in struct:mei_hw_ops
421 * @write_list : write pending list
422 * @write_waiting_list : write completion list
423 * @ctrl_wr_list : pending control write lis
[all...]
/drivers/net/caif/
H A Dcaif_serial.c234 /* Make sure you don't write too much */
246 tty_wr = tty->ops->write(tty, skb->data, len);
340 /* No write no play */
341 if (tty->ops->write == NULL)
/drivers/net/ethernet/intel/igb/
H A De1000_hw.h353 s32 (*write)(struct e1000_hw *, u16, u16, u16 *); member in struct:e1000_nvm_operations
494 s32 (*write)(struct e1000_hw *, u32 *, u16, u16); member in struct:e1000_mbx_operations
/drivers/net/phy/
H A Dmdio_bus.c250 NULL == bus->read || NULL == bus->write)
370 * because the bus read/write functions may wait for an interrupt
391 * @regnum: register number to write
392 * @val: value to write to @regnum
395 * because the bus read/write functions may wait for an interrupt
405 err = bus->write(bus, addr, regnum, val);
/drivers/scsi/arcmsr/
H A Darcmsr_attr.c127 /* do message unit write. */
208 .write = arcmsr_sysfs_iop_message_write,
217 .write = arcmsr_sysfs_iop_message_clear,
/drivers/scsi/bfa/
H A Dbfad_debugfs.c39 * regwr: To write one word to chip register
439 .write = bfad_debugfs_write_regrd,
447 .write = bfad_debugfs_write_regwr,
/drivers/scsi/fnic/
H A Dfnic_debugfs.c171 * @filp: The file pointer to write from.
173 * @cnt: The number of bytes to write.
213 pr_err("fnic: cannot write to any debugfs file\n");
224 .write = fnic_trace_ctrl_write,
578 * @filp: The file pointer to write from.
580 * @cnt: The number of bytes to write.
763 .write = fnic_reset_stats_write,
/drivers/tty/
H A Dehv_bytechan.c239 * write a string to the console
241 * This function gets called to write a string from the kernel, typically from
287 .write = ehv_bc_console_write,
526 * how much write room the driver can guarantee will be sent OR BUFFERED. This
596 .write = ehv_bc_tty_write,
636 /* The TX IRQ is enabled only when we can't write all the data to the
H A Dmetag_da.c102 * It's also held during write SWITCH operations.
268 /* did the write fail? */
273 * put_data() - Kernel thread to write out blocks of channel data to DA.
277 * channels to write out any buffered data. If any of the channels stall due to
394 * There's still data to write out, so wake and wait for the
410 /* Free the write buffer */
483 * The reason that we asynchronously write the buffer is because if we
484 * were to write the buffer synchronously then because DA channels are
492 /* work out how many bytes we can write to the xmit buffer */
496 /* write th
[all...]
H A Dn_tty.c441 * @space: space available in tty driver write buffer
446 * tty driver's write buffer.
475 tty->ops->write(tty, "\r\n", 2);
497 tty->ops->write(tty, " ", spaces);
531 * tty layer write lock)
567 * tty layer write lock)
623 i = tty->ops->write(tty, buf, i);
630 * process_echoes - write pending echo characters
637 * be buffered because the driver's write buffer can fill during
643 * to the driver at the time of the write, operation
[all...]

Completed in 488 milliseconds

<<11121314151617181920>>