/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtmmio.c | 90 uint32_t features, supported, before, after; in Negotiate() local 98 supported = 0; in Negotiate() 99 if (!fn(features, &supported, dev)) { in Negotiate() 107 FENCE_WRITE_UINT32(supported, baseDev->base + VIRTMMIO_REG_DRVFEATURE); in Negotiate()
|
H A D | virtinput.c | 91 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() argument 94 (void)supported; in Feature0() 99 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() argument 103 *supported |= VIRTIO_F_VERSION_1; in Feature1()
|
H A D | virtnet.c | 143 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() argument 156 *supported |= VIRTIO_NET_F_MTU; in Feature0() 166 *supported |= VIRTIO_NET_F_MAC; in Feature0() 171 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() argument 174 *supported |= VIRTIO_F_VERSION_1; in Feature1() 359 PRINT_ERR("packet pbuf_clen %u larger than supported %u\n", add - 1, trans->qsz - 1); in LowLevelOutput()
|
H A D | virtgpu.c | 154 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() argument 159 *supported |= VIRTIO_GPU_F_EDID; in Feature0() 166 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() argument 170 *supported |= VIRTIO_F_VERSION_1; in Feature1()
|
H A D | virtmmio.h | 148 /* add 'supported'(default 0) according given 'features' */ 149 typedef bool (*VirtioFeatureFn)(uint32_t features, uint32_t *supported, void *dev);
|
/device/qemu/drivers/virtio/ |
H A D | virtmmio.c | 85 uint32_t features, supported, before, after; in Negotiate() local 93 supported = 0; in Negotiate() 94 if (!fn(features, &supported, dev)) { in Negotiate() 102 WRITE_UINT32(supported, baseDev->base + VIRTMMIO_REG_DRVFEATURE); in Negotiate()
|
H A D | virtrng.c | 38 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() argument 41 (void)supported; in Feature0() 47 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() argument 51 *supported |= VIRTIO_F_VERSION_1; in Feature1()
|
H A D | virtblock.c | 85 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() argument 102 *supported |= VIRTIO_BLK_F_BLK_SIZE; in Feature0() 110 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() argument 114 *supported |= VIRTIO_F_VERSION_1; in Feature1()
|
H A D | virtinput.c | 89 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() argument 92 (void)supported; in Feature0() 97 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() argument 101 *supported |= VIRTIO_F_VERSION_1; in Feature1()
|
H A D | virtgpu.c | 153 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() argument 158 *supported |= VIRTIO_GPU_F_EDID; in Feature0() 165 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() argument 169 *supported |= VIRTIO_F_VERSION_1; in Feature1()
|
H A D | virtnet.c | 95 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() argument 108 *supported |= VIRTIO_NET_F_MTU; in Feature0() 121 *supported |= VIRTIO_NET_F_MAC; in Feature0() 126 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() argument 130 *supported |= VIRTIO_F_VERSION_1; in Feature1()
|
H A D | virtmmio.h | 137 /* add 'supported'(default 0) according given 'features' */ 138 typedef bool (*VirtioFeatureFn)(uint32_t features, uint32_t *supported, void *dev);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ethtool.h | 63 u32_t supported; /**< Bitmask of %SUPPORTED_* flags for the link modes, physical connectors and other link member 75 u8_t mdio_support; /**< Bitmask of %ETH_MDIO_SUPPORTS_* flags for the MDIO protocols supported by the interface;
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_drv.h | 131 * Driver supports DMA, the userspace DMA API will be supported. Only 170 * therefore only supported for existing drivers not yet converted to 660 * Returns true if all features in the @features mask are supported, false 665 u32 supported = dev->driver->driver_features & dev->driver_features; in drm_core_check_all_features() local 667 return features && (supported & features) == features; in drm_core_check_all_features() 678 * Returns true if the @feature is supported, false otherwise.
|
H A D | drm_connector.h | 147 * @supported: scrambling supported for rates > 340 Mhz. 149 bool supported; member 151 * @low_rates: scrambling supported for rates <= 340 Mhz. 164 * @supported: status control & data channel present. 166 bool supported; member 199 * @bpc_supported: compressed bpc supported by sink : 10, 12 or 16 bpc 203 /** @max_slices: maximum number of Horizontal slices supported by */ 206 /** @clk_per_slice : max pixel clock in MHz supported per slice */ 209 /** @max_lanes : dsc max lanes supported fo [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_dash.h | 102 __u8 supported; member
|
/device/soc/rockchip/common/sdk_linux/drivers/opp/ |
H A D | of.c | 449 * platform but there is an opp-supported-hw value set for in _opp_is_supported() 453 if (of_find_property(np, "opp-supported-hw", NULL)) { in _opp_is_supported() 460 count = of_property_count_u32_elems(np, "opp-supported-hw"); in _opp_is_supported() 462 dev_err(dev, "%s: Invalid opp-supported-hw property (%d)\n", __func__, count); in _opp_is_supported() 470 bool supported = true; in _opp_is_supported() local 473 ret = of_property_read_u32_index(np, "opp-supported-hw", i * levels + j, &val); in _opp_is_supported() 475 dev_warn(dev, "%s: failed to read opp-supported-hw property at index %d: %d\n", __func__, in _opp_is_supported() 480 /* Check if the level is supported */ in _opp_is_supported() 482 supported = false; in _opp_is_supported() 487 if (supported) { in _opp_is_supported() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_atomic.h | 192 #error SMP not supported on pre-ARMv6 CPUs
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/ |
H A D | Makefile | 33 $(warning LSE atomics not supported by binutils)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_core_linux.c | 196 * mali_kbase_supports_cap - Query whether a kbase capability is supported 203 bool supported = false; in mali_kbase_supports_cap() local 219 supported = (api_version >= required_ver); in mali_kbase_supports_cap() 221 return supported; in mali_kbase_supports_cap() 2890 /* Debug commands supported by the driver */ 3192 "Separate GPU poweroff delay no longer supported.\n"); in set_pm_poweroff() 4053 * supported GPU platform in kbase_device_pm_init()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_core_linux.c | 172 * mali_kbase_supports_cap - Query whether a kbase capability is supported 179 bool supported = false; in mali_kbase_supports_cap() local 192 supported = (api_version >= required_ver); in mali_kbase_supports_cap() 194 return supported; in mali_kbase_supports_cap() 2964 /* Debug commands supported by the driver */ 3257 dev_warn(kbdev->dev, "Separate GPU poweroff delay no longer supported.\n"); in set_pm_poweroff() 4363 * supported GPU platform in kbase_device_pm_init() 4888 /* ACE coherency mode is not supported by Driver on CSF GPUs. in kbase_device_coherency_init() 4893 "ACE coherency not supported, wrong DT configuration"); in kbase_device_coherency_init()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_edid.c | 2609 DRM_DEBUG_KMS("stereo mode not supported\n"); in drm_mode_detailed() 2613 DRM_DEBUG_KMS("composite sync not supported\n"); in drm_mode_detailed() 2968 * Each EDID block contains a bitmap of the supported "established modes" list 3679 * which contains modes which can be supported in YCBCR 420 4794 * audio' only. If there is any audio extension block and supported 4919 hdmi->scdc.supported = true; in drm_parse_hdmi_forum_vsdb() 4944 if (scdc->supported) { in drm_parse_hdmi_forum_vsdb() 4945 scdc->scrambling.supported = true; in drm_parse_hdmi_forum_vsdb() 5070 * Spec says that if any deep color mode is supported at all, in drm_parse_hdmi_deep_color_info() 5071 * then deep color 36 bit must be supported in drm_parse_hdmi_deep_color_info() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgvendor.c | 2523 WL_ERR(("whilelist ssid not supported. Ignore.")); in wl_cfgvendor_set_ssid_whitelist() 2588 /* Update max number of blacklist bssids supported */ in wl_cfgvendor_fw_roam_get_capability() 7771 /* could fail in case that 'okc' is not supported */ in wl_cfgvendor_set_pmk() 7787 u8 supported[(BRCM_WLAN_VENDOR_FEATURES_MAX / 8) + 1] = {0}; in wl_cfgvendor_get_driver_feature() local 7793 mem_needed = VENDOR_REPLY_OVERHEAD + NLA_HDRLEN + sizeof(supported); in wl_cfgvendor_get_driver_feature() 7799 ret = wl_features_set(supported, sizeof(supported), in wl_cfgvendor_get_driver_feature() 7812 ret = nla_put(skb, BRCM_ATTR_DRIVER_FEATURE_FLAGS, sizeof(supported), supported); in wl_cfgvendor_get_driver_feature()
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 1391 /* Disable if SCDC is not supported, or if an HF-VSDB block is absent */
in dw_hdmi_support_scdc() 1392 if (!display->hdmi.scdc.supported || !display->hdmi.scdc.scrambling.supported) {
in dw_hdmi_support_scdc() 1398 * for low rates is not supported either
in dw_hdmi_support_scdc() 2212 dev_err(hdmi->dev, "Vendor HDMI PHY not supported by glue layer\n");
in dw_hdmi_detect_phy()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 1221 /* Disable if SCDC is not supported, or if an HF-VSDB block is absent */ in dw_hdmi_support_scdc() 1222 if (!display->hdmi.scdc.supported || in dw_hdmi_support_scdc() 1223 !display->hdmi.scdc.scrambling.supported) in dw_hdmi_support_scdc() 1228 * for low rates is not supported either in dw_hdmi_support_scdc() 2098 "Vendor HDMI PHY not supported by glue layer\n"); in dw_hdmi_detect_phy()
|