Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c58 struct DevMgrMatchKey { struct
79 struct DevMgrMatchKey *matchKey = NULL; in DevMgrUeventReleaseKeyList()
80 struct DevMgrMatchKey *matchKeyTmp = NULL; in DevMgrUeventReleaseKeyList()
86 DLIST_FOR_EACH_ENTRY_SAFE(matchKey, matchKeyTmp, keyList, struct DevMgrMatchKey, entry) { in DevMgrUeventReleaseKeyList() argument
130 static int32_t DevMgrUeventParseKeyValue(char *str, struct DevMgrMatchKey *matchKey, const char *sep) in DevMgrUeventParseKeyValue()
179 struct DevMgrMatchKey *matchKey = (struct DevMgrMatchKey *)OsalMemCalloc(sizeof(*matchKey)); in DevMgrUeventParseMatchKey()
304 struct DevMgrMatchKey *matchKey = NULL; in DevMgrUeventDisplayRuleCfgList()
309 DLIST_FOR_EACH_ENTRY(matchKey, &ruleCfg->matchKeyList, struct DevMgrMatchKey, entry) { in DevMgrUeventDisplayRuleCfgList()
434 struct DevMgrMatchKey *ke in DevMgrUeventMatchRule()
437 DLIST_FOR_EACH_ENTRY(key, ruleKeyList, struct DevMgrMatchKey, entry) DevMgrUeventMatchRule() argument
439 DLIST_FOR_EACH_ENTRY(keyMsg, keyList, struct DevMgrMatchKey, entry) DevMgrUeventMatchRule() argument
[all...]

Completed in 1 milliseconds