Lines Matching full:isochronous
728 int is_isoc = hs_ep->isochronous;
757 * Isochronous - descriptor rx/tx bytes bitfield limit,
775 } else if (hs_ep->isochronous) {
899 * dwc2_gadget_fill_isoc_desc - fills next isochronous descriptor in chain.
900 * @hs_ep: The isochronous endpoint.
974 * dwc2_gadget_start_isoc_ddma - start isochronous transfer in DDMA
975 * @hs_ep: The isochronous endpoint.
977 * Prepare descriptor chain for isochronous endpoints. Afterwards
1122 if (hs_ep->isochronous)
1190 if (hs_ep->isochronous) {
1435 if (hs_ep->isochronous &&
1444 if (using_desc_dma(hs) && hs_ep->isochronous) {
1480 * Handle DDMA isochronous transfers separately - just add new entry
1485 if (using_desc_dma(hs) && hs_ep->isochronous) {
1505 if (!hs_ep->isochronous) {
1757 if (!hs_ep->isochronous)
2159 if (using_desc_dma(hsotg) && hs_ep->isochronous)
2233 * @hs_ep: The isochronous endpoint.
2457 if (!using_desc_dma(hsotg) && hs_ep->isochronous) {
2775 if (!using_desc_dma(hsotg) && hs_ep->isochronous) {
2854 if (!hs_ep->isochronous)
2894 if (dir_in || !ep->isochronous)
2963 if (!dir_in || !hs_ep->isochronous)
3082 /* In DDMA handle isochronous requests separately */
3083 if (using_desc_dma(hsotg) && hs_ep->isochronous) {
3091 if (!hs_ep->isochronous || !(ints & DXEPINT_NAKINTRPT))
3101 if (!hs_ep->isochronous || !(ints & DXEPINT_OUTTKNEPDIS))
3165 if (hs_ep->isochronous)
3169 if (dir_in && !hs_ep->isochronous) {
3634 if ((BIT(idx) & ~daintmsk) || !hs_ep->isochronous)
3680 if ((BIT(idx) & ~daintmsk) || !hs_ep->isochronous)
3866 if ((epctrl & DXEPCTL_EPENA) && hs_ep->isochronous) {
4111 hs_ep->isochronous = 0;
4121 hs_ep->isochronous = 1;
4195 if (index && !hs_ep->isochronous)
4205 hs_ep->isochronous && dir_in) {
4407 if (hs_ep->isochronous) {
4408 dev_err(hs->dev, "%s is Isochronous Endpoint\n", ep->name);