Lines Matching refs:buf_in
76 unsigned char *buf_in; member
217 i, (unsigned char)sz->buf_in[i]); in streamzap_callback()
220 if ((sz->buf_in[i] & SZ_PULSE_MASK) == in streamzap_callback()
224 } else if ((sz->buf_in[i] & SZ_SPACE_MASK) in streamzap_callback()
226 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
230 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
231 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
235 sz_push_full_pulse(sz, sz->buf_in[i]); in streamzap_callback()
239 if (sz->buf_in[i] == SZ_TIMEOUT) { in streamzap_callback()
250 sz_push_full_space(sz, sz->buf_in[i]); in streamzap_callback()
255 if ((sz->buf_in[i] & SZ_SPACE_MASK) == in streamzap_callback()
260 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
371 sz->buf_in = usb_alloc_coherent(usbdev, maxp, GFP_ATOMIC, &sz->dma_in); in streamzap_probe()
372 if (!sz->buf_in) in streamzap_probe()
412 usb_fill_int_urb(sz->urb_in, usbdev, pipe, sz->buf_in, in streamzap_probe()
431 usb_free_coherent(usbdev, maxp, sz->buf_in, sz->dma_in); in streamzap_probe()
462 usb_free_coherent(usbdev, sz->buf_in_len, sz->buf_in, sz->dma_in); in streamzap_disconnect()