Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A DMakefile26 factory:
27 $(MAKE) -f factory.mk all
30 $(MAKE) -f factory.mk clean
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_driver_bdh_register.c117 static uint8_t GetBDH6GetMaxIFCount(struct HdfChipDriverFactory *factory) in GetBDH6GetMaxIFCount() argument
119 (void)factory; in GetBDH6GetMaxIFCount()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H A Dhdf_driver_register.c83 static uint8_t GetHi3881GetMaxIFCount(struct HdfChipDriverFactory *factory) in GetHi3881GetMaxIFCount() argument
85 (void)factory; in GetHi3881GetMaxIFCount()
/device/qemu/drivers/virtio/
H A Dvirtnet.c360 * -factory- FakeWifiInit/Release: alloc, set & register HdfChipDriverFactory
694 * Fake factory & chip functions.
732 static uint8_t FakeFactoryGetMaxIFCount(struct HdfChipDriverFactory *factory) in FakeFactoryGetMaxIFCount() argument
734 (void)factory; in FakeFactoryGetMaxIFCount()
737 static void FakeFactoryRelease(struct HdfChipDriverFactory *factory) in FakeFactoryRelease() argument
739 OsalMemFree(factory); in FakeFactoryRelease()

Completed in 3 milliseconds