/device/google/accessory/arduino/USB_Host_Shield/ |
D | Usb.h | 161 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 …]
|
D | Usb.cpp | 67 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/ |
D | dictobject.c | 327 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/ |
D | dictobject.c | 327 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/ |
D | psci_main.c | 50 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
|
D | psci_afflvl_on.c | 208 entry_point_info_t *ep, in psci_afflvl_on()
|
D | psci_afflvl_suspend.c | 251 void psci_afflvl_suspend(entry_point_info_t *ep, in psci_afflvl_suspend()
|
D | psci_common.c | 327 int psci_get_ns_ep_info(entry_point_info_t *ep, in psci_get_ns_ep_info()
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/ |
D | DwUsbDxe.c | 137 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/ |
D | usb.c | 206 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/ |
D | inet_ntop.c | 139 char *tp, *ep; in inet_ntop6() local
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | strptime.c | 315 const unsigned char *ep; in strptime() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lstrlib.c | 310 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
|
D | lmathlib.c | 163 int ep = luaL_checkint(L, 2); in math_ldexp() local
|
/device/linaro/bootloader/arm-trusted-firmware/bl31/ |
D | context_mgmt.c | 132 void cm_init_context(uint64_t mpidr, const entry_point_info_t *ep) in cm_init_context()
|
/device/google/accessory/arduino/AndroidAccessory/ |
D | AndroidAccessory.cpp | 148 EP_RECORD *ep; in findEndpoints() local
|
/device/google/marlin/usb/ |
D | Usb.cpp | 219 struct dirent *ep; in getTypeCPortNamesHelper() local
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getaddrinfo.c | 337 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/ |
D | gen.c | 430 char *ep = (char *)p->elem; local 444 char *ep = (char *)p->elem; local
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | vfwprintf.c | 740 #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/ |
D | edk2module.c | 960 struct dirent *ep; in edk2_listdir() local 994 ep = readdir(dirp); in edk2_listdir() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 959 struct dirent *ep; in posix_listdir() local 993 ep = readdir(dirp); in posix_listdir() local
|