Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_loopback.c310 static int alloc_requests(struct usb_composite_dev *cdev, in alloc_requests() function
392 result = alloc_requests(cdev, loop); in enable_loopback()
H A Du_ether.c386 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n) in alloc_requests() function
1108 result = alloc_requests(dev, link, qlen(dev->gadget, in gether_connect()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dether.c929 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags);
986 result = alloc_requests(dev, qlen(gadget), gfp_flags); in set_ether_config()
1606 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags) in alloc_requests() function