Searched refs:ffs_function (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | u_fs.h | 72 struct ffs_function; 220 struct ffs_function *func;
|
H A D | u_generic.h | 119 struct ffs_function; 269 struct ffs_function *func;
|
H A D | f_fs.c | 68 struct ffs_function { struct 81 static struct ffs_function *ffs_func_from_usb(struct usb_function *f) in ffs_func_from_usb() 83 return container_of(f, struct ffs_function, function); in ffs_func_from_usb() 95 static void ffs_func_eps_disable(struct ffs_function *func); 96 static int __must_check ffs_func_eps_enable(struct ffs_function *func); 111 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num); 112 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf); 645 struct ffs_function *func = ffs->func; in ffs_ep0_ioctl() 1679 /* ffs_data and ffs_function construction and destruction code **************/ 1956 static void ffs_func_eps_disable(struct ffs_function *fun [all...] |
H A D | f_generic.c | 51 struct ffs_function { struct 62 static struct ffs_function *ffs_func_from_usb(struct usb_function *f) in ffs_func_from_usb() 64 return container_of(f, struct ffs_function, function); in ffs_func_from_usb() 71 static void ffs_func_eps_disable(struct ffs_function *func); 72 static int __must_check ffs_func_eps_enable(struct ffs_function *func); 86 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num); 87 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf); 1449 /* ffs_data and ffs_function construction and destruction code **************/ 1823 static void ffs_func_eps_disable(struct ffs_function *func) in ffs_func_eps_disable() 1845 static int ffs_func_eps_enable(struct ffs_function *fun [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | u_fs.h | 70 struct ffs_function; 218 struct ffs_function *func;
|
H A D | u_generic.h | 119 struct ffs_function; 269 struct ffs_function *func;
|
H A D | f_fs.c | 68 struct ffs_function { struct 81 static struct ffs_function *ffs_func_from_usb(struct usb_function *f) in ffs_func_from_usb() 83 return container_of(f, struct ffs_function, function); in ffs_func_from_usb() 95 static void ffs_func_eps_disable(struct ffs_function *func); 96 static int __must_check ffs_func_eps_enable(struct ffs_function *func); 111 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num); 112 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf); 636 struct ffs_function *func = ffs->func; in ffs_ep0_ioctl() 1644 /* ffs_data and ffs_function construction and destruction code **************/ 1899 static void ffs_func_eps_disable(struct ffs_function *fun [all...] |
H A D | f_generic.c | 51 struct ffs_function { struct 62 static struct ffs_function *ffs_func_from_usb(struct usb_function *f) in ffs_func_from_usb() 64 return container_of(f, struct ffs_function, function); in ffs_func_from_usb() 71 static void ffs_func_eps_disable(struct ffs_function *func); 72 static int __must_check ffs_func_eps_enable(struct ffs_function *func); 86 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num); 87 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf); 1450 /* ffs_data and ffs_function construction and destruction code **************/ 1825 static void ffs_func_eps_disable(struct ffs_function *func) in ffs_func_eps_disable() 1847 static int ffs_func_eps_enable(struct ffs_function *fun [all...] |
Completed in 16 milliseconds