Home
last modified time | relevance | path

Searched defs:endpoint_address (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dusbdevice.h493 int endpoint_address; /* logical endpoint address */ member
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c2760 static int ffs_ep_addr2idx(struct ffs_data *ffs, u8 endpoint_address) in ffs_ep_addr2idx()