HomeSort by relevance Sort by last modified time
    Searched defs:ept (Results 1 - 5 of 5) sorted by null

  /external/openssh/openbsd-compat/
getcwd.c 65 char *ept, *eup, *up; local
78 ept = pt + size;
82 ept = pt + ptsize;
84 bpt = ept - 1;
124 memmove(pt, bpt, ept - bpt);
198 len = ept - bpt;
203 ept = pt + ptsize;
204 memmove(ept - len, bpt, len);
205 bpt = ept - len;
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 58 struct usb_endpoint *ept; local
61 ept = alloc(sizeof(*ept));
63 ept->num = num;
64 ept->in = !!in;
65 ept->req = 0;
69 if(ept->in) {
70 ept->bit = EPT_TX(ept->num);
72 ept->bit = EPT_RX(ept->num)
265 struct usb_endpoint *ept; local
293 struct usb_endpoint *ept; local
387 struct usb_endpoint *ept; local
    [all...]
  /system/core/fastboot/
usb_linux.c 104 struct usb_endpoint_descriptor *ept; local
177 ept = (void*) ptr;
178 len -= ept->bLength;
179 ptr += ept->bLength;
181 if((ept->bmAttributes & 0x03) != 0x02)
184 if(ept->bEndpointAddress & 0x80) {
185 in = ept->bEndpointAddress;
187 out = ept->bEndpointAddress;
  /hardware/msm7k/libaudio/
AudioHardware.cpp 70 struct msm_snd_endpoint *ept; local
104 ept = mSndEndpoints;
111 for (int cnt = 0; cnt < mNumSndEndpoints; cnt++, ept++) {
112 ept->id = cnt;
113 snd_get_endpoint(cnt, ept);
115 if (!strcmp(ept->name, #desc)) { \
116 SND_DEVICE_##desc = ept->id; \
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 116 struct msm_bt_endpoint *ept; local
163 ept = mBTEndpoints;
    [all...]

Completed in 275 milliseconds