Home
last modified time | relevance | path

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

/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_driver_bdh_register.c41 static const char * const BDH6_DRIVER_NAME = "ap6275s"; variable
53 if (wlanDevice && strcmp(wlanDevice->driverName, BDH6_DRIVER_NAME) == 0 && wlanDevice->reset) { in BDH6_ResetDriver()
90 if (strcpy_s(specificDriver->name, MAX_WIFI_COMPONENT_NAME_LEN, BDH6_DRIVER_NAME) != EOK) { in BuildBDH6Driver()
110 if (strcmp(chipDriver->name, BDH6_DRIVER_NAME) != 0) { in ReleaseBDH6Driver()
133 BDH6Factory.driverName = BDH6_DRIVER_NAME; in HDFWlanRegBDH6DriverFactory()

Completed in 1 milliseconds