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

  /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...]
  /bootable/bootloader/legacy/include/boot/
usb.h 80 int usb_queue_req(struct usb_endpoint *ept, struct usb_request *req);
  /system/core/fastboot/
usb_linux.c 104 struct usb_endpoint_descriptor *ept; local
174 ept = (void*) ptr;
175 len -= ept->bLength;
176 ptr += ept->bLength;
178 if((ept->bmAttributes & 0x03) != 0x02)
181 if(ept->bEndpointAddress & 0x80) {
182 in = ept->bEndpointAddress;
184 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...]
  /external/oprofile/events/i386/nehalem/
events 55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.

Completed in 811 milliseconds