Lines Matching full:pxa
208 * Once enabled, pxa endpoint configuration is freezed, and cannot change
210 * Therefore, we must define all pxa potential endpoint definitions needed for
213 * As the architecture chosen is fully static, meaning the pxa endpoint
215 * one usb endpoint (usb_ep) to several pxa endpoints. The reason is that gadget
217 * criteria, while the pxa architecture requires that.
219 * The solution is to define several pxa endpoints matching one usb_ep. Ex:
220 * - "ep1-in" matches pxa endpoint EPA (which is an IN ep at addr 1, when
222 * - "ep1-in" matches pxa endpoint EPB (which is an IN ep at addr 1, when
224 * - "ep1-in" matches pxa endpoint EPC (which is an IN ep at addr 1, when
227 * We'll define the pxa endpoint by its index (EPA => idx=1, EPB => idx=2, ...)
313 * struct pxa_ep - pxa endpoint
336 * The *PROBLEM* is that pxa's endpoint configuration scheme is both misdesigned
357 * Specific pxa endpoint data, needed for hardware initialization
435 * @pxa_ep: array of pxa available endpoints