| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| D | wait.c | 66 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, i… in __wake_up_common() 114 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclus… in __wake_up_common_lock() 142 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, void *key) in __wake_up() 151 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked() 157 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() 163 void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, unsigned int mode, void *key, in __wake_up_locked_key_bookmark() 186 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_sync_key() 212 void __wake_up_locked_sync_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_sync_key() 221 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync() 404 __sched int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, int sync… in autoremove_wake_function() [all …]
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| D | drm_modes.c | 54 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline() 90 void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode) in drm_mode_destroy() 109 void drm_mode_probed_add(struct drm_connector *connector, struct drm_display_mode *mode) in drm_mode_probed_add() 753 void drm_mode_set_name(struct drm_display_mode *mode) in drm_mode_set_name() 770 int drm_mode_vrefresh(const struct drm_display_mode *mode) in drm_mode_vrefresh() 804 void drm_mode_get_hv_timing(const struct drm_display_mode *mode, int *hdisplay, int *vdisplay) in drm_mode_get_hv_timing() 924 …t drm_display_mode *drm_mode_duplicate(struct drm_device *dev, const struct drm_display_mode *mode) in drm_mode_duplicate() 1073 static enum drm_mode_status drm_mode_validate_basic(const struct drm_display_mode *mode) in drm_mode_validate_basic() 1116 …m_mode_status drm_mode_validate_driver(struct drm_device *dev, const struct drm_display_mode *mode) in drm_mode_validate_driver() 1147 enum drm_mode_status drm_mode_validate_size(const struct drm_display_mode *mode, int maxX, int maxY) in drm_mode_validate_size() [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/ap/ |
| D | acs.c | 265 static void acs_cleanup_mode(struct hostapd_hw_modes *mode) in acs_cleanup_mode() 476 static int acs_surveys_are_sufficient_mode(struct hostapd_hw_modes *mode) in acs_surveys_are_sufficient_mode() 495 struct hostapd_hw_modes *mode; in acs_surveys_are_sufficient() local 537 struct hostapd_iface *iface, struct hostapd_hw_modes *mode) in acs_survey_mode_interference_factor() 572 struct hostapd_hw_modes *mode; in acs_survey_all_chans_interference_factor() local 583 acs_find_chan_mode(struct hostapd_hw_modes *mode, int freq) in acs_find_chan_mode() 606 struct hostapd_hw_modes *mode; in acs_find_chan() local 622 static int is_24ghz_mode(enum hostapd_hw_mode mode) in is_24ghz_mode() 654 struct hostapd_hw_modes *mode, in acs_find_ideal_chan_mode() 853 struct hostapd_hw_modes *mode; in acs_find_ideal_chan() local [all …]
|
| D | hw_features.c | 172 struct hostapd_hw_modes *mode) 424 struct hostapd_hw_modes *mode; local 469 struct hostapd_hw_modes *mode; local 689 struct hostapd_hw_modes *mode = iface->current_mode; local 770 struct hostapd_hw_modes *mode = iface->hw_features; local 1018 struct hostapd_hw_modes *mode; local 1176 struct hostapd_hw_modes *mode = &iface->hw_features[i]; local 1223 const char * hostapd_hw_mode_txt(int mode) 1253 struct hostapd_hw_modes *mode; local 1280 struct hostapd_hw_modes *mode)
|
| D | hw_features.h | 53 static inline const char * hostapd_hw_mode_txt(int mode) in hostapd_hw_mode_txt() 74 struct hostapd_hw_modes *mode) in hostapd_prepare_rates() 84 struct hostapd_hw_modes *mode) in hostapd_hw_skip_mode()
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/sysroot/usr/include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/sysroot/usr/include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/riscv32-linux-musl/sys-include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/riscv32-linux-musl/sys-include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/riscv32-linux-musl/sys-include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/sysroot/usr/include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/sysroot/usr/include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/riscv32-linux-musl/sys-include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
| D | stat.h | 52 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 53 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 54 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 55 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 56 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 57 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 58 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/include/sys/ |
| D | stat.h | 47 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 48 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 49 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 50 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 51 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 52 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 53 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /device/soc/hisilicon/common/platform/hieth-sf/src/ |
| D | eth_mac.c | 24 static int32_t SetLinkStat(struct HiethNetdevLocal *ld, unsigned long mode) in SetLinkStat() 33 static int32_t SetNegMode(struct HiethNetdevLocal *ld, int32_t mode) in SetNegMode() 47 int32_t HiethSetLinkStat(struct HiethNetdevLocal *ld, unsigned long mode) in HiethSetLinkStat() 101 int32_t HiethSetNegMode(struct HiethNetdevLocal *ld, int32_t mode) in HiethSetNegMode() 121 int32_t HiethSetMiiMode(struct HiethNetdevLocal *ld, int32_t mode) in HiethSetMiiMode()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/common/ |
| D | hw_features_common.c | 19 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode, in hw_get_channel_chan() 44 hw_mode_get_channel(struct hostapd_hw_modes *mode, int freq, int *chan) in hw_mode_get_channel() 63 hw_get_channel_freq(enum hostapd_hw_mode mode, int freq, int *chan, in hw_get_channel_freq() 90 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq() 100 int hw_get_chan(enum hostapd_hw_mode mode, int freq, in hw_get_chan() 111 int allowed_ht40_channel_pair(enum hostapd_hw_mode mode, in allowed_ht40_channel_pair() 296 int check_40mhz_2g4(struct hostapd_hw_modes *mode, in check_40mhz_2g4() 382 enum hostapd_hw_mode mode, in hostapd_set_freq_params()
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
| D | drm_connector.cpp | 60 drmModeModeInfoPtr mode = c.modes + i; in InitModes() local 235 DrmMode mode = modeMap.second; in GetDisplaySupportedModes() local 257 int32_t DrmConnector::GetModeFromId(int32_t id, DrmMode &mode) in GetModeFromId() 276 DrmModeBlock::DrmModeBlock(DrmMode &mode) in DrmModeBlock() 282 int32_t DrmModeBlock::Init(DrmMode &mode) in Init()
|
| /device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
| D | device.h | 44 FuncMode mode; member 51 FuncMode mode; member 60 FuncMode mode; member 66 FuncMode mode; member
|
| /device/soc/hisilicon/ws63v100/sdk/application/samples/wifi/ohos_connect/hilink_adapt/adapter/ |
| D | hilink_sal_aes.c | 144 static mbedtls_cipher_padding_t GetMbedtlsPaddingMode(HiLinkPaddingMode mode) in GetMbedtlsPaddingMode() 161 static int MbedtlsPaddingCipherInit(HiLinkPaddingMode mode, mbedtls_cipher_context_t *ctx, in MbedtlsPaddingCipherInit() 182 int HILINK_SAL_AddPadding(HiLinkPaddingMode mode, unsigned char *out, unsigned int outLen, unsigned… 212 int HILINK_SAL_GetPadding(HiLinkPaddingMode mode, const unsigned char *input, unsigned int inputLen, 280 static int AesCbcCrypt(const HiLinkAesCbcParam *param, unsigned char *buf, int mode)
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/sio/hal_sio_v150/ |
| D | hal_sio_v150.c | 95 static void hal_i2s_config(sio_bus_t bus, hal_sio_mode_t mode) in hal_i2s_config() 117 static void hal_pcm_config(sio_bus_t bus, hal_sio_mode_t mode) in hal_pcm_config() 189 static void hal_i2s_write(sio_bus_t bus, hal_sio_tx_data_t *data, hal_sio_mode_t mode) in hal_i2s_write() 200 static void hal_pcm_write(sio_bus_t bus, hal_sio_tx_data_t *data, hal_sio_mode_t mode) in hal_pcm_write() 217 static void hal_sio_v150_write(sio_bus_t bus, hal_sio_tx_data_t *data, hal_sio_mode_t mode) in hal_sio_v150_write() 242 static void hal_sio_v150_loop_trans(sio_bus_t bus, hal_sio_tx_data_t *data, hal_sio_mode_t mode) in hal_sio_v150_loop_trans()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/ |
| D | cryp_symc.c | 238 static hi_void cryp_symc_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) in cryp_symc_setmode() 256 static hi_void cryp_3des2dma_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) in cryp_3des2dma_setmode() 340 static symc_node_usage symc_get_out_usage(symc_mode mode, hi_u32 cur_node, hi_u32 total_node) in symc_get_out_usage() 1201 static symc_func *cryp_get_symc(hi_u32 alg, hi_u32 mode) in cryp_get_symc() 1507 static hi_void cryp_register_symc_default(symc_func *func, symc_alg alg, symc_mode mode) in cryp_register_symc_default() 1523 static hi_void cryp_register_symc_aes(hi_u32 capacity, symc_mode mode) in cryp_register_symc_aes() 1594 static hi_void cryp_register_aead_ccm(hi_u32 capacity, symc_mode mode) in cryp_register_aead_ccm() 1644 static hi_void cryp_register_aead_gcm(hi_u32 capacity, symc_mode mode) in cryp_register_aead_gcm() 1696 static hi_void cryp_register_symc_tdes(hi_u32 capacity, symc_mode mode) in cryp_register_symc_tdes() 1732 static hi_void cryp_register_symc_des(hi_u32 capacity, symc_mode mode) in cryp_register_symc_des() [all …]
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_dvfs_debugfs.c | 72 const mode_t mode = 0444; in kbase_dvfs_status_debugfs_init() local 74 const mode_t mode = 0400; in kbase_dvfs_status_debugfs_init() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/harden/src/ |
| D | aes_harden.c | 185 int mode, in internal_aes_hardware_crypt() 289 int mode, in ecb_cfg_and_crypt_harden() 311 int mode, in mbedtls_aes_crypt_ecb() 451 int mode, in mbedtls_aex_crypt_xts_harden() 527 int mode, in mbedtls_aes_crypt_xts() 606 int mode, in cbc_cfg_and_crypt_harden() 630 int mode, in mbedtls_aes_crypt_cbc() 654 int mode, in cfb128_cfg_and_crypt_harden() 682 int mode, in cfb8_cfg_and_crypt_harden() 706 int mode, in mbedtls_aes_crypt_cfb128() [all …]
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| D | drm_connector.cpp | 64 drmModeModeInfoPtr mode = c.modes + i; in InitModes() local 340 DrmMode mode = modeMap.second; in GetDisplaySupportedModes() local 362 int32_t DrmConnector::GetModeFromId(int32_t id, DrmMode &mode) in GetModeFromId() 381 DrmModeBlock::DrmModeBlock(DrmMode &mode) in DrmModeBlock() 387 int32_t DrmModeBlock::Init(DrmMode &mode) in Init()
|