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

/linux-master/drivers/usb/gadget/function/
H A Du_fs.h70 struct ffs_function;
218 struct ffs_function *func;
H A Df_fs.c75 struct ffs_function { struct
88 static struct ffs_function *ffs_func_from_usb(struct usb_function *f)
90 return container_of(f, struct ffs_function, function);
102 static void ffs_func_eps_disable(struct ffs_function *func);
103 static int __must_check ffs_func_eps_enable(struct ffs_function *func);
118 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num);
119 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf);
667 struct ffs_function *func = ffs->func;
2118 /* ffs_data and ffs_function construction and destruction code **************/
2375 static void ffs_func_eps_disable(struct ffs_function *fun
[all...]

Completed in 134 milliseconds