Searched refs:ffs_function (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | u_fs.h | 72 struct ffs_function; 220 struct ffs_function *func;
|
D | u_generic.h | 119 struct ffs_function; 269 struct ffs_function *func;
|
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() argument 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); 640 struct ffs_function *func = ffs->func; in ffs_ep0_ioctl() 1922 static void ffs_func_eps_disable(struct ffs_function *func) in ffs_func_eps_disable() 1945 static int ffs_func_eps_enable(struct ffs_function *func) in ffs_func_eps_enable() [all …]
|
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() argument 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); 1820 static void ffs_func_eps_disable(struct ffs_function *func) in ffs_func_eps_disable() 1842 static int ffs_func_eps_enable(struct ffs_function *func) in ffs_func_eps_enable() 2673 struct ffs_function *func = priv; in __ffs_func_bind_do_descs() [all …]
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 15160 -struct ffs_function { 15171 -static struct ffs_function *ffs_func_from_usb(struct usb_function *f) 15173 - return container_of(f, struct ffs_function, function); 15180 -static void ffs_func_eps_disable(struct ffs_function *func); 15181 -static int __must_check ffs_func_eps_enable(struct ffs_function *func); 15195 -static int ffs_func_revmap_ep(struct ffs_function *func, u8 num); 15196 -static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf); 16558 -/* ffs_data and ffs_function construction and destruction code **************/ 16929 -static void ffs_func_eps_disable(struct ffs_function *func) 16951 -static int ffs_func_eps_enable(struct ffs_function *func) [all …]
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 62888 @@ -71,7 +71,7 @@ struct ffs_function { 62898 struct ffs_function *func = priv; 62920 static int ffs_func_revmap_ep(struct ffs_function *func, u8 num)
|