Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.h117 char can_stall; member
138 struct usb_composite_dev *cdev, bool can_stall);
Du_fs.h206 unsigned short can_stall; member
Df_mass_storage.c297 unsigned int can_stall:1; member
1540 if (!common->can_stall) { in finish_reply()
1579 if (common->can_stall) in finish_reply()
1606 } else if (common->can_stall) { in finish_reply()
2154 if (common->can_stall) { in received_cbw()
2796 struct usb_composite_dev *cdev, bool can_stall) in fsg_common_set_cdev() argument
2817 common->can_stall = can_stall && !(gadget_is_at91(common->gadget)); in fsg_common_set_cdev()
3032 fsg->common->can_stall); in fsg_bind()
3362 result = sprintf(page, "%d", opts->common->can_stall); in fsg_opts_stall_show()
3383 opts->common->can_stall = stall; in fsg_opts_stall_store()
[all …]
Df_fs.c243 if (ffs->ev.can_stall) { in __ffs_ep0_stall()
1457 ffs->ev.can_stall = 1; in ffs_data_new()
/linux-4.1.27/drivers/usb/gadget/legacy/
Dmass_storage.c192 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in msg_bind()
Dacm_ms.c199 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in acm_ms_bind()
Dmulti.c398 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()