oedb              528 drivers/usb/serial/io_ti.c 	struct out_endpoint_desc_block *oedb;
oedb              532 drivers/usb/serial/io_ti.c 	oedb = kmalloc(sizeof(*oedb), GFP_KERNEL);
oedb              533 drivers/usb/serial/io_ti.c 	if (!oedb)
oedb              542 drivers/usb/serial/io_ti.c 		kfree(oedb);
oedb              547 drivers/usb/serial/io_ti.c 						sizeof(*oedb), (void *)oedb);
oedb              551 drivers/usb/serial/io_ti.c 	dev_dbg(&port->port->dev, "%s - XByteCount    0x%X\n", __func__, oedb->XByteCount);
oedb              562 drivers/usb/serial/io_ti.c 	if ((oedb->XByteCount & 0x80) != 0)
oedb              573 drivers/usb/serial/io_ti.c 	kfree(oedb);