Searched refs:fsg_common_set_cdev (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 137 int fsg_common_set_cdev(struct fsg_common *common,
|
D | f_mass_storage.c | 2793 int fsg_common_set_cdev(struct fsg_common *common, in fsg_common_set_cdev() function 2820 EXPORT_SYMBOL_GPL(fsg_common_set_cdev); 3030 ret = fsg_common_set_cdev(fsg->common, c->cdev, in fsg_bind()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | acm_ms.c | 185 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in acm_ms_bind()
|
D | mass_storage.c | 178 status = fsg_common_set_cdev(opts->common, cdev, config.can_stall); in msg_bind()
|
D | nokia.c | 334 status = fsg_common_set_cdev(fsg_opts->common, cdev, fsg_config.can_stall); in nokia_bind()
|
D | multi.c | 384 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall); in multi_bind()
|