Lines Matching refs:bmAttributes
163 if ((desc->bmAttributes == USB_ENDPOINT_XFER_BULK in omap_ep_enable()
172 if ((desc->bmAttributes == USB_ENDPOINT_XFER_ISOC in omap_ep_enable()
180 if (desc->bmAttributes == USB_ENDPOINT_XFER_ISOC) { in omap_ep_enable()
187 if (ep->bmAttributes != desc->bmAttributes in omap_ep_enable()
188 && ep->bmAttributes != USB_ENDPOINT_XFER_BULK in omap_ep_enable()
189 && desc->bmAttributes != USB_ENDPOINT_XFER_INT) { in omap_ep_enable()
216 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) in omap_ep_enable()
220 if (use_dma && desc->bmAttributes == USB_ENDPOINT_XFER_BULK) in omap_ep_enable()
225 if (desc->bmAttributes != USB_ENDPOINT_XFER_ISOC in omap_ep_enable()
885 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) { in omap_ep_queue()
1068 } else if (ep->bmAttributes != USB_ENDPOINT_XFER_ISOC && ep->ep.desc) { in omap_ep_set_halt()
1342 if (ep->bEndpointAddress && ep->bmAttributes != USB_ENDPOINT_XFER_ISOC) in nuke()
1573 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC in ep0_irq()
1601 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC in ep0_irq()
1641 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) in ep0_irq()
2058 if (ep->bmAttributes == USB_ENDPOINT_XFER_ISOC) in omap_udc_start()
2580 ep->bmAttributes = type; in omap_ep_setup()