mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 19:53:18 -04:00
the capabilities of endpoint of several devices such as dwc2 change during runtime, so they cannot be determined during driver initialization. therefore, allocation using ep_specs is inappropriate. to support these devices, add functions to the driver that determine whether endpoints are available and make allocation more flexible. tested with ipodvideo(arc) and erosqnative(designware) Change-Id: I8005c17f3d763cd17306bf49918e1cd8084bdeff |
||
|---|---|---|
| .. | ||
| dsp | ||
| mrobe-500 | ||
| sansa-connect | ||
| app.lds | ||
| boot.lds | ||
| crt0.S | ||
| debug-dm320.c | ||
| dma-dm320.c | ||
| dma-target.h | ||
| dsp-dm320.c | ||
| dsp-target.h | ||
| dsp_image_helloworld.h | ||
| i2c-dm320.c | ||
| i2c-dm320.h | ||
| kernel-dm320.c | ||
| sdmmc-dm320.c | ||
| spi-dm320.c | ||
| spi-target.h | ||
| system-dm320.c | ||
| system-target.h | ||
| timer-dm320.c | ||
| uart-dm320.c | ||
| uart-target.h | ||