Home
last modified time | relevance | path

Searched refs:chipInstSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wlan_config.h111 uint16_t chipInstSize; member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/bus/
H A Dhdf_sdio_intf.c295 for (cnt = 0; (cnt < tmpChipList->chipInstSize) && (cnt < WLAN_MAX_CHIP_NUM); cnt++) { in HdfGetDevHandle()
306 if (cnt == tmpChipList->chipInstSize || cnt == WLAN_MAX_CHIP_NUM) { in HdfGetDevHandle()
H A Dhdf_usb_intf.c178 if (cnt == tmpChipList->chipInstSize || cnt == WLAN_MAX_CHIP_NUM) { in HdfGetDevHandle()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_config_parser.c516 chipList->chipInstSize++; in ParseWlanChipsConfig()
518 HDF_LOGD("%s: chipSize=%hu", __func__, chipList->chipInstSize); in ParseWlanChipsConfig()