Home
last modified time | relevance | path

Searched refs:bulk_in_buf (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/rc/
Dredrat3.c222 void *bulk_in_buf; member
475 rr3->bulk_in_buf, rr3->dma_in); in redrat3_delete()
611 struct redrat3_header *header = rr3->bulk_in_buf; in redrat3_read_packet_start()
626 struct redrat3_error *error = rr3->bulk_in_buf; in redrat3_read_packet_start()
633 memcpy(&rr3->irdata, rr3->bulk_in_buf, len); in redrat3_read_packet_start()
656 memcpy(irdata + rr3->bytes_read, rr3->bulk_in_buf, len); in redrat3_read_packet_continue()
1054 rr3->bulk_in_buf = usb_alloc_coherent(udev, in redrat3_dev_probe()
1057 if (!rr3->bulk_in_buf) in redrat3_dev_probe()
1061 usb_fill_bulk_urb(rr3->narrow_urb, udev, pipe, rr3->bulk_in_buf, in redrat3_dev_probe()
1068 usb_fill_bulk_urb(rr3->wide_urb, udev, pipe, rr3->bulk_in_buf, in redrat3_dev_probe()