Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_ti.c530 struct out_endpoint_desc_block *oedb; in tx_active() local
534 oedb = kmalloc(sizeof(*oedb), GFP_KERNEL); in tx_active()
535 if (!oedb) in tx_active()
544 kfree(oedb); in tx_active()
549 sizeof(*oedb), (void *)oedb); in tx_active()
553 dev_dbg(&port->port->dev, "%s - XByteCount 0x%X\n", __func__, oedb->XByteCount); in tx_active()
564 if ((oedb->XByteCount & 0x80) != 0) in tx_active()
575 kfree(oedb); in tx_active()
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_ti.c527 struct out_endpoint_desc_block *oedb; in tx_active() local
531 oedb = kmalloc(sizeof(*oedb), GFP_KERNEL); in tx_active()
532 if (!oedb) in tx_active()
541 kfree(oedb); in tx_active()
546 sizeof(*oedb), (void *)oedb); in tx_active()
550 dev_dbg(&port->port->dev, "%s - XByteCount 0x%X\n", __func__, oedb->XByteCount); in tx_active()
561 if ((oedb->XByteCount & 0x80) != 0) in tx_active()
572 kfree(oedb); in tx_active()
[all...]

Completed in 5 milliseconds