Home
last modified time | relevance | path

Searched refs:ffs_func_revmap_intf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Df_fs.c122 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf);
678 ret = func ? ffs_func_revmap_intf(func, value) : -ENODEV; in ffs_ep0_ioctl()
3749 int intf = ffs_func_revmap_intf(func, interface); in ffs_func_get_alt()
3764 intf = ffs_func_revmap_intf(func, interface); in ffs_func_set_alt()
3840 ret = ffs_func_revmap_intf(func, le16_to_cpu(creq->wIndex)); in ffs_func_setup()
3880 return (ffs_func_revmap_intf(func, in ffs_func_req_match()
3910 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf) in ffs_func_revmap_intf() function