Home
last modified time | relevance | path

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

/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/
Dhdf_driver_bdh_register.c36 static const char * const BDH6_DRIVER_NAME = "ap6256"; variable
48 … if (wlanDevice && strcmp(wlanDevice->driverName, BDH6_DRIVER_NAME) == 0 && wlanDevice->reset) { in BDH6_ResetDriver()
85 if (strcpy_s(specificDriver->name, MAX_WIFI_COMPONENT_NAME_LEN, BDH6_DRIVER_NAME) != EOK) { in BuildBDH6Driver()
105 if (strcmp(chipDriver->name, BDH6_DRIVER_NAME) != 0) { in ReleaseBDH6Driver()
128 BDH6Factory.driverName = BDH6_DRIVER_NAME; in HDFWlanRegBDH6DriverFactory()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
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()