Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/rc/
Dredrat3.c212 void *bulk_in_buf; member
465 rr3->bulk_in_buf, rr3->dma_in); in redrat3_delete()
601 struct redrat3_header *header = rr3->bulk_in_buf; in redrat3_read_packet_start()
616 struct redrat3_error *error = rr3->bulk_in_buf; in redrat3_read_packet_start()
623 memcpy(&rr3->irdata, rr3->bulk_in_buf, len); in redrat3_read_packet_start()
646 memcpy(irdata + rr3->bytes_read, rr3->bulk_in_buf, len); in redrat3_read_packet_continue()
1044 rr3->bulk_in_buf = usb_alloc_coherent(udev, in redrat3_dev_probe()
1047 if (!rr3->bulk_in_buf) in redrat3_dev_probe()
1051 usb_fill_bulk_urb(rr3->narrow_urb, udev, pipe, rr3->bulk_in_buf, in redrat3_dev_probe()
1058 usb_fill_bulk_urb(rr3->wide_urb, udev, pipe, rr3->bulk_in_buf, in redrat3_dev_probe()