isoc_trace        121 drivers/usb/host/imx21-dbg.c 	struct debug_isoc_trace *trace = &imx21->isoc_trace[
isoc_trace        124 drivers/usb/host/imx21-dbg.c 	imx21->isoc_trace_index %= ARRAY_SIZE(imx21->isoc_trace);
isoc_trace        138 drivers/usb/host/imx21-dbg.c 	trace = imx21->isoc_trace;
isoc_trace        139 drivers/usb/host/imx21-dbg.c 	for (i = 0; i < ARRAY_SIZE(imx21->isoc_trace); i++, trace++) {
isoc_trace        408 drivers/usb/host/imx21-dbg.c 	trace = imx21->isoc_trace;
isoc_trace        409 drivers/usb/host/imx21-dbg.c 	for (i = 0; i < ARRAY_SIZE(imx21->isoc_trace); i++, trace++)
isoc_trace        423 drivers/usb/host/imx21-hcd.h 	struct debug_isoc_trace isoc_trace[20];