Lines Matching refs:buf_in
76 unsigned char *buf_in;
216 dev_dbg(sz->dev, "sz->buf_in[%d]: %x\n",
217 i, (unsigned char)sz->buf_in[i]);
220 if ((sz->buf_in[i] & SZ_PULSE_MASK) ==
224 } else if ((sz->buf_in[i] & SZ_SPACE_MASK)
226 sz_push_half_pulse(sz, sz->buf_in[i]);
230 sz_push_half_pulse(sz, sz->buf_in[i]);
231 sz_push_half_space(sz, sz->buf_in[i]);
235 sz_push_full_pulse(sz, sz->buf_in[i]);
239 if (sz->buf_in[i] == SZ_TIMEOUT) {
250 sz_push_full_space(sz, sz->buf_in[i]);
255 if ((sz->buf_in[i] & SZ_SPACE_MASK) ==
260 sz_push_half_space(sz, sz->buf_in[i]);
373 sz->buf_in = usb_alloc_coherent(usbdev, maxp, GFP_ATOMIC, &sz->dma_in);
374 if (!sz->buf_in)
414 usb_fill_int_urb(sz->urb_in, usbdev, pipe, sz->buf_in,
433 usb_free_coherent(usbdev, maxp, sz->buf_in, sz->dma_in);
464 usb_free_coherent(usbdev, sz->buf_in_len, sz->buf_in, sz->dma_in);