Lines Matching defs:intf
759 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn;
768 ret = UsbFnGetInterfaceProp(intf, propName, propValue);
781 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn;
798 ret = UsbFnSetInterfaceProp(intf, propName, tmp);
806 static int32_t UsbSerialRegistPropAGet(const struct UsbFnInterface *intf, const char *name, const char *value)
808 (void)intf;
815 static int32_t UsbSerialRegistPropASet(const struct UsbFnInterface *intf, const char *name, const char *value)
817 (void)intf;
826 struct UsbFnInterface *intf = acmDevice->ctrlIface.fn;
842 ret = UsbFnRegistInterfaceProp(intf, ®istInfo);