Searched refs:fsg_unbind (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c67 * fsg_bind() callback and stopped during fsg_unbind(). But it can also
72 * thread can indirectly call fsg_unbind() which in turn can tell the
75 * The second problem is resolved by having fsg_unbind() check
3043 static void /* __init_or_exit */ fsg_unbind(struct usb_gadget *gadget) function
3452 fsg_unbind(gadget);
3487 .unbind = fsg_unbind,
H A Df_mass_storage.c211 * fsg_bind() callback and stopped during fsg_unbind(). But it can
2912 static void fsg_unbind(struct usb_configuration *c, struct usb_function *f) function
3007 fsg->function.unbind = fsg_unbind;

Completed in 60 milliseconds