Searched refs:write (Results 76 - 100 of 2711) sorted by path

1234567891011>>

/linux-master/arch/sparc/lib/
H A DM7memset.S129 cmp %o2, 7 ! if small counts, just write bytes
/linux-master/arch/um/drivers/
H A Dstderr_console.c27 .write = stderr_console_write,
/linux-master/arch/um/kernel/
H A Dearly_printk.c18 .write = early_console_write,
/linux-master/arch/x86/pci/
H A Ddirect.c85 .write = pci_conf1_write,
181 .write = pci_conf2_write,
H A Dolpc.c167 static int bar_probing; /* Set after a write of ~0 to a BAR */
269 return pci_direct_conf1.write(seg, bus, devfn, reg, len, value);
274 * Mostly we just discard writes, but if the write is a size probe
278 * access after such a write will always be a read to the same BAR.
282 /* write is to a BAR */
293 printk(KERN_WARNING "OLPC PCI: Config write to devfn"
302 .write = pci_olpc_write,
/linux-master/drivers/base/regmap/
H A Dregmap-ac97.c59 ac97->bus->ops->write(ac97, reg, val);
H A Dregmap-spmi.c79 .write = regmap_spmi_base_write,
199 .write = regmap_spmi_ext_write,
/linux-master/drivers/char/
H A Dadi.c211 .write = adi_write,
H A Ddtlk.c38 "write" sends bytes to the TTS port. It is the responsibility of
105 .write = dtlk_write,
220 from last write */
221 printk("dtlk: write timeout. "
620 /* write n bytes to tts port */
H A Dpc8736x_gpio.c58 /* config-space addrs to read/write each unit's runtime addr */
236 .write = nsc_gpio_write,
H A Dscx200_gpio.c67 .write = nsc_gpio_write,
/linux-master/drivers/char/tpm/
H A Dtpm-dev.c65 .write = tpm_common_write,
/linux-master/drivers/crypto/ccp/
H A Dccp-debugfs.c260 .write = NULL,
267 .write = ccp5_debugfs_queue_write,
274 .write = ccp5_debugfs_stats_write,
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.h7 void (*write)(struct dw_hdmi *hdmi, u8 val, int offset); member in struct:dw_hdmi_cec_ops
/linux-master/drivers/hid/
H A Dhid-picolcd_debugfs.c65 .write = picolcd_debug_reset_write,
152 * - read/write happens in chunks of at most 20 bytes, it's up to userspace
154 * - on write errors on otherwise correct write request the bytes
161 .write = picolcd_debug_eeprom_write,
260 /* write a given size of data (bounds check to be done by caller) */
342 * n*64 bytes and 64-byte aligned, each write being preceded by an
345 * otherwise correct write request the next 64-byte block which should
347 * (half-)written with write error)
354 .write
[all...]
H A Dhid-roccat-common.h22 uint8_t request; /* always 0 on requesting write check */
75 .write = roccat_common2_sysfs_write_ ## thingy \
91 .write = roccat_common2_sysfs_write_ ## thingy \
/linux-master/drivers/hsi/clients/
H A Dhsi_char.c114 MODULE_PARM_DESC(max_data_size, "max read/write data size [4,8..65536] (^2)");
659 .write = hsc_write,
762 pr_err("Invalid max read/write data size\n");
/linux-master/drivers/hwtracing/stm/
H A Dconsole.c43 sc->console.write = stm_console_write;
H A Dp_basic.c30 .write = basic_write,
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_diag.c60 * Each client that opens the diag device must read then write
140 .write = qib_diag_write,
156 .write = qib_diagpkt_write,
216 * write-combining, the logically contiguous address-space of the chip
373 * qib_write_umem64 - write a 64-bit quantity to the chip from user space
464 * qib_write_umem32 - write a 32-bit quantity to the chip from user space
470 * write 32 bit values, not 64 bit; for memories that only
471 * support 32 bit write; usually a single dword.
541 * qib_diagpkt_write - write an IB packet
544 * @count: size of data to write
[all...]
/linux-master/drivers/input/misc/
H A Dcma3000_d0x.h22 int (*write)(struct device *, u8, u8, char *); member in struct:cma3000_bus_ops
/linux-master/drivers/input/
H A Dmousedev.c776 .write = mousedev_write,
/linux-master/drivers/input/serio/
H A Duserio.c53 * @val: The data to write to the device
94 userio->serio->write = userio_device_write;
268 .write = userio_char_write,
/linux-master/drivers/irqchip/
H A Dirq-crossbar.c30 * @write: register write function pointer
40 void (*write)(int, int); member in struct:crossbar_device
106 cb->write(i, hwirq);
163 cb->write(d->hwirq, cb->safe_map);
279 cb->write = crossbar_writeb;
282 cb->write = crossbar_writew;
285 cb->write = crossbar_writel;
313 cb->write(i, cb->safe_map);
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_devio_spi.c99 ret = spi->write(spi, send_data, send_data[2] + 4);
101 ret = spi->write(spi, send_data, send_data[2] + 3);

Completed in 1107 milliseconds

1234567891011>>