Searched refs:ffs_func_set_alt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_fs.c | 100 static int ffs_func_set_alt(struct usb_function *, unsigned, unsigned); 3309 static int ffs_func_set_alt(struct usb_function *f, in ffs_func_set_alt() function 3350 ffs_func_set_alt(f, 0, (unsigned)-1); in ffs_func_disable() 3657 func->function.set_alt = ffs_func_set_alt; in ffs_alloc()
|
H A D | f_generic.c | 76 static int ffs_func_set_alt(struct usb_function *, unsigned, unsigned); 3200 static int ffs_func_set_alt(struct usb_function *f, in ffs_func_set_alt() function 3241 ffs_func_set_alt(f, 0, (unsigned)-1); in ffs_func_disable() 3548 func->function.set_alt = ffs_func_set_alt; in ffs_alloc()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_fs.c | 100 static int ffs_func_set_alt(struct usb_function *, unsigned, unsigned); 3235 static int ffs_func_set_alt(struct usb_function *f, in ffs_func_set_alt() function 3276 ffs_func_set_alt(f, 0, (unsigned)-1); in ffs_func_disable() 3576 func->function.set_alt = ffs_func_set_alt; in ffs_alloc()
|
H A D | f_generic.c | 76 static int ffs_func_set_alt(struct usb_function *, unsigned, unsigned); 3202 static int ffs_func_set_alt(struct usb_function *f, in ffs_func_set_alt() function 3243 ffs_func_set_alt(f, 0, (unsigned)-1); in ffs_func_disable() 3550 func->function.set_alt = ffs_func_set_alt; in ffs_alloc()
|
Completed in 18 milliseconds