Home
last modified time | relevance | path

Searched refs:BusConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_ibus_intf.h36 struct BusConfig { struct
48 int32_t (*getBusInfo)(struct BusDev *dev, struct BusConfig *busCfg); argument
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/bus/
H A Dhdf_usb_intf.c24 static int32_t HdfGetUsbInfo(struct BusDev *dev, struct BusConfig *busCfg) in HdfGetUsbInfo()
H A Dhdf_pcie_intf.c49 static int32_t HdfGetPcieInfo(struct BusDev *dev, struct BusConfig *busCfg) in HdfGetPcieInfo()
H A Dhdf_sdio_intf.c26 static int32_t HdfGetSdioInfo(struct BusDev *dev, struct BusConfig *busCfg) in HdfGetSdioInfo()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dpcie_bus_test.c31 struct BusConfig config; in TestPcieBusGetInfo()