isoc_ctl          133 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.isoc_copy(dev, urb);
isoc_ctl          161 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.nfields = -1;
isoc_ctl          162 drivers/media/usb/au0828/au0828-video.c 	for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
isoc_ctl          163 drivers/media/usb/au0828/au0828-video.c 		urb = dev->isoc_ctl.urb[i];
isoc_ctl          170 drivers/media/usb/au0828/au0828-video.c 			if (dev->isoc_ctl.transfer_buffer[i]) {
isoc_ctl          173 drivers/media/usb/au0828/au0828-video.c 					dev->isoc_ctl.transfer_buffer[i],
isoc_ctl          177 drivers/media/usb/au0828/au0828-video.c 			dev->isoc_ctl.urb[i] = NULL;
isoc_ctl          179 drivers/media/usb/au0828/au0828-video.c 		dev->isoc_ctl.transfer_buffer[i] = NULL;
isoc_ctl          182 drivers/media/usb/au0828/au0828-video.c 	kfree(dev->isoc_ctl.urb);
isoc_ctl          183 drivers/media/usb/au0828/au0828-video.c 	kfree(dev->isoc_ctl.transfer_buffer);
isoc_ctl          185 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.urb = NULL;
isoc_ctl          186 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.transfer_buffer = NULL;
isoc_ctl          187 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.num_bufs = 0;
isoc_ctl          208 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.isoc_copy = isoc_copy;
isoc_ctl          209 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.num_bufs = num_bufs;
isoc_ctl          211 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.urb = kcalloc(num_bufs, sizeof(void *),  GFP_KERNEL);
isoc_ctl          212 drivers/media/usb/au0828/au0828-video.c 	if (!dev->isoc_ctl.urb) {
isoc_ctl          217 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.transfer_buffer = kcalloc(num_bufs, sizeof(void *),
isoc_ctl          219 drivers/media/usb/au0828/au0828-video.c 	if (!dev->isoc_ctl.transfer_buffer) {
isoc_ctl          221 drivers/media/usb/au0828/au0828-video.c 		kfree(dev->isoc_ctl.urb);
isoc_ctl          225 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.max_pkt_size = max_pkt_size;
isoc_ctl          226 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.buf = NULL;
isoc_ctl          228 drivers/media/usb/au0828/au0828-video.c 	sb_size = max_packets * dev->isoc_ctl.max_pkt_size;
isoc_ctl          231 drivers/media/usb/au0828/au0828-video.c 	for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
isoc_ctl          237 drivers/media/usb/au0828/au0828-video.c 		dev->isoc_ctl.urb[i] = urb;
isoc_ctl          239 drivers/media/usb/au0828/au0828-video.c 		dev->isoc_ctl.transfer_buffer[i] = usb_alloc_coherent(dev->usbdev,
isoc_ctl          241 drivers/media/usb/au0828/au0828-video.c 		if (!dev->isoc_ctl.transfer_buffer[i]) {
isoc_ctl          248 drivers/media/usb/au0828/au0828-video.c 		memset(dev->isoc_ctl.transfer_buffer[i], 0, sb_size);
isoc_ctl          254 drivers/media/usb/au0828/au0828-video.c 				 dev->isoc_ctl.transfer_buffer[i], sb_size,
isoc_ctl          264 drivers/media/usb/au0828/au0828-video.c 						dev->isoc_ctl.max_pkt_size;
isoc_ctl          265 drivers/media/usb/au0828/au0828-video.c 			k += dev->isoc_ctl.max_pkt_size;
isoc_ctl          270 drivers/media/usb/au0828/au0828-video.c 	for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
isoc_ctl          271 drivers/media/usb/au0828/au0828-video.c 		rc = usb_submit_urb(dev->isoc_ctl.urb[i], GFP_ATOMIC);
isoc_ctl          397 drivers/media/usb/au0828/au0828-video.c 		dev->isoc_ctl.buf = NULL;
isoc_ctl          408 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.buf = *buf;
isoc_ctl          472 drivers/media/usb/au0828/au0828-video.c 		dev->isoc_ctl.vbi_buf = NULL;
isoc_ctl          483 drivers/media/usb/au0828/au0828-video.c 	dev->isoc_ctl.vbi_buf = *buf;
isoc_ctl          517 drivers/media/usb/au0828/au0828-video.c 	buf = dev->isoc_ctl.buf;
isoc_ctl          521 drivers/media/usb/au0828/au0828-video.c 	vbi_buf = dev->isoc_ctl.vbi_buf;
isoc_ctl          867 drivers/media/usb/au0828/au0828-video.c 	if (dev->isoc_ctl.buf != NULL) {
isoc_ctl          868 drivers/media/usb/au0828/au0828-video.c 		vb2_buffer_done(&dev->isoc_ctl.buf->vb.vb2_buf,
isoc_ctl          870 drivers/media/usb/au0828/au0828-video.c 		dev->isoc_ctl.buf = NULL;
isoc_ctl          897 drivers/media/usb/au0828/au0828-video.c 	if (dev->isoc_ctl.vbi_buf != NULL) {
isoc_ctl          898 drivers/media/usb/au0828/au0828-video.c 		vb2_buffer_done(&dev->isoc_ctl.vbi_buf->vb.vb2_buf,
isoc_ctl          900 drivers/media/usb/au0828/au0828-video.c 		dev->isoc_ctl.vbi_buf = NULL;
isoc_ctl          964 drivers/media/usb/au0828/au0828-video.c 	buf = dev->isoc_ctl.buf;
isoc_ctl          988 drivers/media/usb/au0828/au0828-video.c 	buf = dev->isoc_ctl.vbi_buf;
isoc_ctl         1690 drivers/media/usb/au0828/au0828-video.c 		for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
isoc_ctl         1691 drivers/media/usb/au0828/au0828-video.c 			urb = dev->isoc_ctl.urb[i];
isoc_ctl         1731 drivers/media/usb/au0828/au0828-video.c 		for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
isoc_ctl         1732 drivers/media/usb/au0828/au0828-video.c 			rc = usb_submit_urb(dev->isoc_ctl.urb[i], GFP_ATOMIC);
isoc_ctl          248 drivers/media/usb/au0828/au0828.h 	struct au0828_usb_isoc_ctl isoc_ctl;
isoc_ctl         1254 drivers/media/usb/cx231xx/cx231xx-417.c 		if (dev->video_mode.isoc_ctl.buf == buf)
isoc_ctl         1255 drivers/media/usb/cx231xx/cx231xx-417.c 			dev->video_mode.isoc_ctl.buf = NULL;
isoc_ctl         1280 drivers/media/usb/cx231xx/cx231xx-417.c 		dev->video_mode.isoc_ctl.buf = buf;
isoc_ctl         1284 drivers/media/usb/cx231xx/cx231xx-417.c 	buf = dev->video_mode.isoc_ctl.buf;
isoc_ctl         1421 drivers/media/usb/cx231xx/cx231xx-417.c 		if (!dev->video_mode.isoc_ctl.num_bufs)
isoc_ctl          808 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.isoc_copy(dev, urb);
isoc_ctl          878 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.nfields = -1;
isoc_ctl          879 drivers/media/usb/cx231xx/cx231xx-core.c 	for (i = 0; i < dev->video_mode.isoc_ctl.num_bufs; i++) {
isoc_ctl          880 drivers/media/usb/cx231xx/cx231xx-core.c 		urb = dev->video_mode.isoc_ctl.urb[i];
isoc_ctl          887 drivers/media/usb/cx231xx/cx231xx-core.c 			if (dev->video_mode.isoc_ctl.transfer_buffer[i]) {
isoc_ctl          890 drivers/media/usb/cx231xx/cx231xx-core.c 						  dev->video_mode.isoc_ctl.
isoc_ctl          898 drivers/media/usb/cx231xx/cx231xx-core.c 			dev->video_mode.isoc_ctl.urb[i] = NULL;
isoc_ctl          900 drivers/media/usb/cx231xx/cx231xx-core.c 		dev->video_mode.isoc_ctl.transfer_buffer[i] = NULL;
isoc_ctl          907 drivers/media/usb/cx231xx/cx231xx-core.c 	kfree(dev->video_mode.isoc_ctl.urb);
isoc_ctl          908 drivers/media/usb/cx231xx/cx231xx-core.c 	kfree(dev->video_mode.isoc_ctl.transfer_buffer);
isoc_ctl          911 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.urb = NULL;
isoc_ctl          912 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.transfer_buffer = NULL;
isoc_ctl          913 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.num_bufs = 0;
isoc_ctl         1005 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.isoc_copy = isoc_copy;
isoc_ctl         1006 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.num_bufs = num_bufs;
isoc_ctl         1026 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.urb =
isoc_ctl         1028 drivers/media/usb/cx231xx/cx231xx-core.c 	if (!dev->video_mode.isoc_ctl.urb) {
isoc_ctl         1034 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.transfer_buffer =
isoc_ctl         1036 drivers/media/usb/cx231xx/cx231xx-core.c 	if (!dev->video_mode.isoc_ctl.transfer_buffer) {
isoc_ctl         1039 drivers/media/usb/cx231xx/cx231xx-core.c 		kfree(dev->video_mode.isoc_ctl.urb);
isoc_ctl         1043 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.max_pkt_size = max_pkt_size;
isoc_ctl         1044 drivers/media/usb/cx231xx/cx231xx-core.c 	dev->video_mode.isoc_ctl.buf = NULL;
isoc_ctl         1046 drivers/media/usb/cx231xx/cx231xx-core.c 	sb_size = max_packets * dev->video_mode.isoc_ctl.max_pkt_size;
isoc_ctl         1055 drivers/media/usb/cx231xx/cx231xx-core.c 	for (i = 0; i < dev->video_mode.isoc_ctl.num_bufs; i++) {
isoc_ctl         1061 drivers/media/usb/cx231xx/cx231xx-core.c 		dev->video_mode.isoc_ctl.urb[i] = urb;
isoc_ctl         1063 drivers/media/usb/cx231xx/cx231xx-core.c 		dev->video_mode.isoc_ctl.transfer_buffer[i] =
isoc_ctl         1066 drivers/media/usb/cx231xx/cx231xx-core.c 		if (!dev->video_mode.isoc_ctl.transfer_buffer[i]) {
isoc_ctl         1074 drivers/media/usb/cx231xx/cx231xx-core.c 		memset(dev->video_mode.isoc_ctl.transfer_buffer[i], 0, sb_size);
isoc_ctl         1080 drivers/media/usb/cx231xx/cx231xx-core.c 				 dev->video_mode.isoc_ctl.transfer_buffer[i],
isoc_ctl         1090 drivers/media/usb/cx231xx/cx231xx-core.c 			    dev->video_mode.isoc_ctl.max_pkt_size;
isoc_ctl         1091 drivers/media/usb/cx231xx/cx231xx-core.c 			k += dev->video_mode.isoc_ctl.max_pkt_size;
isoc_ctl         1098 drivers/media/usb/cx231xx/cx231xx-core.c 	for (i = 0; i < dev->video_mode.isoc_ctl.num_bufs; i++) {
isoc_ctl         1099 drivers/media/usb/cx231xx/cx231xx-core.c 		rc = usb_submit_urb(dev->video_mode.isoc_ctl.urb[i],
isoc_ctl          175 drivers/media/usb/cx231xx/cx231xx-video.c 		dev->video_mode.isoc_ctl.buf = NULL;
isoc_ctl          236 drivers/media/usb/cx231xx/cx231xx-video.c 			dev->video_mode.isoc_ctl.buf = NULL;
isoc_ctl          251 drivers/media/usb/cx231xx/cx231xx-video.c 		dev->video_mode.isoc_ctl.buf = *buf;
isoc_ctl          554 drivers/media/usb/cx231xx/cx231xx-video.c 		buf = dev->video_mode.isoc_ctl.buf;
isoc_ctl          620 drivers/media/usb/cx231xx/cx231xx-video.c 		buf = dev->video_mode.isoc_ctl.buf;
isoc_ctl          649 drivers/media/usb/cx231xx/cx231xx-video.c 		buf = dev->video_mode.isoc_ctl.buf;
isoc_ctl          750 drivers/media/usb/cx231xx/cx231xx-video.c 		if (dev->video_mode.isoc_ctl.buf == buf)
isoc_ctl          751 drivers/media/usb/cx231xx/cx231xx-video.c 			dev->video_mode.isoc_ctl.buf = NULL;
isoc_ctl          789 drivers/media/usb/cx231xx/cx231xx-video.c 		if (!dev->video_mode.isoc_ctl.num_bufs)
isoc_ctl          516 drivers/media/usb/cx231xx/cx231xx.h 	struct cx231xx_isoc_ctl isoc_ctl;
isoc_ctl          227 drivers/media/usb/stk1160/stk1160-v4l.c 	if (!dev->isoc_ctl.num_bufs || new_pkt_size) {
isoc_ctl          234 drivers/media/usb/stk1160/stk1160-v4l.c 	for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
isoc_ctl          235 drivers/media/usb/stk1160/stk1160-v4l.c 		rc = usb_submit_urb(dev->isoc_ctl.urb[i], GFP_KERNEL);
isoc_ctl          765 drivers/media/usb/stk1160/stk1160-v4l.c 	if (dev->isoc_ctl.buf) {
isoc_ctl          766 drivers/media/usb/stk1160/stk1160-v4l.c 		buf = dev->isoc_ctl.buf;
isoc_ctl          767 drivers/media/usb/stk1160/stk1160-v4l.c 		dev->isoc_ctl.buf = NULL;
isoc_ctl           71 drivers/media/usb/stk1160/stk1160-video.c 	WARN_ON(dev->isoc_ctl.buf);
isoc_ctl           87 drivers/media/usb/stk1160/stk1160-video.c 	struct stk1160_buffer *buf = dev->isoc_ctl.buf;
isoc_ctl           96 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.buf = NULL;
isoc_ctl          104 drivers/media/usb/stk1160/stk1160-video.c 	struct stk1160_buffer *buf = dev->isoc_ctl.buf;
isoc_ctl          262 drivers/media/usb/stk1160/stk1160-video.c 			if (dev->isoc_ctl.buf != NULL)
isoc_ctl          265 drivers/media/usb/stk1160/stk1160-video.c 			dev->isoc_ctl.buf = stk1160_next_buffer(dev);
isoc_ctl          266 drivers/media/usb/stk1160/stk1160-video.c 			if (dev->isoc_ctl.buf == NULL)
isoc_ctl          274 drivers/media/usb/stk1160/stk1160-video.c 		if (dev->isoc_ctl.buf == NULL)
isoc_ctl          282 drivers/media/usb/stk1160/stk1160-video.c 			dev->isoc_ctl.buf->odd = *p & 0x40;
isoc_ctl          283 drivers/media/usb/stk1160/stk1160-video.c 			dev->isoc_ctl.buf->pos = 0;
isoc_ctl          332 drivers/media/usb/stk1160/stk1160-video.c 	int i, num_bufs = dev->isoc_ctl.num_bufs;
isoc_ctl          350 drivers/media/usb/stk1160/stk1160-video.c 		usb_kill_urb(dev->isoc_ctl.urb[i]);
isoc_ctl          363 drivers/media/usb/stk1160/stk1160-video.c 	int i, num_bufs = dev->isoc_ctl.num_bufs;
isoc_ctl          369 drivers/media/usb/stk1160/stk1160-video.c 		urb = dev->isoc_ctl.urb[i];
isoc_ctl          372 drivers/media/usb/stk1160/stk1160-video.c 			if (dev->isoc_ctl.transfer_buffer[i]) {
isoc_ctl          376 drivers/media/usb/stk1160/stk1160-video.c 					dev->isoc_ctl.transfer_buffer[i],
isoc_ctl          379 drivers/media/usb/stk1160/stk1160-video.c 				kfree(dev->isoc_ctl.transfer_buffer[i]);
isoc_ctl          383 drivers/media/usb/stk1160/stk1160-video.c 			dev->isoc_ctl.urb[i] = NULL;
isoc_ctl          385 drivers/media/usb/stk1160/stk1160-video.c 		dev->isoc_ctl.transfer_buffer[i] = NULL;
isoc_ctl          388 drivers/media/usb/stk1160/stk1160-video.c 	kfree(dev->isoc_ctl.urb);
isoc_ctl          389 drivers/media/usb/stk1160/stk1160-video.c 	kfree(dev->isoc_ctl.transfer_buffer);
isoc_ctl          391 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.urb = NULL;
isoc_ctl          392 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.transfer_buffer = NULL;
isoc_ctl          393 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.num_bufs = 0;
isoc_ctl          421 drivers/media/usb/stk1160/stk1160-video.c 	if (dev->isoc_ctl.num_bufs)
isoc_ctl          430 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.buf = NULL;
isoc_ctl          431 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.max_pkt_size = dev->max_pkt_size;
isoc_ctl          432 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.urb = kcalloc(num_bufs, sizeof(void *), GFP_KERNEL);
isoc_ctl          433 drivers/media/usb/stk1160/stk1160-video.c 	if (!dev->isoc_ctl.urb) {
isoc_ctl          438 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.transfer_buffer = kcalloc(num_bufs, sizeof(void *),
isoc_ctl          440 drivers/media/usb/stk1160/stk1160-video.c 	if (!dev->isoc_ctl.transfer_buffer) {
isoc_ctl          442 drivers/media/usb/stk1160/stk1160-video.c 		kfree(dev->isoc_ctl.urb);
isoc_ctl          452 drivers/media/usb/stk1160/stk1160-video.c 		dev->isoc_ctl.urb[i] = urb;
isoc_ctl          455 drivers/media/usb/stk1160/stk1160-video.c 		dev->isoc_ctl.transfer_buffer[i] = usb_alloc_coherent(dev->udev,
isoc_ctl          458 drivers/media/usb/stk1160/stk1160-video.c 		dev->isoc_ctl.transfer_buffer[i] = kmalloc(sb_size, GFP_KERNEL);
isoc_ctl          460 drivers/media/usb/stk1160/stk1160-video.c 		if (!dev->isoc_ctl.transfer_buffer[i]) {
isoc_ctl          469 drivers/media/usb/stk1160/stk1160-video.c 		memset(dev->isoc_ctl.transfer_buffer[i], 0, sb_size);
isoc_ctl          476 drivers/media/usb/stk1160/stk1160-video.c 		urb->transfer_buffer = dev->isoc_ctl.transfer_buffer[i];
isoc_ctl          493 drivers/media/usb/stk1160/stk1160-video.c 					dev->isoc_ctl.max_pkt_size;
isoc_ctl          494 drivers/media/usb/stk1160/stk1160-video.c 			k += dev->isoc_ctl.max_pkt_size;
isoc_ctl          501 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.num_bufs = num_bufs;
isoc_ctl          511 drivers/media/usb/stk1160/stk1160-video.c 	usb_free_urb(dev->isoc_ctl.urb[i]);
isoc_ctl          512 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.urb[i] = NULL;
isoc_ctl          516 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.num_bufs = i - 1;
isoc_ctl          522 drivers/media/usb/stk1160/stk1160-video.c 	dev->isoc_ctl.num_bufs = i+1;
isoc_ctl          135 drivers/media/usb/stk1160/stk1160.h 	struct stk1160_isoc_ctl isoc_ctl;
isoc_ctl          141 drivers/media/usb/tm6000/tm6000-video.c 		if (!dev->isoc_ctl.cmd) {
isoc_ctl          143 drivers/media/usb/tm6000/tm6000-video.c 			if (dev->isoc_ctl.tmp_buf_len > 0) {
isoc_ctl          145 drivers/media/usb/tm6000/tm6000-video.c 				header = dev->isoc_ctl.tmp_buf;
isoc_ctl          146 drivers/media/usb/tm6000/tm6000-video.c 				if (4 - dev->isoc_ctl.tmp_buf_len > 0) {
isoc_ctl          148 drivers/media/usb/tm6000/tm6000-video.c 						dev->isoc_ctl.tmp_buf_len,
isoc_ctl          150 drivers/media/usb/tm6000/tm6000-video.c 						4 - dev->isoc_ctl.tmp_buf_len);
isoc_ctl          151 drivers/media/usb/tm6000/tm6000-video.c 					ptr += 4 - dev->isoc_ctl.tmp_buf_len;
isoc_ctl          153 drivers/media/usb/tm6000/tm6000-video.c 				dev->isoc_ctl.tmp_buf_len = 0;
isoc_ctl          157 drivers/media/usb/tm6000/tm6000-video.c 					dev->isoc_ctl.tmp_buf_len = endp - ptr;
isoc_ctl          158 drivers/media/usb/tm6000/tm6000-video.c 					memcpy(&dev->isoc_ctl.tmp_buf, ptr,
isoc_ctl          159 drivers/media/usb/tm6000/tm6000-video.c 						dev->isoc_ctl.tmp_buf_len);
isoc_ctl          190 drivers/media/usb/tm6000/tm6000-video.c 					if ((dev->isoc_ctl.vfield != field) &&
isoc_ctl          213 drivers/media/usb/tm6000/tm6000-video.c 					dev->isoc_ctl.vfield = field;
isoc_ctl          225 drivers/media/usb/tm6000/tm6000-video.c 			cmd = dev->isoc_ctl.cmd;
isoc_ctl          226 drivers/media/usb/tm6000/tm6000-video.c 			size = dev->isoc_ctl.size;
isoc_ctl          227 drivers/media/usb/tm6000/tm6000-video.c 			pos = dev->isoc_ctl.pos;
isoc_ctl          228 drivers/media/usb/tm6000/tm6000-video.c 			pktsize = dev->isoc_ctl.pktsize;
isoc_ctl          229 drivers/media/usb/tm6000/tm6000-video.c 			field = dev->isoc_ctl.field;
isoc_ctl          266 drivers/media/usb/tm6000/tm6000-video.c 			dev->isoc_ctl.pos = pos + cpysize;
isoc_ctl          267 drivers/media/usb/tm6000/tm6000-video.c 			dev->isoc_ctl.size = size - cpysize;
isoc_ctl          268 drivers/media/usb/tm6000/tm6000-video.c 			dev->isoc_ctl.cmd = cmd;
isoc_ctl          269 drivers/media/usb/tm6000/tm6000-video.c 			dev->isoc_ctl.field = field;
isoc_ctl          270 drivers/media/usb/tm6000/tm6000-video.c 			dev->isoc_ctl.pktsize = pktsize - (endp - ptr);
isoc_ctl          273 drivers/media/usb/tm6000/tm6000-video.c 			dev->isoc_ctl.cmd = 0;
isoc_ctl          288 drivers/media/usb/tm6000/tm6000-video.c 	unsigned int pos = dev->isoc_ctl.pos, cpysize;
isoc_ctl          321 drivers/media/usb/tm6000/tm6000-video.c 	dev->isoc_ctl.pos = pos;
isoc_ctl          523 drivers/media/usb/tm6000/tm6000-video.c 	dev->isoc_ctl.buf = NULL;
isoc_ctl          524 drivers/media/usb/tm6000/tm6000-video.c 	for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
isoc_ctl          525 drivers/media/usb/tm6000/tm6000-video.c 		urb = dev->isoc_ctl.urb[i];
isoc_ctl          530 drivers/media/usb/tm6000/tm6000-video.c 			dev->isoc_ctl.urb[i] = NULL;
isoc_ctl          532 drivers/media/usb/tm6000/tm6000-video.c 		dev->isoc_ctl.transfer_buffer[i] = NULL;
isoc_ctl          538 drivers/media/usb/tm6000/tm6000-video.c 	kfree(dev->isoc_ctl.urb);
isoc_ctl          539 drivers/media/usb/tm6000/tm6000-video.c 	kfree(dev->isoc_ctl.transfer_buffer);
isoc_ctl          541 drivers/media/usb/tm6000/tm6000-video.c 	dev->isoc_ctl.urb = NULL;
isoc_ctl          542 drivers/media/usb/tm6000/tm6000-video.c 	dev->isoc_ctl.transfer_buffer = NULL;
isoc_ctl          543 drivers/media/usb/tm6000/tm6000-video.c 	dev->isoc_ctl.num_bufs = 0;
isoc_ctl          577 drivers/media/usb/tm6000/tm6000-video.c 	dev->isoc_ctl.max_pkt_size = size;
isoc_ctl          583 drivers/media/usb/tm6000/tm6000-video.c 	dev->isoc_ctl.num_bufs = num_bufs;
isoc_ctl          585 drivers/media/usb/tm6000/tm6000-video.c 	dev->isoc_ctl.urb = kmalloc_array(num_bufs, sizeof(void *),
isoc_ctl          587 drivers/media/usb/tm6000/tm6000-video.c 	if (!dev->isoc_ctl.urb)
isoc_ctl          590 drivers/media/usb/tm6000/tm6000-video.c 	dev->isoc_ctl.transfer_buffer = kmalloc_array(num_bufs,
isoc_ctl          593 drivers/media/usb/tm6000/tm6000-video.c 	if (!dev->isoc_ctl.transfer_buffer) {
isoc_ctl          594 drivers/media/usb/tm6000/tm6000-video.c 		kfree(dev->isoc_ctl.urb);
isoc_ctl          608 drivers/media/usb/tm6000/tm6000-video.c 		kfree(dev->isoc_ctl.urb);
isoc_ctl          609 drivers/media/usb/tm6000/tm6000-video.c 		kfree(dev->isoc_ctl.transfer_buffer);
isoc_ctl          614 drivers/media/usb/tm6000/tm6000-video.c 	for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
isoc_ctl          621 drivers/media/usb/tm6000/tm6000-video.c 		dev->isoc_ctl.urb[i] = urb;
isoc_ctl          624 drivers/media/usb/tm6000/tm6000-video.c 		dev->isoc_ctl.transfer_buffer[i] = dev->urb_buffer[i];
isoc_ctl          627 drivers/media/usb/tm6000/tm6000-video.c 				  dev->isoc_ctl.transfer_buffer[i], sb_size,
isoc_ctl          653 drivers/media/usb/tm6000/tm6000-video.c 	for (i = 0; i < dev->isoc_ctl.num_bufs; i++) {
isoc_ctl          654 drivers/media/usb/tm6000/tm6000-video.c 		int rc = usb_submit_urb(dev->isoc_ctl.urb[i], GFP_ATOMIC);
isoc_ctl          707 drivers/media/usb/tm6000/tm6000-video.c 	if (dev->isoc_ctl.buf == buf)
isoc_ctl          708 drivers/media/usb/tm6000/tm6000-video.c 		dev->isoc_ctl.buf = NULL;
isoc_ctl          750 drivers/media/usb/tm6000/tm6000-video.c 	if (!dev->isoc_ctl.num_bufs) {
isoc_ctl          254 drivers/media/usb/tm6000/tm6000.h 	struct usb_isoc_ctl          isoc_ctl;