Lines Matching defs:chipId
1213 uint8_t *chipId = (uint8_t *)arg;
1225 *chipId = *getChipId;
1452 int32_t AcquireChipId(const char *ifName, uint8_t *chipId)
1458 if (ifName == NULL || chipId == NULL) {
1479 ret = NetlinkSendCmdSync(msg, ParserChipId, chipId);
1487 int32_t GetIfNamesByChipId(const uint8_t chipId, char **ifNames, uint32_t *num)
1494 if (chipId >= MAX_WLAN_DEVICE) {
1495 HILOG_ERROR(LOG_CORE, "%s: chipId = %u", __FUNCTION__, chipId);
1513 int32_t SetResetDriver(const uint8_t chipId, const char *ifName)
1515 (void)chipId;