Searched refs:framesperurb (Results 1 – 9 of 9) sorted by relevance
/drivers/media/usb/dvb-usb-v2/ |
D | usb_urb.c | 173 stream->props.u.isoc.framesperurb, GFP_ATOMIC); in usb_urb_alloc_isoc_urbs() 190 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs() 192 stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs() 195 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_urb_alloc_isoc_urbs() 262 buf_size = props->u.isoc.framesize * props->u.isoc.framesperurb; in usb_urb_reconfig() 285 props->u.isoc.framesperurb == in usb_urb_reconfig() 286 stream->props.u.isoc.framesperurb && in usb_urb_reconfig() 334 stream->props.u.isoc.framesperurb); in usb_urb_initv2()
|
D | dvb_usb.h | 82 .framesperurb = frames_, \ 155 int framesperurb; member
|
D | mxl111sf.c | 1044 u8 endpoint, int framesperurb, int framesize) in mxl111sf_stream_config_isoc() argument 1047 framesperurb * framesize); in mxl111sf_stream_config_isoc() 1051 stream->u.isoc.framesperurb = framesperurb; in mxl111sf_stream_config_isoc()
|
/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 173 stream->props.u.isoc.framesize*stream->props.u.isoc.framesperurb)) < 0) in usb_isoc_urb_init() 181 stream->urb_list[i] = usb_alloc_urb(stream->props.u.isoc.framesperurb, GFP_KERNEL); in usb_isoc_urb_init() 197 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_isoc_urb_init() 202 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_isoc_urb_init()
|
D | ttusb2.c | 671 .framesperurb = 4, 726 .framesperurb = 4, 787 .framesperurb = 4, 806 .framesperurb = 4,
|
D | dvb-usb.h | 115 int framesperurb; member
|
D | pctv452e.c | 992 .framesperurb = 4, 1045 .framesperurb = 64,
|
D | technisat-usb2.c | 727 .framesperurb = 32,
|
D | m920x.c | 1186 .framesperurb = 128,
|