/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_mass_storage.h | 18 bool stall; /* can_stall */ 108 char can_stall; member 125 struct usb_composite_dev *cdev, bool can_stall);
|
H A D | f_mass_storage.c | 87 * can_stall Set to permit function to halt bulk endpoints. 303 unsigned int can_stall:1; member 1528 if (!common->can_stall) { in finish_reply() 1567 if (common->can_stall) in finish_reply() 1594 } else if (common->can_stall) { in finish_reply() 2138 if (common->can_stall) { in received_cbw() 2696 struct usb_composite_dev *cdev, bool can_stall) in fsg_common_set_cdev() 2717 common->can_stall = can_stall && in fsg_common_set_cdev() 2931 fsg->common->can_stall); in fsg_bind() 2695 fsg_common_set_cdev(struct fsg_common *common, struct usb_composite_dev *cdev, bool can_stall) fsg_common_set_cdev() argument [all...] |
H A D | u_fs.h | 205 unsigned short can_stall; member
|
H A D | u_generic.h | 254 unsigned short can_stall; member
|
H A D | f_fs.c | 319 if (ffs->ev.can_stall) { in __ffs_ep0_stall() 1779 ffs->ev.can_stall = 1; in ffs_data_new()
|
H A 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-6.6/drivers/usb/gadget/function/ |
H A D | f_mass_storage.h | 18 bool stall; /* can_stall */ 108 char can_stall; member 125 struct usb_composite_dev *cdev, bool can_stall);
|
H A D | f_mass_storage.c | 57 * can_stall Set to permit function to halt bulk endpoints. 275 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() 2833 common->can_stall = can_stall && in fsg_common_set_cdev() 3044 fsg->common->can_stall); in fsg_bind() 2811 fsg_common_set_cdev(struct fsg_common *common, struct usb_composite_dev *cdev, bool can_stall) fsg_common_set_cdev() argument [all...] |
H A D | u_fs.h | 203 unsigned short can_stall; member
|
H A D | u_generic.h | 254 unsigned short can_stall; member
|
H A D | f_fs.c | 320 if (ffs->ev.can_stall) { in __ffs_ep0_stall() 1734 ffs->ev.can_stall = 1; in ffs_data_new()
|
H A D | f_generic.c | 328 if (ffs->ev.can_stall) { in __ffs_ep0_stall() 1657 ffs->ev.can_stall = 1; in ffs_data_new()
|
/kernel/linux/linux-5.10/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 | multi.c | 380 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()
|
H A D | nokia.c | 330 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); in nokia_bind()
|
/kernel/linux/linux-6.6/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 | multi.c | 380 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()
|
H A D | nokia.c | 330 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); in nokia_bind()
|