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

/linux-4.1.27/drivers/usb/gadget/function/
H A Df_fs.c65 struct ffs_function { struct
78 static struct ffs_function *ffs_func_from_usb(struct usb_function *f) ffs_func_from_usb()
80 return container_of(f, struct ffs_function, function); 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; ffs_ep0_ioctl()
1375 /* ffs_data and ffs_function construction and destruction code **************/
1612 static void ffs_func_eps_disable(struct ffs_function *func) ffs_func_eps_disable()
1634 static int ffs_func_eps_enable(struct ffs_function *func) ffs_func_eps_enable()
2465 struct ffs_function *func = priv; __ffs_func_bind_do_descs()
2553 struct ffs_function *func = priv; __ffs_func_bind_do_nums()
2608 struct ffs_function *func = priv; __ffs_func_bind_do_os_desc()
2686 struct ffs_function *func = ffs_func_from_usb(f); ffs_do_functionfs_bind()
2733 struct ffs_function *func = ffs_func_from_usb(f); _ffs_func_bind()
2919 struct ffs_function *func = ffs_func_from_usb(f); ffs_func_set_alt()
2963 struct ffs_function *func = ffs_func_from_usb(f); ffs_func_setup()
3031 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num) ffs_func_revmap_ep()
3037 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf) ffs_func_revmap_intf()
3209 struct ffs_function *func = ffs_func_from_usb(f); ffs_func_unbind()
3251 struct ffs_function *func; ffs_alloc()
H A Du_fs.h73 struct ffs_function;
218 struct ffs_function *func;

Completed in 86 milliseconds