Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_dev_mgr.c73 …if (strncmp(des->configs[i]->functions[j]->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC))) { in CreateInterface()
172 …if (strncmp(des->configs[i]->functions[j]->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC))) { in AllocInterfaceAndFuncMgr()
H A Dusbfn_sdk_if.c57 if (strncmp(functions->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in IsDescriptorOk()
H A Dadapter_if.c919 if (strncmp(ptr->d_name, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC))) { in UsbFnAdapterCleanDevice()
943 …if (strncmp(des->configs[i]->functions[j]->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) !… in UsbFnAdapterDelDevice()
966 if (strncmp(function->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in CreateFun()
H A Dusbfn_cfg_mgr.c652 if (strncmp(fun->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in UsbFnCfgMgrParseUsbFnFunction()
/ohos5.0/drivers/peripheral/usb/ddk/device/include/
H A Dadapter_if.h134 #define FUNCTION_GENERIC "f_generic" macro