Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/device/src/
Dusbfn_sdk_if.c56 if (strncmp(functions->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in IsDescriptorOk()
Dusbfn_dev_mgr.c72 …if (strncmp(des->configs[i]->functions[j]->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC))) { in CreateInterface()
171 …if (strncmp(des->configs[i]->functions[j]->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC))) { in AllocInterfaceAndFuncMgr()
Dadapter_if.c913 if (strncmp(ptr->d_name, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC))) { in UsbFnAdapterCleanDevice()
937 …if (strncmp(des->configs[i]->functions[j]->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) !… in UsbFnAdapterDelDevice()
960 if (strncmp(function->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in CreateFun()
Dusbfn_cfg_mgr.c651 if (strncmp(fun->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in UsbFnCfgMgrParseUsbFnFunction()
/drivers/peripheral/usb/ddk/device/include/
Dadapter_if.h134 #define FUNCTION_GENERIC "f_generic" macro