Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Df_mass_storage.c317 struct fsg_common;
328 int (*thread_exits)(struct fsg_common *common);
335 int (*pre_eject)(struct fsg_common *common,
341 int (*post_eject)(struct fsg_common *common,
346 struct fsg_common { struct
438 struct fsg_common *common;
452 static inline int __fsg_is_set(struct fsg_common *common, in __fsg_is_set()
471 static int exception_in_progress(struct fsg_common *common) in exception_in_progress()
477 static void set_bulk_out_req_length(struct fsg_common *common, in set_bulk_out_req_length()
512 static void wakeup_thread(struct fsg_common *common) in wakeup_thread()
[all …]
Dacm_ms.c121 static struct fsg_common fsg_common; variable
142 status = fsg_bind_config(c->cdev, c, &fsg_common); in acm_ms_do_config()
171 retp = fsg_common_from_params(&fsg_common, cdev, &fsg_mod_data); in acm_ms_bind()
217 fsg_common_put(&fsg_common); in acm_ms_bind()
222 fsg_common_put(&fsg_common); in acm_ms_bind()
Dmulti.c149 static struct fsg_common fsg_common; variable
175 ret = fsg_bind_config(c->cdev, c, &fsg_common); in rndis_do_config()
226 ret = fsg_bind_config(c->cdev, c, &fsg_common); in cdc_do_config()
284 retp = fsg_common_from_params(&fsg_common, cdev, &fsg_mod_data); in multi_bind()
316 fsg_common_put(&fsg_common); in multi_bind()
322 fsg_common_put(&fsg_common); in multi_bind()
Dmass_storage.c99 static int msg_thread_exits(struct fsg_common *common) in msg_thread_exits()
110 static struct fsg_common common; in msg_do_config()
112 struct fsg_common *retp; in msg_do_config()
Dandroid.c801 struct fsg_common *common;
808 struct fsg_common *common; in mass_storage_function_init()