Searched refs:can_stall (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 108 char can_stall; member 125 struct usb_composite_dev *cdev, bool can_stall);
|
D | u_fs.h | 205 unsigned short can_stall; member
|
D | f_mass_storage.c | 303 unsigned int can_stall:1; member 1512 if (!common->can_stall) { in finish_reply() 1551 if (common->can_stall) in finish_reply() 1578 } else if (common->can_stall) { in finish_reply() 2122 if (common->can_stall) { in received_cbw() 2680 struct usb_composite_dev *cdev, bool can_stall) in fsg_common_set_cdev() argument 2701 common->can_stall = can_stall && in fsg_common_set_cdev() 2915 fsg->common->can_stall); in fsg_bind() 3241 result = sprintf(page, "%d", opts->common->can_stall); in fsg_opts_stall_show() 3263 opts->common->can_stall = stall; in fsg_opts_stall_store() [all …]
|
D | u_generic.h | 254 unsigned short can_stall; member
|
D | f_fs.c | 314 if (ffs->ev.can_stall) { in __ffs_ep0_stall() 1770 ffs->ev.can_stall = 1; in ffs_data_new()
|
D | f_generic.c | 327 if (ffs->ev.can_stall) { in __ffs_ep0_stall() 1655 ffs->ev.can_stall = 1; in ffs_data_new()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
D | mass_storage.c | 157 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in msg_bind()
|
D | acm_ms.c | 178 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in acm_ms_bind()
|
D | nokia.c | 330 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); in nokia_bind()
|
D | multi.c | 380 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 15436 - if (ffs->ev.can_stall) { 16761 - ffs->ev.can_stall = 1; 19147 - unsigned short can_stall;
|