Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp201 hw_feature = GetIPAFeatureSupport(true); in Init()
923 return hw_feature; in GetIPAFeatureSupport()
925 ret = ioctl(m_fd, IPA_IOC_GET_HW_FEATURE_SUPPORT, &hw_feature); in GetIPAFeatureSupport()
929 hw_feature = 0; in GetIPAFeatureSupport()
930 return hw_feature; in GetIPAFeatureSupport()
932 IPACMDBG_H("IPA HW supported feature %d.\n", hw_feature); in GetIPAFeatureSupport()
933 return hw_feature; in GetIPAFeatureSupport()
944 return ((hw_feature & IPA_HW_ETH_BRIDGING_SUPPORT_BMSK) != 0); in isEthBridgingSupported()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Config.h369 uint32_t hw_feature; variable