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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_fs.c119 struct ffs_function;
178 struct ffs_function *func;
244 struct ffs_function { struct
257 static struct ffs_function *ffs_func_from_usb(struct usb_function *f)
259 return container_of(f, struct ffs_function, function);
262 static void ffs_func_free(struct ffs_function *func);
265 static void ffs_func_eps_disable(struct ffs_function *func);
266 static int __must_check ffs_func_eps_enable(struct ffs_function *func);
281 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num);
282 static int ffs_func_revmap_intf(struct ffs_function *fun
[all...]

Completed in 41 milliseconds