Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 22 of 22) sorted by relevance

/device/google/accessory/arduino/USB_Host_Shield/
DUsb.h161 inline byte USB::getDevDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned int … in getDevDescr()
165 inline byte USB::getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, u… in getConfDescr()
169 inline byte USB::getStrDescr( byte addr, byte ep, unsigned int nbytes, byte index, unsigned int lan… in getStrDescr()
173 inline byte USB::setAddr( byte oldaddr, byte ep, byte newaddr, unsigned int nak_limit ) { in setAddr()
177 inline byte USB::setConf( byte addr, byte ep, byte conf_value, unsigned int nak_limit ) { in setConf()
181 inline byte USB::setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limi… in setProto()
184 inline byte USB::getProto( byte addr, byte ep, byte interface, char* dataptr, unsigned int nak_limi… in getProto()
188 inline byte USB::getReportDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned i… in getReportDescr()
191 inline byte USB::setReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_ty… in setReport()
194 inline byte USB::getReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_ty… in getReport()
[all …]
DUsb.cpp67 EP_RECORD* USB::getDevTableEntry( byte addr, byte ep ) in getDevTableEntry()
86 byte USB::ctrlReq( byte addr, byte ep, byte bmReqType, byte bRequest, byte wValLo, byte wValHi, uns… in ctrlReq()
125 byte USB::ctrlStatus( byte ep, boolean direction, unsigned int nak_limit ) in ctrlStatus()
137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsi… in ctrlData()
155 byte USB::inTransfer( byte addr, byte ep, unsigned int nbytes, char* data, unsigned int nak_limit ) in inTransfer()
191 int USB::newInTransfer( byte addr, byte ep, unsigned int nbytes, char* data, unsigned int nak_limit… in newInTransfer()
231 byte USB::outTransfer( byte addr, byte ep, unsigned int nbytes, char* data, unsigned int nak_limit ) in outTransfer()
292 byte USB::dispatchPkt( byte token, byte ep, unsigned int nak_limit ) in dispatchPkt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictobject.c327 register PyDictEntry *ep; in lookdict() local
415 register PyDictEntry *ep; in lookdict_string() local
486 PyDictEntry *ep; in _PyDict_MaybeUntrack() local
511 PyDictEntry *ep, PyObject *value) in insertdict_by_entry()
547 register PyDictEntry *ep; in insertdict() local
575 register PyDictEntry *ep; in insertdict_clean() local
601 PyDictEntry *oldtable, *newtable, *ep; in dictresize() local
712 PyDictEntry *ep; in PyDict_GetItem() local
754 long hash, PyDictEntry *ep, PyObject *value) in dict_set_item_by_hash_or_entry()
826 register PyDictEntry *ep; in PyDict_DelItem() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictobject.c327 register PyDictEntry *ep; in lookdict() local
415 register PyDictEntry *ep; in lookdict_string() local
486 PyDictEntry *ep; in _PyDict_MaybeUntrack() local
516 register PyDictEntry *ep; in insertdict() local
564 register PyDictEntry *ep; in insertdict_clean() local
590 PyDictEntry *oldtable, *newtable, *ep; in dictresize() local
701 PyDictEntry *ep; in PyDict_GetItem() local
801 register PyDictEntry *ep; in PyDict_DelItem() local
838 PyDictEntry *ep, *table; in PyDict_Clear() local
923 register PyDictEntry *ep; in PyDict_Next() local
[all …]
/device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
Dpsci_main.c50 entry_point_info_t ep; in psci_cpu_on() local
102 entry_point_info_t ep; in psci_cpu_suspend() local
176 entry_point_info_t ep; in psci_system_suspend() local
Dpsci_afflvl_on.c208 entry_point_info_t *ep, in psci_afflvl_on()
Dpsci_afflvl_suspend.c251 void psci_afflvl_suspend(entry_point_info_t *ep, in psci_afflvl_suspend()
Dpsci_common.c327 int psci_get_ns_ep_info(entry_point_info_t *ep, in psci_get_ns_ep_info()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c137 STATIC VOID ep_tx(IN UINT8 ep, CONST VOID *ptr, UINTN len) in ep_tx()
187 STATIC VOID ep_rx(unsigned ep, UINTN len) in ep_rx()
314 unsigned int ep = 1; /*FIXME*/ in usb_drv_request_endpoint() local
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dusb.c206 int ep = 1; /*FIXME*/ in usb_drv_request_endpoint() local
234 void usb_drv_release_endpoint(int ep) in usb_drv_release_endpoint()
340 static void ep_send(int ep, const void *ptr, int len) in ep_send()
407 int hiusb_epx_tx(unsigned ep, void *buf, unsigned len) in hiusb_epx_tx()
543 int hiusb_epx_rx(unsigned ep, void *buf, unsigned len) in hiusb_epx_rx()
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
Dinet_ntop.c139 char *tp, *ep; in inet_ntop6() local
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dstrptime.c315 const unsigned char *ep; in strptime() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c310 const char *ep) { in singlematch()
347 const char *p, const char *ep) { in max_expand()
362 const char *p, const char *ep) { in min_expand()
443 const char *ep; char previous; in match() local
471 const char *ep = classend(ms, p); /* points to optional suffix */ in match() local
Dlmathlib.c163 int ep = luaL_checkint(L, 2); in math_ldexp() local
/device/linaro/bootloader/arm-trusted-firmware/bl31/
Dcontext_mgmt.c132 void cm_init_context(uint64_t mpidr, const entry_point_info_t *ep) in cm_init_context()
/device/google/accessory/arduino/AndroidAccessory/
DAndroidAccessory.cpp148 EP_RECORD *ep; in findEndpoints() local
/device/google/marlin/usb/
DUsb.cpp219 struct dirent *ep; in getTypeCPortNamesHelper() local
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetaddrinfo.c337 char *ep; in str2number() local
1016 char *ep; in ip6_str2scopeid() local
1080 char *bp, *ep; in getanswer() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dgen.c430 char *ep = (char *)p->elem; local
444 char *ep = (char *)p->elem; local
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwprintf.c740 #define PRINTANDPAD(p, ep, len, with) do { \ in WDECL() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c960 struct dirent *ep; in edk2_listdir() local
994 ep = readdir(dirp); in edk2_listdir() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c959 struct dirent *ep; in posix_listdir() local
993 ep = readdir(dirp); in posix_listdir() local