Lines Matching refs:buf_in
88 unsigned char *buf_in; member
234 i, (unsigned char)sz->buf_in[i]); in streamzap_callback()
237 if ((sz->buf_in[i] & SZ_PULSE_MASK) == in streamzap_callback()
241 } else if ((sz->buf_in[i] & SZ_SPACE_MASK) in streamzap_callback()
243 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
247 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
248 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
252 sz_push_full_pulse(sz, sz->buf_in[i]); in streamzap_callback()
256 if (sz->buf_in[i] == SZ_TIMEOUT) { in streamzap_callback()
267 sz_push_full_space(sz, sz->buf_in[i]); in streamzap_callback()
272 if ((sz->buf_in[i] & SZ_SPACE_MASK) == in streamzap_callback()
277 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
392 sz->buf_in = usb_alloc_coherent(usbdev, maxp, GFP_ATOMIC, &sz->dma_in); in streamzap_probe()
393 if (!sz->buf_in) in streamzap_probe()
434 usb_fill_int_urb(sz->urb_in, usbdev, pipe, sz->buf_in, in streamzap_probe()
453 usb_free_coherent(usbdev, maxp, sz->buf_in, sz->dma_in); in streamzap_probe()
484 usb_free_coherent(usbdev, sz->buf_in_len, sz->buf_in, sz->dma_in); in streamzap_disconnect()