Home
last modified time | relevance | path

Searched refs:ifType (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/storage/src/mtd/
H A Dmtd_spi_common.c28 cfg->ifType, cfg->cmd, cfg->dummy, cfg->size, cfg->clock); in SpiFlashDumpDefualt()
31 cfg->ifType, cfg->cmd, cfg->dummy, cfg->size, cfg->clock); in SpiFlashDumpDefualt()
34 cfg->ifType, cfg->cmd, cfg->dummy, cfg->size, cfg->clock); in SpiFlashDumpDefualt()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_stats.cpp122 if (k.ifType == IFACE_TYPE_WIFI && std::string(pName) != LOOPBACK_IFACE) { in GetAllSimStatsInfo()
124 } else if (k.ifType == IFACE_TYPE_CELLULAR) { in GetAllSimStatsInfo()
H A Dnetsys.c317 .ifType = get_iface_type(skb->local_ip4)}; in bpf_cgroup_skb_uid_ingress()
408 .ifType = get_iface_type(skb->local_ip4)}; in bpf_cgroup_skb_uid_egress()
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mtd/
H A Dmtd_spi_common.h28 uint8_t ifType; member
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_def.h54 __u32 ifType; member
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c220 Protocol80211IfType ifType = lwipNd->funType.wlanType; in IpV6SpecialProc() local
226 if ((ifType == PROTOCOL_80211_IFTYPE_AP) || (ifType == PROTOCOL_80211_IFTYPE_MESH_POINT)) { in IpV6SpecialProc()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c242 Protocol80211IfType ifType = lwipNd->funType.wlanType; in IpV6SpecialProc() local
248 if ((ifType == PROTOCOL_80211_IFTYPE_AP) || (ifType == PROTOCOL_80211_IFTYPE_MESH_POINT)) { in IpV6SpecialProc()
/ohos5.0/drivers/hdf_core/framework/support/platform/test/unittest/common/
H A Dhdf_hdmi_test.cpp87 audioAttr.ifType = HDMI_AUDIO_IF_TYPE_I2S; in HdmiUserSetAttrCaseTest()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-hdmi-des.md238 audioAttr.ifType = HDMI_AUDIO_IF_TYPE_I2S;
566 audioAttr.ifType = HDMI_AUDIO_IF_TYPE_I2S;
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dhdmi_test.c63 attr.ifType = HDMI_AUDIO_IF_TYPE_I2S; in TestHdmiSetAudioAttr()
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dhdmi_if.h490 enum HdmiAudioInterfaceType ifType; member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h150 WifiIfType ifType; member
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_core.c662 audioAttr->ifType = (enum HdmiAudioInterfaceType)cntlr->cap.audioIfType; in HdmiAudioAttrInit()
1037 audioCfg.ifType = audioAttr->ifType; in HdmiAudioAttrHandle()
H A Dhdmi_infoframe.c534 if (audioAttr->ifType != HDMI_AUDIO_IF_TYPE_I2S) { in HdmiFillAudioInfoFrame()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-hdmi-des.md208 audioAttr.ifType = HDMI_AUDIO_IF_TYPE_I2S;
536 audioAttr.ifType = HDMI_AUDIO_IF_TYPE_I2S;
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_core.h134 enum HdmiAudioInterfaceType ifType; member
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h521 enum WifiIfType ifType; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1399 static ProtocolType LnnLaneSelectProtocol(LnnNetIfType ifType, const char *netWorkId, ProtocolType … in LnnLaneSelectProtocol() argument
1416 .localIfType = ifType, in LnnLaneSelectProtocol()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c764 SetNetworkAddr(netdev, info->ifType); in WifiCmdSetNetdev()
765 ret = SetNetIfInfo(netdev, info->ifType); in WifiCmdSetNetdev()