Home
last modified time | relevance | path

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

/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)) != 0) { 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()
/drivers/peripheral/usb/ddk/device/include/
H A Dadapter_if.h134 #define FUNCTION_GENERIC "f_generic" macro

Completed in 7 milliseconds