Home
last modified time | relevance | path

Searched refs:MAX_PRIORITY_NUM (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/interfaces/inner_api/host/shared/
Dhdf_device_desc.h43 #define MAX_PRIORITY_NUM 200 macro
/drivers/hdf_core/framework/core/common/src/
Dhdf_attribute_macro.c40 if (hostInfo->priority > MAX_PRIORITY_NUM) { in GetHostInfoMacro()
122 if (deviceNodeInfo->priority > MAX_PRIORITY_NUM) { in CheckDeviceInfoMacro()
Dhdf_attribute.c56 …Uint16(hostNode, ATTR_DEV_PRIORITY, &readNum, 0) != HDF_SUCCESS) || (readNum > MAX_PRIORITY_NUM)) { in GetHostInfo()
146 if (deviceNodeInfo->priority > MAX_PRIORITY_NUM) { in CheckDeviceInfo()