Home
last modified time | relevance | path

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

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