Searched refs:ffs_func_revmap_intf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_fs.c | 112 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf); 646 ret = func ? ffs_func_revmap_intf(func, value) : -ENODEV; in ffs_ep0_ioctl() 3317 intf = ffs_func_revmap_intf(func, interface); in ffs_func_set_alt() 3384 ret = ffs_func_revmap_intf(func, le16_to_cpu(creq->wIndex)); in ffs_func_setup() 3424 return (ffs_func_revmap_intf(func, in ffs_func_req_match() 3456 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf) in ffs_func_revmap_intf() function
|
H A D | f_generic.c | 87 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf); 3208 intf = ffs_func_revmap_intf(func, interface); in ffs_func_set_alt() 3274 ret = ffs_func_revmap_intf(func, le16_to_cpu(creq->wIndex)); in ffs_func_setup() 3314 return (ffs_func_revmap_intf(func, in ffs_func_req_match() 3344 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf) in ffs_func_revmap_intf() function
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_fs.c | 112 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf); 637 ret = func ? ffs_func_revmap_intf(func, value) : -ENODEV; in ffs_ep0_ioctl() 3243 intf = ffs_func_revmap_intf(func, interface); in ffs_func_set_alt() 3308 ret = ffs_func_revmap_intf(func, le16_to_cpu(creq->wIndex)); in ffs_func_setup() 3348 return (ffs_func_revmap_intf(func, in ffs_func_req_match() 3378 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf) in ffs_func_revmap_intf() function
|
H A D | f_generic.c | 87 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf); 3210 intf = ffs_func_revmap_intf(func, interface); in ffs_func_set_alt() 3276 ret = ffs_func_revmap_intf(func, le16_to_cpu(creq->wIndex)); in ffs_func_setup() 3316 return (ffs_func_revmap_intf(func, in ffs_func_req_match() 3346 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf) in ffs_func_revmap_intf() function
|
Completed in 18 milliseconds