Searched refs:out_xfer_cb (Results 1 – 1 of 1) sorted by relevance
166 static void out_xfer_cb(usb_transfer_t *transfer);571 cdc_dev->ctrl_transfer->callback = out_xfer_cb; in cdc_acm_transfers_allocate()603 cdc_dev->data.out_xfer->callback = out_xfer_cb; in cdc_acm_transfers_allocate()986 static void out_xfer_cb(usb_transfer_t *transfer) in out_xfer_cb() function