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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_fs.c282 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf);
708 ret = func ? ffs_func_revmap_intf(func, value) : -ENODEV;
2277 intf = ffs_func_revmap_intf(func, interface);
2335 ret = ffs_func_revmap_intf(func, le16_to_cpu(creq->wIndex));
2381 static int ffs_func_revmap_intf(struct ffs_function *func, u8 intf) function

Completed in 62 milliseconds