Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/iio/dac/
Dmax517.c66 int outbuf_size = 0; in max517_set_value() local
79 outbuf[outbuf_size++] = COMMAND_CHANNEL0; in max517_set_value()
80 outbuf[outbuf_size++] = val; in max517_set_value()
83 outbuf[outbuf_size++] = COMMAND_CHANNEL1; in max517_set_value()
84 outbuf[outbuf_size++] = val; in max517_set_value()
94 res = i2c_master_send(client, outbuf, outbuf_size); in max517_set_value()
/linux-3.4.99/drivers/tty/hvc/
Dhvc_console.h55 int outbuf_size; member
88 const struct hv_ops *ops, int outbuf_size);
Dhvc_console.c494 while (count > 0 && (rsize = hp->outbuf_size - hp->n_outbuf) > 0) { in hvc_write()
558 return hp->outbuf_size - hp->n_outbuf; in hvc_write_room()
826 int outbuf_size) in hvc_alloc() argument
838 hp = kzalloc(ALIGN(sizeof(*hp), sizeof(long)) + outbuf_size, in hvc_alloc()
846 hp->outbuf_size = outbuf_size; in hvc_alloc()
/linux-3.4.99/drivers/scsi/
Dhptiop.h202 __le32 outbuf_size; member
277 u32 outbuf_size; member
Dhptiop.c649 if (arg->outbuf_size) in hptiop_iop_request_callback_itl()
652 arg->outbuf_size); in hptiop_iop_request_callback_itl()
655 *arg->bytes_returned = arg->outbuf_size; in hptiop_iop_request_callback_itl()