Searched refs:write (Results 126 - 150 of 2711) sorted by path

1234567891011>>

/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_reg.h78 write##S (val, io_handle->addr + (unsigned long) offs); \
/linux-master/drivers/ssb/
H A Ddriver_gige.c187 dev->pci_ops.write = ssb_gige_pci_write_config;
213 * We want to flush every register write with a timeout and we want
215 * Note that automatic write flushing does _not_ work from
/linux-master/drivers/staging/fbtft/
H A Dfb_ra8875.c197 par->fbtftops.write = write_spi;
211 ret = par->fbtftops.write(par, par->buf, 2);
214 dev_err(par->info->device, "write() failed and returned %dn",
229 ret = par->fbtftops.write(par, par->buf, len + 1);
233 "write() failed and returned %dn", ret);
240 par->fbtftops.write = fbtft_write_spi;
275 ret = par->fbtftops.write(par, par->txbuf.buf,
292 .write = write_spi,
H A Dfb_ssd1305.c172 ret = par->fbtftops.write(par, par->txbuf.buf,
176 dev_err(par->info->device, "write failed and returned: %d\n",
H A Dfb_ssd1306.c195 ret = par->fbtftops.write(par, par->txbuf.buf, xres * yres / 8);
197 dev_err(par->info->device, "write failed and returned: %d\n",
H A Dfb_tls8204.c95 * Set the write pointer at the start of each row.
113 ret = par->fbtftops.write(par, par->txbuf.buf, WIDTH);
116 "write failed and returned: %d\n", ret);
H A Dfb_uc1701.c140 ret = par->fbtftops.write(par, par->txbuf.buf, WIDTH);
145 dev_err(par->info->device, "write failed and returned: %d\n",
/linux-master/drivers/staging/iio/addac/
H A Dadt7316-spi.c70 dev_err(&spi_dev->dev, "SPI write error\n");
97 .write = adt7316_spi_write,
H A Dadt7316.h20 int (*write)(void *client, u8 reg, u8 val); member in struct:adt7316_bus
/linux-master/drivers/usb/chipidea/
H A Dulpi.c72 * Set PORTSC correctly so we can read/write ULPI registers for
78 ci->ulpi_ops.write = ci_ulpi_write;
/linux-master/drivers/usb/serial/
H A Dipw.c301 .write = usb_wwan_write,
H A Dnavman.c91 * This device can't write any data, only read from the device
105 .write = navman_write,
/linux-master/drivers/watchdog/
H A Dsbc8360.c62 * and allow the system to reset, write appropriate values from the table
63 * below to I/O port 0120H and 0121H. To disable the timer, write a zero
305 .write = sbc8360_write,
/linux-master/fs/jffs2/
H A DMakefile10 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
/linux-master/fs/xfs/
H A Dxfs_pnfs.h8 struct iomap *iomap, bool write, u32 *device_generation);
/linux-master/include/linux/mfd/
H A Dwl1273-core.h271 int (*write)(struct wl1273_core *core, u8, u16); member in struct:wl1273_core
/linux-master/include/linux/mtd/
H A Dmap.h210 void (*write)(struct map_info *, const map_word, unsigned long); member in struct:map_info
446 #define map_write(map, datum, ofs) (map)->write(map, datum, ofs)
/linux-master/include/linux/
H A Dnvram.h15 * @write: store a range of bytes to NVRAM then update checksum (if any)
24 * .write methods can be used to implement that efficiently.
27 * The nvram_read() and nvram_write() functions call the .read and .write
37 ssize_t (*write)(char *, size_t, loff_t *); member in struct:nvram_ops
127 if (arch_nvram_ops.write)
128 return arch_nvram_ops.write(buf, count, ppos);
H A Dreboot-mode.h8 int (*write)(struct reboot_mode_driver *reboot, unsigned int magic); member in struct:reboot_mode_driver
/linux-master/include/linux/ulpi/
H A Dinterface.h13 * @write: write operation for ULPI register access
17 int (*write)(struct device *dev, u8 addr, u8 val); member in struct:ulpi_ops
/linux-master/include/media/
H A Ddemux.h311 * via write() syscall.
346 * @DMX_MEMORY_BASED_FILTERING: set if write() available.
406 * @write: This function provides the demux driver with a memory buffer
566 int (*write)(struct dmx_demux *demux, const char __user *buf, member in struct:dmx_demux
/linux-master/include/sound/ac97/
H A Dcontroller.h48 * @write: Write of a single AC97 register.
57 int (*write)(struct ac97_controller *adrv, int slot, member in struct:ac97_controller_ops
/linux-master/include/sound/
H A Dad1843.h16 int (*write)(void *chip, int reg, int val); member in struct:snd_ad1843
H A Dak4113.h279 ak4113_write_t *write; member in struct:ak4113
300 ak4113_write_t *write,
H A Dak4114.h161 ak4114_write_t * write; member in struct:ak4114
182 ak4114_read_t *read, ak4114_write_t *write,

Completed in 426 milliseconds

1234567891011>>