Lines Matching refs:buf_in
76 unsigned char *buf_in; member
220 i, (unsigned char)sz->buf_in[i]); in streamzap_callback()
223 if ((sz->buf_in[i] & SZ_PULSE_MASK) == in streamzap_callback()
227 } else if ((sz->buf_in[i] & SZ_SPACE_MASK) in streamzap_callback()
229 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
233 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
234 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
238 sz_push_full_pulse(sz, sz->buf_in[i]); in streamzap_callback()
242 if (sz->buf_in[i] == SZ_TIMEOUT) { in streamzap_callback()
253 sz_push_full_space(sz, sz->buf_in[i]); in streamzap_callback()
258 if ((sz->buf_in[i] & SZ_SPACE_MASK) == in streamzap_callback()
263 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
376 sz->buf_in = usb_alloc_coherent(usbdev, maxp, GFP_ATOMIC, &sz->dma_in); in streamzap_probe()
377 if (!sz->buf_in) in streamzap_probe()
418 usb_fill_int_urb(sz->urb_in, usbdev, pipe, sz->buf_in, in streamzap_probe()
437 usb_free_coherent(usbdev, maxp, sz->buf_in, sz->dma_in); in streamzap_probe()
468 usb_free_coherent(usbdev, sz->buf_in_len, sz->buf_in, sz->dma_in); in streamzap_disconnect()