Searched refs:write (Results 451 - 475 of 1001) sorted by relevance

<<11121314151617181920>>

/drivers/tty/
H A Dn_hdlc.c21 * 1. tty write calls represent one complete transmit frame of data
23 * the frame (busy) in the write method. Each write call should have
231 .write = n_hdlc_tty_write,
363 /* change tty_io write() to not split large writes into 8K chunks */
420 actual = tty->ops->write(tty, tbuf->buf, tbuf->count);
654 * n_hdlc_tty_write - write a single frame of data to device
808 * Determine which operations (read/write) will not block and return info
823 /* may awaken in the future (read and write) */
/drivers/tty/serial/
H A Dsn_console.c27 * License along with this program; if not, write the Free Software
756 .write = sn_sal_console_write,
1023 .write = sn_sal_console_write_early,
/drivers/usb/misc/
H A DKconfig233 This driver supports read/write of leg-shakes counter and
/drivers/atm/
H A Dambassador.h16 along with this program; if not, write to the Free Software
396 __be32 write; member in struct:__anon99::__anon100::__anon108
/drivers/base/regmap/
H A Dregcache-lzo.c305 /* write the new value to the cache */
376 .write = regcache_lzo_write,
/drivers/char/
H A Dnwflash.c7 * 22/05/2001 RMK - Lock read against write
184 * # of 64K blocks to erase and write
189 * write ends at exactly 64k boundary?
203 * first we have to erase the block(s), where we will write...
223 * write_block will limit write to space left in this block
229 * if somehow write verify failed? Can't happen??
245 printk(KERN_ERR "flash_write: write error %X\n", rc);
438 * check if write will end in this block....
463 * kick open the write gate
473 * write cm
[all...]
H A Dpc8736x_gpio.c57 /* config-space addrs to read/write each unit's runtime addr */
235 .write = nsc_gpio_write,
H A Draw.c289 .write = new_sync_write,
H A Dsnsc.c258 /* try to get control of the write buffer */
311 /* release the write buffer and wake anyone who's waiting for it */
356 .write = scdrv_write,
H A Dtile-srom.c45 * a second, so if we allowed the user to, say, do one I/O to write the
327 .write = srom_write,
/drivers/edac/
H A Daltera_edac.c207 .write = altr_sdr_mc_err_inject_write,
/drivers/firmware/efi/
H A Defi-pstore.c363 .write = efi_pstore_write,
/drivers/iio/dac/
H A Dad5504.c243 .write = ad5504_write_dac_powerdown,
H A Dad5686.c262 .write = ad5686_write_dac_powerdown,
H A Dmax5821.c139 .write = max5821_write_dac_powerdown,
/drivers/infiniband/hw/ipath/
H A Dipath_fs.c212 ipath_dev_err(dd, "failed to write to flash\n");
228 .write = flash_write,
/drivers/input/misc/
H A Dcma3000_d0x.c87 ((data)->bus_ops->write(data->dev, reg, val, msg))
H A Dkeychord.c370 .write = keychord_write,
/drivers/input/serio/
H A Dat32psif.c273 io->write = psif_write;
H A Dgscps2.c143 * gscps2_writeb_output() - write a byte to the port
154 printk(KERN_DEBUG PFX "timeout - could not write byte %#x\n", data);
365 serio->write = gscps2_write;
H A Dsa1111ps2.c89 * Completion of ps2 write
269 serio->write = ps2_write;
/drivers/iommu/
H A Domap-iommu-debug.c220 .write = debug_write_##name, \
/drivers/isdn/hardware/eicon/
H A Ddivasi.c138 .write = um_idi_write,
321 /* the first write() selects the adapter_nr */
366 DBG_TRC(("write: ret %d", ret));
H A Ddivasync.h22 along with this program; if not, write to the Free Software
171 int (*write)(void *context, member in struct:_diva_xdi_stream_interface
/drivers/isdn/hysdn/
H A Dhysdn_procconf.c30 /* defines and data structure for conf write operations */
91 /* write conf file -> boot or send cfg line to card */
119 cnf->state = CONF_STATE_CONF; /* requested conf data write */
126 if (cnf->state == CONF_STATE_POF) { /* pof write active */
127 i = cnf->needed_size - cnf->buf_size; /* bytes still missing for write */
138 cnf->needed_size = pof_write_buffer(cnf->card, cnf->buf_size); /* write data */
146 /* pof write active */
147 else { /* conf write active */
151 hysdn_addlog(cnf->card, "cnf write denied -> not booted");
203 } /* conf write activ
[all...]

Completed in 393 milliseconds

<<11121314151617181920>>