Searched defs:outbuf_size (Results 1 - 4 of 4) sorted by relevance

/drivers/tty/hvc/
H A Dhvc_console.h55 int outbuf_size; member in struct:hvc_struct
88 const struct hv_ops *ops, int outbuf_size);
H A Dhvc_console.c490 while (count > 0 && (rsize = hp->outbuf_size - hp->n_outbuf) > 0) {
554 return hp->outbuf_size - hp->n_outbuf;
822 int outbuf_size)
834 hp = kzalloc(ALIGN(sizeof(*hp), sizeof(long)) + outbuf_size,
842 hp->outbuf_size = outbuf_size;
820 hvc_alloc(uint32_t vtermno, int data, const struct hv_ops *ops, int outbuf_size) argument
/drivers/staging/iio/dac/
H A Dmax517.c66 int outbuf_size = 0; local
79 outbuf[outbuf_size++] = COMMAND_CHANNEL0;
80 outbuf[outbuf_size++] = val;
83 outbuf[outbuf_size++] = COMMAND_CHANNEL1;
84 outbuf[outbuf_size++] = val;
94 res = i2c_master_send(client, outbuf, outbuf_size);
/drivers/scsi/
H A Dhptiop.h202 __le32 outbuf_size; member in struct:hpt_iop_request_ioctl_command
277 u32 outbuf_size; member in struct:hpt_ioctl_k

Completed in 64 milliseconds