Searched refs:ep_int (Results 1 - 3 of 3) sorted by path

/u-boot/common/
H A Dusb_storage.c89 unsigned char ep_int; /* interrupt . */ member in struct:us_data
1395 ss->ep_int = ep_desc->bEndpointAddress &
1401 ss->ep_in, ss->ep_out, ss->ep_int);
1406 (ss->protocol == US_PR_CBI && ss->ep_int == 0)) {
1425 if (ss->ep_int) {
1430 ss->irqpipe = usb_rcvintpipe(ss->pusb_dev, ss->ep_int);
/u-boot/drivers/usb/eth/
H A Dusb_ether.c60 ueth->ep_int = iface->ep_desc[i].bEndpointAddress &
66 ueth->ep_int);
69 if (!ueth->ep_in || !ueth->ep_out || !ueth->ep_int) {
/u-boot/include/
H A Dusb_ether.h25 unsigned char ep_int; /* interrupt . */ member in struct:ueth_data

Completed in 70 milliseconds