uhso.c | 346 Static usb_endpoint_descriptor_t *uhso_get_endpoint(struct usbd_interface *, 598 ed = uhso_get_endpoint(ifh, UE_BULK, UE_DIR_OUT); 690 uhso_get_endpoint(struct usbd_interface *ifh, int type, int dir) function in typeref:typename:Static usb_endpoint_descriptor_t * 740 ed = uhso_get_endpoint(ifh, UE_INTERRUPT, UE_DIR_IN); 1046 ed = uhso_get_endpoint(ifh, UE_BULK, UE_DIR_IN); 1053 ed = uhso_get_endpoint(ifh, UE_BULK, UE_DIR_OUT); 1097 ed = uhso_get_endpoint(ifh, UE_INTERRUPT, UE_DIR_IN); 1912 ed = uhso_get_endpoint(ifh, UE_BULK, UE_DIR_IN); 1921 ed = uhso_get_endpoint(ifh, UE_BULK, UE_DIR_OUT);
|