Home
last modified time | relevance | path

Searched refs:received_cbw (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c2042 static int received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) in received_cbw() function
2138 rc = fsg_is_set(common) ? received_cbw(common->fsg, bh) : -EIO; in get_next_command()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c2182 static int received_cbw(struct fsg_dev *fsg, struct fsg_buffhd *bh) in received_cbw() function
2282 rc = fsg_is_set(common) ? received_cbw(common->fsg, bh) : -EIO; in get_next_command()