Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_mass_storage.h108 char can_stall; member
125 struct usb_composite_dev *cdev, bool can_stall);
Du_fs.h205 unsigned short can_stall; member
Df_mass_storage.c274 unsigned int can_stall:1; member
1560 if (!common->can_stall) { in finish_reply()
1599 if (common->can_stall) in finish_reply()
1626 } else if (common->can_stall) { in finish_reply()
2211 if (common->can_stall) { in received_cbw()
2795 struct usb_composite_dev *cdev, bool can_stall) in fsg_common_set_cdev() argument
2816 common->can_stall = can_stall && in fsg_common_set_cdev()
3031 fsg->common->can_stall); in fsg_bind()
3370 result = sprintf(page, "%d", opts->common->can_stall); in fsg_opts_stall_show()
3392 opts->common->can_stall = stall; in fsg_opts_stall_store()
[all …]
Df_fs.c315 if (ffs->ev.can_stall) { in __ffs_ep0_stall()
1781 ffs->ev.can_stall = 1; in ffs_data_new()
/Linux-v6.1/drivers/usb/gadget/legacy/
Dmass_storage.c157 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in msg_bind()
Dacm_ms.c178 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in acm_ms_bind()
Dnokia.c330 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); in nokia_bind()
Dmulti.c380 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()