Searched refs:fsg_common (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dmulti.c164 static struct fsg_common fsg_common; variable in typeref:struct:fsg_common
190 ret = fsg_bind_config(c->cdev, c, &fsg_common);
242 ret = fsg_bind_config(c->cdev, c, &fsg_common);
301 retp = fsg_common_from_params(&fsg_common, cdev, &fsg_mod_data);
342 fsg_common_put(&fsg_common);
348 fsg_common_put(&fsg_common);
H A Df_mass_storage.c319 struct fsg_common;
328 int (*thread_exits)(struct fsg_common *common);
333 int (*pre_eject)(struct fsg_common *common,
337 int (*post_eject)(struct fsg_common *common,
343 struct fsg_common { struct
433 struct fsg_common *common;
448 static inline int __fsg_is_set(struct fsg_common *common,
469 static int exception_in_progress(struct fsg_common *common)
475 static void set_bulk_out_req_length(struct fsg_common *common,
509 static void wakeup_thread(struct fsg_common *commo
[all...]
H A Dmass_storage.c138 static int msg_thread_exits(struct fsg_common *common)
149 static struct fsg_common common;
151 struct fsg_common *retp;

Completed in 145 milliseconds