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

/drivers/usb/gadget/
H A Dandroid.c307 static struct android_usb_function ffs_function = { variable in typeref:struct:android_usb_function
320 struct functionfs_config *config = ffs_function.config;
343 struct functionfs_config *config = ffs_function.config;
937 &ffs_function,
/drivers/usb/gadget/function/
H A Df_fs.c63 struct ffs_function { struct
76 static struct ffs_function *ffs_func_from_usb(struct usb_function *f)
78 return container_of(f, struct ffs_function, function);
90 static void ffs_func_eps_disable(struct ffs_function *func);
91 static int __must_check ffs_func_eps_enable(struct ffs_function *func);
103 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num);
104 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf);
566 struct ffs_function *func = ffs->func;
1403 /* ffs_data and ffs_function construction and destruction code **************/
1620 static void ffs_func_eps_disable(struct ffs_function *fun
[all...]

Completed in 87 milliseconds