Searched refs:BDH6_DRIVER_NAME (Results 1 – 2 of 2) sorted by relevance
36 static const char * const BDH6_DRIVER_NAME = "ap6256"; variable48 … 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()
41 static const char * const BDH6_DRIVER_NAME = "ap6275s"; variable53 … 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()