Searched refs:write (Results 126 - 150 of 1001) sorted by relevance

1234567891011>>

/drivers/staging/iio/addac/
H A Dadt7316.c240 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG1, config1);
305 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG1, config1);
346 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
440 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
501 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
540 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG2, config2);
578 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG1, config1);
616 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG3, config3);
668 ret = chip->bus.write(chip->bus.client, ADT7316_CONFIG3, config3);
714 ret = chip->bus.write(chi
[all...]
/drivers/input/keyboard/
H A Datkbd.c216 bool write; member in struct:atkbd
385 if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd->write) {
642 if (!atkbd->write)
1085 if (atkbd->write) {
1154 if (serio->write)
1155 atkbd->write = true;
1172 if (atkbd->write) {
1195 if (serio->write)
1233 if (atkbd->write) {
1261 if (atkbd->write)
[all...]
/drivers/char/
H A Dmem.c732 .write = write_mem,
743 .write = write_kmem,
753 .write = write_null,
763 .write = write_port,
771 .write = write_zero,
791 .write = write_full,
H A Dscx200_gpio.c66 .write = nsc_gpio_write,
/drivers/iio/dac/
H A Dad5064.c81 * @write: register write callback
94 ad5064_write_func write; member in struct:ad5064_state
129 return st->write(st, cmd, addr, val);
286 .write = ad5064_write_dac_powerdown,
442 const char *name, ad5064_write_func write)
459 st->write = write;
441 ad5064_probe(struct device *dev, enum ad5064_type type, const char *name, ad5064_write_func write) argument
/drivers/input/misc/
H A Dad714x.c137 ad714x->write(ad714x, STG_COM_INT_EN_REG, data);
141 ad714x->write(ad714x, STG_HIGH_INT_EN_REG, data);
154 ad714x->write(ad714x, STG_COM_INT_EN_REG, data);
158 ad714x->write(ad714x, STG_HIGH_INT_EN_REG, data);
924 ad714x->write(ad714x, reg_base + j,
929 ad714x->write(ad714x, AD714X_SYSCFG_REG + i,
934 ad714x->write(ad714x, AD714X_STG_CAL_EN_REG, 0xFFF);
965 ad714x_read_t read, ad714x_write_t write)
1019 ad714x->write = write;
964 ad714x_probe(struct device *dev, u16 bus_type, int irq, ad714x_read_t read, ad714x_write_t write) argument
[all...]
H A Dadxl34x-spi.c63 .write = adxl34x_spi_write,
/drivers/lguest/
H A Dlguest_user.c3 * the first write will tell us the Guest's memory layout and entry
207 /* You must write LHREQ_INITIALIZE first! */
306 * The initialization write supplies 3 pointer sized (32 or 64 bit) values (in
375 /* And because this is a write() call, we return the length used. */
391 * The first operation the Launcher does must be a write. All writes
392 * start with an unsigned long number: for the first write this must be
401 static ssize_t write(struct file *file, const char __user *in, function
513 * work happens in the read(), write() and close() routines:
518 .write = write,
[all...]
/drivers/misc/sgi-gru/
H A Dgruprocfs.c21 * along with this program; if not, write to the Free Software
287 .write = statistics_write,
295 .write = mcs_statistics_write,
303 .write = options_write,
/drivers/net/irda/
H A Dirtty-sir.c192 if (!tty->ops->write)
198 return tty->ops->write(tty, ptr, writelen);
506 * some tty write and/or termios or ioctl operations.
543 .write = NULL,
/drivers/ps3/
H A Dps3stor_lib.c17 * with this program; if not, write to the Free Software Foundation, Inc.,
266 * ps3stor_read_write_sectors - read/write from/to a storage device
269 * @start_sector: First sector to read/write
270 * @sectors: Number of sectors to read/write
271 * @write: Flag indicating write (non-zero) or read (zero)
277 u64 start_sector, u64 sectors, int write)
280 const char *op = write ? "write" : "read";
287 res = write
276 ps3stor_read_write_sectors(struct ps3_storage_device *dev, u64 lpar, u64 start_sector, u64 sectors, int write) argument
[all...]
/drivers/spi/
H A Dspi-pxa2xx.c16 * along with this program; if not, write to the Free Software
84 * Read and write LPSS SSP private registers. Caller must first check that
492 } while (drv_data->write(drv_data));
563 /* Ignore possible writes if we don't need to write */
686 drv_data->write = drv_data->tx ? chip->write : null_writer;
708 drv_data->write = drv_data->write != null_writer ?
714 drv_data->write = drv_data->write !
[all...]
/drivers/tty/
H A Dbfin_jtag_comm.c173 pr_debug("going to write chunk of %i bytes\n", count);
228 .write = bfin_jc_write,
330 .write = bfin_jc_console_write,
353 .write = bfin_jc_early_write,
/drivers/acpi/
H A Dec_sys.c87 return *off - init_off; /* partial write */
104 .write = acpi_ec_write_io,
/drivers/clk/
H A Dclk-axi-clkgen.c59 int (*write)(struct axi_clkgen *axi_clkgen, unsigned int reg, member in struct:axi_clkgen_mmcm_ops
80 return axi_clkgen->mmcm_ops->write(axi_clkgen, reg, val, mask);
270 .write = axi_clkgen_v1_mmcm_write,
348 .write = axi_clkgen_v2_mmcm_write,
/drivers/ide/
H A Dide-cd.c244 * returns: 0 failed (write timeout expired)
423 int write, void *buffer, unsigned *bufflen,
435 ide_debug_log(IDE_DBG_PC, "cmd[0]: 0x%x, write: 0x%x, timeout: %d, "
437 cmd[0], write, timeout, cmd_flags);
444 rq = blk_get_request(drive->queue, write, __GFP_WAIT);
528 int write = (rq_data_dir(rq) == WRITE) ? 1 : 0, rc = 0; local
534 ide_debug_log(IDE_DBG_PC, "cmd: 0x%x, write: 0x%x", rq->cmd[0], write);
545 write ? "write"
422 ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd, int write, void *buffer, unsigned *bufflen, struct request_sense *sense, int timeout, unsigned int cmd_flags) argument
705 int write = rq_data_dir(rq) == WRITE; local
[all...]
/drivers/input/serio/
H A Dparkbd.c178 serio->write = parkbd_write,
H A Drpckbd.c22 * along with this program; if not, write to the Free Software
142 serio->write = rpckbd_write;
/drivers/input/touchscreen/
H A Dcyttsp_core.h23 * with this program; if not, write to the Free Software Foundation, Inc.,
115 int (*write)(struct device *dev, u8 *xfer_buf, u16 addr, u8 length, member in struct:cyttsp_bus_ops
/drivers/macintosh/
H A Dnvram.c106 .write = write_nvram,
/drivers/media/usb/stk1160/
H A Dstk1160-ac97.c45 * Set command write bit to initiate write operation.
86 .write = stk1160_write_ac97,
/drivers/mfd/
H A Daat2870-core.c17 * along with this program; if not, write to the Free Software
163 dev_dbg(aat2870->dev, "write: addr=0x%02x, val=0x%02x\n", addr, val);
322 ret = aat2870->write(aat2870, (u8)addr, (u8)val);
332 .write = aat2870_reg_write_file,
398 aat2870->write = aat2870_write;
484 aat2870->write(aat2870, i, reg->value);
H A Dtps65912-i2c.c89 tps65912->write = tps65912_i2c_write;
H A Dtps65912-spi.c31 /* bit 23 is the read/write bit */
55 /* bit 23 is the read/write bit */
95 tps65912->write = tps65912_spi_write;
/drivers/misc/ibmasm/
H A Dibmasmfs.c15 * along with this program; if not, write to the Free Software
58 * write: execute a dot command on the service processor
63 * write: wakeup sleeping event listener
67 * write: wakeup sleeping heartbeat listener
72 * write: set value
575 .write = command_file_write,
583 .write = event_file_write,
591 .write = r_heartbeat_file_write,
599 .write = remote_settings_file_write,

Completed in 991 milliseconds

1234567891011>>