Home
last modified time | relevance | path

Searched refs:alloc_requests (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Df_loopback.c308 static int alloc_requests(struct usb_composite_dev *cdev, in alloc_requests() function
390 result = alloc_requests(cdev, loop); in enable_loopback()
H A Du_ether.c352 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n) in alloc_requests() function
1139 result = alloc_requests(dev, link, qlen(dev->gadget, in gether_connect()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c924 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags);
981 result = alloc_requests(dev, qlen(gadget), gfp_flags); in set_ether_config()
1601 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags) in alloc_requests() function