Searched defs:uep (Results 1 – 3 of 3) sorted by relevance
| /external/gsc-utils/util/ |
| D | usb_if.c | 17 struct usb_endpoint *uep) in find_endpoint() 35 struct usb_endpoint *uep) in find_interface() 109 uint16_t subclass, uint16_t protocol, struct usb_endpoint *uep) in usb_findit() 197 int usb_trx(struct usb_endpoint *uep, void *outbuf, int outlen, void *inbuf, in usb_trx() 240 void usb_shut_down(struct usb_endpoint *uep) in usb_shut_down()
|
| /external/gsc-utils/extra/usb_updater/ |
| D | gsctool.h | 57 struct usb_endpoint uep; member
|
| D | gsctool.c | 858 static void shut_down(struct usb_endpoint *uep) in shut_down() 996 static void do_xfer(struct usb_endpoint *uep, void *outbuf, int outlen, in do_xfer() 1003 static int transfer_block(struct usb_endpoint *uep, struct update_pdu *updu, in transfer_block() 1530 static void send_done(struct usb_endpoint *uep) in send_done() 1652 static int ext_cmd_over_usb(struct usb_endpoint *uep, uint16_t subcommand, in ext_cmd_over_usb()
|