Searched refs:can_stall (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.h | 108 char can_stall; member 125 struct usb_composite_dev *cdev, bool can_stall);
|
| H A D | f_mass_storage.c | 303 unsigned int can_stall:1; member 1559 if (!common->can_stall) { in finish_reply() 1598 if (common->can_stall) in finish_reply() 1625 } else if (common->can_stall) { in finish_reply() 2169 if (common->can_stall) { in received_cbw() 2737 struct usb_composite_dev *cdev, bool can_stall) in fsg_common_set_cdev() argument 2758 common->can_stall = can_stall && in fsg_common_set_cdev() 2972 fsg->common->can_stall); in fsg_bind() 3298 result = sprintf(page, "%d", opts->common->can_stall); in fsg_opts_stall_show() 3320 opts->common->can_stall = stall; in fsg_opts_stall_store() [all …]
|
| H A D | u_fs.h | 205 unsigned short can_stall; member
|
| H A D | f_fs.c | 320 if (ffs->ev.can_stall) { in __ffs_ep0_stall() 1785 ffs->ev.can_stall = 1; in ffs_data_new()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | mass_storage.c | 157 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in msg_bind()
|
| H A D | acm_ms.c | 178 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in acm_ms_bind()
|
| H A D | nokia.c | 330 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); in nokia_bind()
|
| H A D | multi.c | 380 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 323 unsigned int can_stall:1; member 368 char can_stall; member 1522 if (!common->can_stall) { in finish_reply() 1549 } else if (common->can_stall) { in finish_reply() 1585 } else if (common->can_stall) { in finish_reply() 2114 if (common->can_stall) { in received_cbw()
|