get_endpoint 458 sound/usb/clock.c ep = get_endpoint(alts, 0)->bEndpointAddress; get_endpoint 483 sound/usb/endpoint.c if (get_endpoint(alts, 1)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && get_endpoint 484 sound/usb/endpoint.c get_endpoint(alts, 1)->bRefresh >= 1 && get_endpoint 485 sound/usb/endpoint.c get_endpoint(alts, 1)->bRefresh <= 9) get_endpoint 486 sound/usb/endpoint.c ep->syncinterval = get_endpoint(alts, 1)->bRefresh; get_endpoint 489 sound/usb/endpoint.c else if (get_endpoint(alts, 1)->bInterval >= 1 && get_endpoint 490 sound/usb/endpoint.c get_endpoint(alts, 1)->bInterval <= 16) get_endpoint 491 sound/usb/endpoint.c ep->syncinterval = get_endpoint(alts, 1)->bInterval - 1; get_endpoint 495 sound/usb/endpoint.c ep->syncmaxsize = le16_to_cpu(get_endpoint(alts, 1)->wMaxPacketSize); get_endpoint 128 sound/usb/helper.c if (get_endpoint(alts, 0)->bInterval >= 1 && get_endpoint 129 sound/usb/helper.c get_endpoint(alts, 0)->bInterval <= 4) get_endpoint 130 sound/usb/helper.c return get_endpoint(alts, 0)->bInterval - 1; get_endpoint 1976 sound/usb/midi.c !((get_endpoint(hostif, 0)->bmAttributes & get_endpoint 1978 sound/usb/midi.c (get_endpoint(hostif, 1)->bmAttributes & get_endpoint 2018 sound/usb/midi.c epd = get_endpoint(hostif, i); get_endpoint 2170 sound/usb/midi.c epd = get_endpoint(hostif, 0); get_endpoint 2175 sound/usb/midi.c epd = get_endpoint(hostif, 2); get_endpoint 2181 sound/usb/midi.c epd = get_endpoint(hostif, 4); get_endpoint 2190 sound/usb/midi.c ep_info.out_ep = get_endpoint(hostif, 2)->bEndpointAddress & get_endpoint 2199 sound/usb/midi.c ep_info.in_ep = get_endpoint(hostif, 0)->bEndpointAddress & get_endpoint 2201 sound/usb/midi.c ep_info.in_interval = get_endpoint(hostif, 0)->bInterval; get_endpoint 2209 sound/usb/midi.c ep_info.out_ep = get_endpoint(hostif, 4)->bEndpointAddress & get_endpoint 2982 sound/usb/mixer.c dir_in = (get_endpoint(alts, 0)->bEndpointAddress & USB_DIR_IN); get_endpoint 2983 sound/usb/mixer.c maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); get_endpoint 3397 sound/usb/mixer.c ep = get_endpoint(mixer->hostif, 0); get_endpoint 1520 sound/usb/mixer_quirks.c ep = get_endpoint(alts, 0)->bEndpointAddress; get_endpoint 152 sound/usb/pcm.c ep = get_endpoint(alts, 0)->bEndpointAddress; get_endpoint 297 sound/usb/pcm.c epd = get_endpoint(*alts, 0); get_endpoint 452 sound/usb/pcm.c if ((get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_ISOC || get_endpoint 453 sound/usb/pcm.c (get_endpoint(alts, 1)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && get_endpoint 454 sound/usb/pcm.c get_endpoint(alts, 1)->bSynchAddress != 0)) { get_endpoint 458 sound/usb/pcm.c get_endpoint(alts, 1)->bmAttributes, get_endpoint 459 sound/usb/pcm.c get_endpoint(alts, 1)->bLength, get_endpoint 460 sound/usb/pcm.c get_endpoint(alts, 1)->bSynchAddress); get_endpoint 465 sound/usb/pcm.c ep = get_endpoint(alts, 1)->bEndpointAddress; get_endpoint 466 sound/usb/pcm.c if (get_endpoint(alts, 0)->bLength >= USB_DT_ENDPOINT_AUDIO_SIZE && get_endpoint 467 sound/usb/pcm.c get_endpoint(alts, 0)->bSynchAddress != 0 && get_endpoint 468 sound/usb/pcm.c ((is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress | USB_DIR_IN)) || get_endpoint 469 sound/usb/pcm.c (!is_playback && ep != (unsigned int)(get_endpoint(alts, 0)->bSynchAddress & ~USB_DIR_IN)))) { get_endpoint 473 sound/usb/pcm.c is_playback, ep, get_endpoint(alts, 0)->bSynchAddress); get_endpoint 479 sound/usb/pcm.c implicit_fb = (get_endpoint(alts, 1)->bmAttributes & USB_ENDPOINT_USAGE_MASK) get_endpoint 178 sound/usb/quirks.c fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); get_endpoint 217 sound/usb/quirks.c epd = get_endpoint(alts, 0); get_endpoint 332 sound/usb/quirks.c epd = get_endpoint(alts, 0); get_endpoint 461 sound/usb/quirks.c fp->endpoint = get_endpoint(alts, 0)->bEndpointAddress; get_endpoint 462 sound/usb/quirks.c fp->ep_attr = get_endpoint(alts, 0)->bmAttributes; get_endpoint 464 sound/usb/quirks.c fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); get_endpoint 685 sound/usb/stream.c fp->endpoint = get_endpoint(alts, 0)->bEndpointAddress; get_endpoint 686 sound/usb/stream.c fp->ep_attr = get_endpoint(alts, 0)->bmAttributes; get_endpoint 689 sound/usb/stream.c fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); get_endpoint 880 sound/usb/stream.c le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize); get_endpoint 1118 sound/usb/stream.c le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize) == 0) get_endpoint 1121 sound/usb/stream.c if ((get_endpoint(alts, 0)->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != get_endpoint 1125 sound/usb/stream.c stream = (get_endpoint(alts, 0)->bEndpointAddress & USB_DIR_IN) ? get_endpoint 1164 sound/usb/stream.c le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize) ==