Home
last modified time | relevance | path

Searched refs:ldc_write (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dldc.h86 int ldc_write(struct ldc_channel *lp, const void *buf,
/openbmc/linux/drivers/tty/
H A Dvcc.c406 rv = ldc_write(port->vio.lp, pkt, (VIO_TAG_SIZE + tosend)); in vcc_tx_timer()
502 rv = ldc_write(port->vio.lp, &pkt, sizeof(pkt.tag)); in vcc_send_ctl()
859 rv = ldc_write(port->vio.lp, pkt, (VIO_TAG_SIZE + tosend)); in vcc_write()
/openbmc/linux/arch/sparc/kernel/
H A Dviohs.c24 err = ldc_write(vio->lp, data, len); in vio_ldc_send()
H A Dldc.c1937 int ldc_write(struct ldc_channel *lp, const void *buf, unsigned int size) in ldc_write() function
1959 EXPORT_SYMBOL(ldc_write);
H A Dds.c250 err = ldc_write(lp, data, len); in __ds_send()