Lines Matching refs:get_endpoint
152 ep = get_endpoint(alts, 0)->bEndpointAddress; in init_pitch_v1()
297 epd = get_endpoint(*alts, 0); in search_roland_implicit_fb()
448 if ((get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC || in set_sync_endpoint()
449 (get_endpoint(alts, 1)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && in set_sync_endpoint()
450 get_endpoint(alts, 1)->bSynchAddress != 0)) { in set_sync_endpoint()
454 get_endpoint(alts, 1)->bmAttributes, in set_sync_endpoint()
455 get_endpoint(alts, 1)->bLength, in set_sync_endpoint()
456 get_endpoint(alts, 1)->bSynchAddress); in set_sync_endpoint()
461 ep = get_endpoint(alts, 1)->bEndpointAddress; in set_sync_endpoint()
462 if (get_endpoint(alts, 0)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && in set_sync_endpoint()
463 get_endpoint(alts, 0)->bSynchAddress != 0 && in set_sync_endpoint()
464 ((is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress | USB_DIR_IN)) || in set_sync_endpoint()
465 (!is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress & ~USB_DIR_IN)))) { in set_sync_endpoint()
469 is_playback, ep, get_endpoint(alts, 0)->bSynchAddress); in set_sync_endpoint()
475 implicit_fb = (get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_USAGE_MASK) in set_sync_endpoint()