/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | rc80211_minstrel_ht.c | 321 if ((mi->supported[group] & BIT(idx + 4)) && in minstrel_ht_get_stats() 517 if (!mi->supported[group] || group == MINSTREL_CCK_GROUP) in minstrel_ht_prob_rate_reduce_streams() 573 u16 supported = mi->supported[g]; in minstrel_ht_find_probe_rates() local 575 if (!supported) in minstrel_ht_find_probe_rates() 582 for (i = 0; supported; supported >>= 1, i++) { in minstrel_ht_find_probe_rates() 585 if (!(supported & 1)) in minstrel_ht_find_probe_rates() 634 u16 supported = mi->supported[g_idx]; in minstrel_ht_rate_sample_switch() local 636 supported >>= mi->max_tp_rate[0] % MCS_GROUP_RATES; in minstrel_ht_rate_sample_switch() 637 for (i = 0; supported; supported >>= 1, i++) { in minstrel_ht_rate_sample_switch() 638 if (!(supported & 1)) in minstrel_ht_rate_sample_switch() [all …]
|
D | rc80211_minstrel_ht_debugfs.c | 40 if (!mi->supported[i]) in minstrel_ht_stats_dump() 59 if (!(mi->supported[i] & BIT(j))) in minstrel_ht_stats_dump() 187 if (!mi->supported[i]) in minstrel_ht_stats_csv_dump() 206 if (!(mi->supported[i] & BIT(j))) in minstrel_ht_stats_csv_dump()
|
/device/soc/hpmicro/sdk/hpm_sdk/boards/openocd/ |
D | hpm6750_all_in_one.cfg | 14 # # supported board to be set to BOARD: 17 # # supported probes to be set to PROBE: 23 # # supported core debug type to ENABLE_DUALCORE:
|
D | hpm6300_all_in_one.cfg | 12 # # supported board to be set to BOARD: 15 # # supported probes to be set to PROBE:
|
/device/soc/hpmicro/sdk/hpm_sdk/components/codec/ |
D | CMakeLists.txt | 7 message(FATAL_ERROR "${CONFIG_CODEC} is not supported, only \"sgtl5000\" is supported")
|
/device/soc/hpmicro/sdk/hpm_sdk/components/touch/ |
D | CMakeLists.txt | 7 message(FATAL_ERROR "${CONFIG_TOUCH} is not supported, only \"gt911\" or \"ft5406\" is supported")
|
/device/soc/hpmicro/sdk/hpm_sdk/components/camera/ |
D | CMakeLists.txt | 7 message(FATAL_ERROR "${CONFIG_CAMERA} is not supported, only \"ov7725\" or \"ov5640\" is supported")
|
/device/qemu/drivers/virtio/ |
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()
|
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()
|
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()
|
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()
|
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()
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
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()
|
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()
|
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()
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ |
D | best2003.h | 249 #warning Not supported compiler type 268 #warning Not supported compiler type
|
/device/soc/rockchip/ |
D | README.en.md | 7 Currently, rk3568 are supported.
|
/device/soc/rockchip/rk3399/ |
D | README.md | 7 Currently, rk3399 are supported.
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
D | drm_drv.h | 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()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/input/ctp/ |
D | Kconfig | 9 Say Y here, and a list of supported touchscreens will be displayed.
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/input/sensor/ |
D | Kconfig | 11 Say Y here, and a list of supported sensor will be displayed.
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | ethtool.h | 63 …u32_t supported; /**< Bitmask of %SUPPORTED_* flags for the link modes, physical connector… member
|
/device/qemu/arm_virt/liteos_a/hdf_config/wifi/ |
D | wlan_platform.hcs | 15 mode = 0; /* 0-- not supported */
|
/device/soc/hisilicon/common/platform/ |
D | README.md | 13 Currently, HiSpark\_taurus \(Hi3516D V300\) and HiSpark\_aries \(Hi3518E V300\) are supported.
|
/device/soc/hisilicon/common/hal/ |
D | README.md | 13 Currently, HiSpark\_taurus \(Hi3516D V300\) is supported.
|