Home
last modified time | relevance | path

Searched refs:can_stall (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h108 char can_stall; member
125 struct usb_composite_dev *cdev, bool can_stall);
H A Du_fs.h203 unsigned short can_stall; member
H A Df_mass_storage.c275 unsigned int can_stall:1; member
1577 if (!common->can_stall) { in finish_reply()
1616 if (common->can_stall) in finish_reply()
1643 } else if (common->can_stall) { in finish_reply()
2228 if (common->can_stall) { in received_cbw()
2812 struct usb_composite_dev *cdev, bool can_stall) in fsg_common_set_cdev() argument
2833 common->can_stall = can_stall && in fsg_common_set_cdev()
3044 fsg->common->can_stall); in fsg_bind()
3383 result = sprintf(page, "%d", opts->common->can_stall); in fsg_opts_stall_show()
3405 opts->common->can_stall = stall; in fsg_opts_stall_store()
[all …]
H A Df_fs.c320 if (ffs->ev.can_stall) { in __ffs_ep0_stall()
1739 ffs->ev.can_stall = 1; in ffs_data_new()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dmass_storage.c157 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in msg_bind()
H A Dacm_ms.c178 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in acm_ms_bind()
H A Dnokia.c330 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); in nokia_bind()
H A Dmulti.c380 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c321 unsigned int can_stall:1; member
366 char can_stall; member
1515 if (!common->can_stall) { in finish_reply()
1542 } else if (common->can_stall) { in finish_reply()
1578 } else if (common->can_stall) { in finish_reply()
2083 if (common->can_stall) { in received_cbw()