Searched refs:FUNCTION_GENERIC (Results 1 – 5 of 5) sorted by relevance
/drivers/peripheral/usb/ddk/device/src/ |
D | usbfn_sdk_if.c | 56 if (strncmp(functions->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in IsDescriptorOk()
|
D | usbfn_dev_mgr.c | 72 …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()
|
D | adapter_if.c | 913 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()
|
D | usbfn_cfg_mgr.c | 651 if (strncmp(fun->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in UsbFnCfgMgrParseUsbFnFunction()
|
/drivers/peripheral/usb/ddk/device/include/ |
D | adapter_if.h | 134 #define FUNCTION_GENERIC "f_generic" macro
|