Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Du_fs.h73 struct ffs_function;
218 struct ffs_function *func;
Df_fs.c65 struct ffs_function { struct
78 static struct ffs_function *ffs_func_from_usb(struct usb_function *f) in ffs_func_from_usb() argument
80 return container_of(f, struct ffs_function, function); in ffs_func_from_usb()
92 static void ffs_func_eps_disable(struct ffs_function *func);
93 static int __must_check ffs_func_eps_enable(struct ffs_function *func);
105 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num);
106 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf);
567 struct ffs_function *func = ffs->func; in ffs_ep0_ioctl()
1612 static void ffs_func_eps_disable(struct ffs_function *func) in ffs_func_eps_disable()
1634 static int ffs_func_eps_enable(struct ffs_function *func) in ffs_func_eps_enable()
[all …]