Searched refs:oedb (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_ti.c543 struct out_endpoint_desc_block *oedb; local
547 oedb = kmalloc (sizeof (* oedb), GFP_KERNEL);
548 if (!oedb) {
557 kfree(oedb);
563 sizeof( *oedb),
564 (void *)oedb);
569 dbg ("%s - XByteCount 0x%X", __FUNCTION__, oedb->XByteCount);
582 if ((oedb->XByteCount & 0x80 ) != 0 )
593 kfree(oedb);
[all...]

Completed in 68 milliseconds