Lines Matching refs:buf_in
88 unsigned char *buf_in; member
232 i, (unsigned char)sz->buf_in[i]); in streamzap_callback()
235 if ((sz->buf_in[i] & SZ_PULSE_MASK) == in streamzap_callback()
239 } else if ((sz->buf_in[i] & SZ_SPACE_MASK) in streamzap_callback()
241 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
245 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
246 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
250 sz_push_full_pulse(sz, sz->buf_in[i]); in streamzap_callback()
254 if (sz->buf_in[i] == SZ_TIMEOUT) { in streamzap_callback()
265 sz_push_full_space(sz, sz->buf_in[i]); in streamzap_callback()
270 if ((sz->buf_in[i] & SZ_SPACE_MASK) == in streamzap_callback()
275 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
390 sz->buf_in = usb_alloc_coherent(usbdev, maxp, GFP_ATOMIC, &sz->dma_in); in streamzap_probe()
391 if (!sz->buf_in) in streamzap_probe()
432 usb_fill_int_urb(sz->urb_in, usbdev, pipe, sz->buf_in, in streamzap_probe()
451 usb_free_coherent(usbdev, maxp, sz->buf_in, sz->dma_in); in streamzap_probe()
482 usb_free_coherent(usbdev, sz->buf_in_len, sz->buf_in, sz->dma_in); in streamzap_disconnect()