Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_ti.c464 struct out_endpoint_desc_block *oedb; in TIIsTxActive() local
468 oedb = kmalloc (sizeof (* oedb), GFP_KERNEL); in TIIsTxActive()
469 if (!oedb) { in TIIsTxActive()
478 kfree(oedb); in TIIsTxActive()
484 sizeof( *oedb), in TIIsTxActive()
485 (void *)oedb); in TIIsTxActive()
490 dbg ("%s - XByteCount 0x%X", __FUNCTION__, oedb->XByteCount); in TIIsTxActive()
503 if ((oedb->XByteCount & 0x80 ) != 0 ) in TIIsTxActive()
514 kfree(oedb); in TIIsTxActive()