Searched refs:xdbc_bulk_transfer (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/early/ |
H A D | xhci-dbc.c | 464 static int xdbc_bulk_transfer(void *data, int size, bool read) in xdbc_bulk_transfer() function 544 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_external_reset() 596 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_early_setup() 745 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_tx_event() 795 xdbc_bulk_transfer(NULL, XDBC_MAX_PACKET, true); in xdbc_handle_events() 868 ret = xdbc_bulk_transfer((void *)bytes, size, false); in xdbc_bulk_write()
|