Searched refs:write (Results 201 - 225 of 1001) sorted by relevance

1234567891011>>

/drivers/input/touchscreen/
H A Dad7879-spi.c26 * ad7879_read/write are only used for initial setup and for sysfs controls.
50 /* ad7879_spi_{read,write} gave us buf on stack */
110 .write = ad7879_spi_write,
H A Dcyttsp4_spi.c152 .write = cyttsp_spi_write_block_data,
H A Dcyttsp_spi.c144 .write = cyttsp_spi_write_block_data,
/drivers/irqchip/
H A Dirq-renesas-intc-irqpin.c16 * along with this program; if not, write to the Free Software
47 * SENSE is read-write 32-bit with 2-bits or 4-bits per IRQ (*)
48 * PRIO is read-write 32-bit with 4-bits per IRQ (**)
50 * MASK is write-only 32-bit or 8-bit with 1-bit per IRQ (***)
51 * CLEAR is write-only 32-bit or 8-bit with 1-bit per IRQ (***)
54 * (**) Read-modify-write access by one driver instance - lock needed
61 void (*write)(void __iomem *iomem, unsigned long data); member in struct:intc_irqpin_iomem
118 i->write(i->iomem, data);
421 /* ioremap IOMEM and setup read/write callbacks */
429 i->write
[all...]
/drivers/isdn/gigaset/
H A Dser-gigaset.c80 if (tty->ops->write)
81 sent = tty->ops->write(tty, skb->data, skb->len);
121 sent = tty->ops->write(tty, cb->buf + cb->offset, cb->len);
124 gig_dbg(DEBUG_OUTPUT, "send_cb: write error %d", sent);
756 .write = gigaset_tty_write,
/drivers/isdn/hardware/eicon/
H A Ddivamnt.c176 .write = divas_maint_write,
/drivers/lguest/
H A Dpage_tables.c181 * virtual address might not be mapped by the Launcher, the write flag is set
182 * and the page is read-only, or the write flag was set and the page was
188 static unsigned long get_pfn(unsigned long virtpfn, int write) argument
193 if (get_user_pages_fast(virtpfn << PAGE_SHIFT, 1, write, &page) == 1)
206 static pte_t gpte_to_spte(struct lg_cpu *cpu, pte_t gpte, int write) argument
227 pfn = get_pfn(base + pte_pfn(gpte), write);
452 * Check they're not trying to write to a page the Guest wants
453 * read-only (bit 2 of errcode == write).
469 /* Add the _PAGE_ACCESSED and (for a write) _PAGE_DIRTY flag */
481 * This can happen with a write t
[all...]
/drivers/macintosh/
H A Dans-lcd.c63 printk(KERN_DEBUG "LCD: write\n");
137 .write = anslcd_write,
/drivers/media/dvb-core/
H A Ddemux.h21 * along with this program; if not, write to the Free Software
188 #define DMX_MEMORY_BASED_FILTERING 8 /* write() available */
211 int (*write) (struct dmx_demux* demux, const char __user *buf, size_t count); member in struct:dmx_demux
/drivers/mfd/
H A Dab8500-debugfs.c16 * write:
44 * AB8500 register formated read/write access
49 * Write: read data, data &= ~(MASK<<SHIFT), data |= (VALUE<<SHIFT), write data
56 * write write access
60 * VALUE (write) value to be updated
67 * -s|-shift SHIFT bit shift value (read:left, write:right)
140 unsigned long mask; /* read/write mask, applied before any bit shift */
141 long shift; /* bit shift (read:right shift, write:left shift */
1692 dev_err(dev, "ab->write fai
2614 uint write, val = 0; local
[all...]
H A Dmc13xxx-spi.c124 .write = mc13xxx_spi_write,
H A Dtps65911-comparator.c81 ret = tps65910->write(tps65910, tps_comp.reg, 1, &val);
/drivers/misc/ti-st/
H A Dst_core.c17 * along with this program; if not, write to the Free Software
69 pr_err("tty unavailable to perform write");
80 * This is the internal write function - a wrapper
81 * to tty->ops->write
88 pr_err("tty unavailable to perform write");
96 return tty->ops->write(tty, data, count);
446 * - TTY layer when write's finished
465 /* woke-up to write */
540 new_proto->write = st_write;
600 new_proto->write
[all...]
/drivers/mtd/maps/
H A Dsbc_gxx.c17 along with this program; if not, write to the Free Software
175 .write = sbc_gxx_write8,
/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx_phy.c84 bus->write = mpc52xx_fec_mdio_write;
/drivers/net/ethernet/intel/igbvf/
H A Dvf.h16 this program; if not, write to the Free Software Foundation, Inc.,
209 s32 (*write)(struct e1000_hw *, u32 *, u16); member in struct:e1000_mbx_operations
/drivers/net/ethernet/wiznet/
H A Dw5300.c93 void (*write)(struct w5300_priv *priv, u16 addr, u16 data); member in struct:w5300_priv
174 #define w5300_write priv->write
573 priv->write = w5300_write_indirect;
576 priv->write = w5300_write_direct;
/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_mdio.c77 * axienet_mdio_write - MDIO interface write function
80 * @reg: PHY register to write to
87 * to finish the write operation.
214 bus->write = axienet_mdio_write;
/drivers/net/phy/
H A Dmdio-bcm-unimac.c97 /* Prepare the write operation */
151 bus->write = unimac_mdio_write;
H A Dmdio-bitbang.c95 * register (common to read and write).
116 /* send the start bit (01) and the read opcode (10) or write (10).
118 read/write */
224 bus->write = mdiobb_write;
H A Dmdio-moxart.c24 #define MIIWR BIT(27) /* init write sequence (auto cleared)*/
128 bus->write = &moxart_mdio_write;
H A Dmdio-sun4i.c87 /* and write data */
107 bus->write = &sun4i_mdio_write;
/drivers/pci/
H A Daccess.c51 res = bus->ops->write(bus, devfn, pos, len, value); \
110 * @count: number of bytes to write
111 * @buf: buffer containing write data
118 return dev->vpd->ops->write(dev, pos, count, buf);
177 ret = dev->bus->ops->write(dev->bus, dev->devfn, \
351 .write = pci_vpd_pci22_write,
/drivers/remoteproc/
H A Dremoteproc_debugfs.c188 .write = rproc_recovery_write,
/drivers/staging/lustre/lustre/mdc/
H A Dlproc_mdc.c148 .write = mdc_kuc_write,
193 * Remember to enable proc write function.

Completed in 3540 milliseconds

1234567891011>>