Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h108 char can_stall; member
125 struct usb_composite_dev *cdev, bool can_stall);
/linux/drivers/usb/gadget/legacy/
H A Dmass_storage.c157 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in msg_bind()
H A Dacm_ms.c178 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in acm_ms_bind()
H A Dmulti.c380 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()