Home
last modified time | relevance | path

Searched refs:fsg_common_set_cdev (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.h137 int fsg_common_set_cdev(struct fsg_common *common,
Df_mass_storage.c2795 int fsg_common_set_cdev(struct fsg_common *common, in fsg_common_set_cdev() function
2821 EXPORT_SYMBOL_GPL(fsg_common_set_cdev);
3031 ret = fsg_common_set_cdev(fsg->common, c->cdev, in fsg_bind()
/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()