/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
D | cpuset.c | 204 static inline struct cpuset *parent_cs(struct cpuset *cs) in parent_cs() 222 static inline bool is_cpuset_online(struct cpuset *cs) in is_cpuset_online() 227 static inline int is_cpu_exclusive(const struct cpuset *cs) in is_cpu_exclusive() 232 static inline int is_mem_exclusive(const struct cpuset *cs) in is_mem_exclusive() 237 static inline int is_mem_hardwall(const struct cpuset *cs) in is_mem_hardwall() 242 static inline int is_sched_load_balance(const struct cpuset *cs) in is_sched_load_balance() 247 static inline int is_memory_migrate(const struct cpuset *cs) in is_memory_migrate() 252 static inline int is_spread_page(const struct cpuset *cs) in is_spread_page() 257 static inline int is_spread_slab(const struct cpuset *cs) in is_spread_slab() 262 static inline int is_partition_root(const struct cpuset *cs) in is_partition_root() [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
D | load_crypto.c | 28 hi_u32 cs = (uintptr_t)content ^ content_len ^ 0x0 ^ content_len; in loader_clear_content() local 53 hi_u32 cs = (uintptr_t)salt_e ^ (hi_u32)sizeof(salt_e) ^ 0x0 ^ ROOT_SALT_LENGTH; in crypto_load_salt() local 97 hi_u32 cs; in crypto_prepare() local 133 hi_u32 cs; in crypto_decrypt_hash() local 188 …hi_u32 cs = (uintptr_t)(aes_ctrl.iv) ^ (hi_u32)sizeof(aes_ctrl.iv) ^ (uintptr_t)(key_content->iv_n… in crypto_encrypt_hash() local 226 hi_u32 cs = (uintptr_t)key_e ^ (hi_u32)sizeof(key_e) ^ 0x0 ^ KEY_BYTE_LENGTH; in crypto_load_key_content() local 266 hi_u32 cs; in crypto_save_work_key() local 308 hi_u32 cs; in crypto_is_need_gen_key() local 348 …hi_u32 cs = (uintptr_t)(ctrl.key) ^ (hi_u32)sizeof(ctrl.key) ^ (uintptr_t)kdf_key ^ (hi_u32)sizeof… in crypto_gen_key_content() local 384 hi_u32 cs = (uintptr_t)(aes_ctrl.key) ^ (hi_u32)sizeof(aes_ctrl.key) ^ in crypto_encrypt_data() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/ |
D | crypto.c | 98 hi_u32 cs = (uintptr_t)content ^ content_len ^ 0x0 ^ content_len; in crypto_clear_content() local 107 hi_u32 cs = (uintptr_t)salt_e ^ (hi_u32)sizeof(salt_e) ^ 0x0 ^ ROOT_SALT_LENGTH; in crypto_load_salt() local 147 hi_u32 cs; in crypto_prepare() local 214 …hi_u32 cs = (uintptr_t)(aes_ctrl.iv) ^ (hi_u32)sizeof(aes_ctrl.iv) ^ (uintptr_t)(key_content->iv_n… in crypto_encrypt_hash() local 251 hi_u32 cs; in crypto_decrypt_hash() local 297 hi_u32 cs; in crypto_save_work_key() local 343 hi_u32 cs = (uintptr_t)key_e ^ (hi_u32)sizeof(key_e) ^ 0x0 ^ KEY_BYTE_LENGTH; in crypto_load_key_content() local 401 …hi_u32 cs = (uintptr_t)(ctrl.key) ^ (hi_u32)sizeof(ctrl.key) ^ (uintptr_t)kdf_key ^ (hi_u32)sizeof… in crypto_gen_key_content() local 436 hi_u32 cs = (uintptr_t)(aes_ctrl.key) ^ (hi_u32)sizeof(aes_ctrl.key) ^ in crypto_encrypt_data() local 476 hi_u32 cs; in crypto_decrypt_kernel() local [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
D | boot_upg_check_secure.c | 95 hi_u32 cs = (uintptr_t)content ^ content_len ^ 0x0 ^ content_len; in upg_clear_content() local 121 hi_u32 cs = (uintptr_t)key_n ^ key_len ^ (uintptr_t)g_boot_ecc_key ^ ECC_256_LEN; in boot_upg_secure_get_key_part1() local 127 hi_u32 cs = (uintptr_t)key_n ^ key_len ^ (uintptr_t)g_boot_rsa_key ^ RSA_2048_LEN; in boot_upg_secure_get_key_part1() local 142 … hi_u32 cs = (uintptr_t)key_e ^ key_len ^ (uintptr_t)(g_boot_ecc_key + ECC_256_LEN) ^ ECC_256_LEN; in boot_upg_secure_get_key_part2() local 211 hi_u32 cs; in boot_upg_set_key() local 250 hi_u32 cs; in boot_upg_secure_verify_code() local 342 hi_u32 cs; in boot_upg_secure_verify_head() local
|
D | boot_upg_start_up.c | 26 hi_u32 cs = (uintptr_t)cfg ^ sizeof(hi_nv_ftm_startup_cfg) ^ 0 ^ sizeof(hi_nv_ftm_startup_cfg); in boot_upg_set_default_cfg() local 64 hi_u32 cs; in boot_upg_load_cfg_from_nv() local
|
D | boot_upg_tool.c | 65 hi_u32 cs; in kernel_comprss_flash_hash() local 156 hi_u32 cs; in boot_upg_hash_more_content() local 232 hi_u32 cs; in boot_upg_lzma_secure_verify_code() local
|
D | boot_upg_check.c | 165 hi_u32 cs = (uintptr_t)(&alg_param) ^ sizeof(sign_alg_param) ^ in boot_upg_check_alg_param() local
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
D | hal_phyif.c | 95 uint8_t cs; in hal_phyif_reg_read() local 117 uint8_t cs; in hal_phyif_reg_write() local 135 int hal_phyif_open(uint32_t cs) in hal_phyif_open() 154 int hal_phyif_close(uint32_t cs) in hal_phyif_close()
|
D | hal_spi.c | 485 static int POSSIBLY_UNUSED hal_spi_close_id(enum HAL_SPI_ID_T id, uint32_t cs) in hal_spi_close_id() 516 static void POSSIBLY_UNUSED ISPI_API_LOC hal_spi_set_cs_id(enum HAL_SPI_ID_T id, uint32_t cs) in hal_spi_set_cs_id() 656 void hal_ispi_rom_activate_cs(uint32_t cs) in hal_ispi_rom_activate_cs() 725 static int hal_spi_activate_cs_id(enum HAL_SPI_ID_T id, uint32_t cs) in hal_spi_activate_cs_id() 1468 int hal_ispi_close(uint32_t cs) in hal_ispi_close() 1473 void ISPI_API_LOC hal_ispi_activate_cs(uint32_t cs) in hal_ispi_activate_cs() 1588 int hal_spi_close(uint32_t cs) in hal_spi_close() 1616 int hal_spi_activate_cs(uint32_t cs) in hal_spi_activate_cs() 1746 int hal_spilcd_close(uint32_t cs) in hal_spilcd_close() 1774 int hal_spilcd_activate_cs(uint32_t cs) in hal_spilcd_activate_cs() [all …]
|
D | hal_spi.h | 52 uint8_t cs; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_string.c | 26 int osal_strcmp(const char *cs, const char *ct) in osal_strcmp() 31 int osal_strncmp(const char *cs, const char *ct, int count) in osal_strncmp() 93 char *osal_strpbrk(const char *cs, const char *ct) in osal_strpbrk() 118 int osal_memcmp(const void *cs, const void *ct, int count) in osal_memcmp()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/ |
D | cmd_loop.c | 249 hi_u32 cs = (uintptr_t)efuse_data ^ KERNEL_VER_LEN ^ 0 ^ KERNEL_VER_LEN; in get_efuse_code_ver() local 355 hi_u32 cs = (uintptr_t)g_upg_efuse_data_boot_ver ^ BOOT_VER_LEN ^ 0 ^ BOOT_VER_LEN; in set_efuse_boot_kernel_ver() local 364 hi_u32 cs = (uintptr_t)g_upg_efuse_data_kernel_ver ^ KERNEL_VER_LEN ^ 0 ^ KERNEL_VER_LEN; in set_efuse_boot_kernel_ver() local 653 hi_u32 cs = 0 ^ (uintptr_t)(hi_u8 *)&(ctx->packet) ^ (head->packet_size - CHECKSUM_SIZE); in loader_ack() local 665 hi_u32 cs; in loader_read_frame() local
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/best2003/ |
D | hal_analogif_best2003.c | 113 uint8_t cs; in hal_analogif_reg_read() local 133 uint8_t cs; in hal_analogif_reg_write() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/ |
D | hi_nvm.c | 144 hi_u32 ret, cs; in nv_init_index() local 206 hi_u32 cs = (uintptr_t)back ^ block_size ^ (uintptr_t)data ^ block_size; in nv_init_common() local 319 hi_u32 ret, crc, cs; in nv_common_write() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/ |
D | hi_nvm.c | 145 hi_u32 ret, cs; in nv_init_index() local 207 hi_u32 cs = (uintptr_t)back ^ block_size ^ (uintptr_t)data ^ block_size; in nv_init_common() local 322 hi_u32 ret, crc, cs; in nv_common_write() local
|
/device/soc/st/common/platform/spi/ |
D | stm32mp1_spi.c | 78 static int32_t Mp1xxSpiCfgCs(struct Mp1xxSpiCntlr *stm32mp1, uint32_t cs) in Mp1xxSpiCfgCs() 471 static int32_t Mp1xxSpiSetCs(struct Mp1xxSpiCntlr *stm32mp1, uint32_t cs, uint32_t flag) in Mp1xxSpiSetCs() 484 static struct SpiDev *Mp1xxSpiFindDeviceByCsNum(const struct Mp1xxSpiCntlr *stm32mp1, uint32_t cs) in Mp1xxSpiFindDeviceByCsNum()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/ |
D | hi_loaderboot_flash.c | 75 …hi_u32 cs = (uintptr_t)flash_info ^ sizeof(flash_vlt_sfc_info) ^ (uintptr_t)info ^ sizeof(flash_vl… in sfc_config_set_experience() local 359 hi_u32 cs; in flash_init_cfg() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/ |
D | hi_flashboot_flash.c | 75 …hi_u32 cs = (uintptr_t)flash_info ^ sizeof(flash_vlt_sfc_info) ^ (uintptr_t)info ^ sizeof(flash_vl… in sfc_config_set_experience() local 139 … hi_u32 cs = ((uintptr_t)&temp_data) ^ sizeof(temp_data) ^ (uintptr_t)data ^ (uintptr_t)data_len; in spi_flash_write_sr_reg() local
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
D | sbchipc.h | 2214 #define CST43239_CHIPMODE_SDIOD(cs) ((cs) & (1 << 15)) /**< SDIO || gSPI */ argument 2215 #define CST43239_CHIPMODE_USB20D(cs) (~(cs) & (1 << 15)) /**< USB || USBDA */ argument 2216 #define CST43239_CHIPMODE_SDIO(cs) (((cs) & (1 << 0)) == 0) /**< SDIO */ argument 2217 #define CST43239_CHIPMODE_GSPI(cs) (((cs) & (1 << 0)) == (1 << 0)) /**< gSPI */ argument 2257 #define CST4324_CHIPMODE_SDIOD(cs) ((~(cs)) & (1 << 2)) /**< SDIO || gSPI */ argument 2258 #define CST4324_CHIPMODE_USB20D(cs) (((cs) & CST4324_CHIPMODE_MASK) == 0x6) /**< USB || USBDA… argument 2466 #define CST4330_CHIPMODE_SDIOD(cs) (((cs) & 0x7) < 6) /**< SDIO || gSPI */ argument 2467 #define CST4330_CHIPMODE_USB20D(cs) (((cs) & 0x7) >= 6) /**< USB || USBDA */ argument 2468 #define CST4330_CHIPMODE_SDIO(cs) (((cs) & 0x4) == 0) /**< SDIO */ argument 2469 #define CST4330_CHIPMODE_GSPI(cs) (((cs) & 0x6) == 4) /**< gSPI */ argument [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/ |
D | disp_capture.c | 469 enum disp_csc_type cs = DISP_CSC_TYPE_RGB; in disp_capture_commit() local 657 enum disp_csc_type cs = DISP_CSC_TYPE_RGB; in disp_capture_commit2() local 904 enum disp_csc_type cs = DISP_CSC_TYPE_RGB; in disp_capture_sync() local
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun50iw1/ |
D | de_hal.c | 193 static de_color_space __cs_transform(enum disp_color_space cs) in __cs_transform() 226 de_color_space cs[CHN_NUM]; in de_al_lyr_apply() local
|
/device/soc/hisilicon/common/platform/spi/ |
D | spi_hi35xx.c | 123 static int32_t SpiCfgCs(struct Pl022 *pl022, uint32_t cs) in SpiCfgCs() 436 static int32_t Pl022SetCs(struct Pl022 *pl022, uint32_t cs, uint32_t flag) in Pl022SetCs() 449 static struct SpiDev *Pl022FindDeviceByCsNum(const struct Pl022 *pl022, uint32_t cs) in Pl022FindDeviceByCsNum()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v2x/ |
D | de_hal.c | 310 static enum de_color_space __cs_transform(enum disp_color_space cs) in __cs_transform() 347 enum de_color_space cs[CHN_NUM]; in de_al_lyr_apply() local
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | sbchipc.h | 2344 #define CST4360_RSRC_INIT_MODE(cs) \ argument 2349 #define CST4360_RSRC_INIT_MODE(cs) \ argument 2550 #define CST4349_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */ argument 2551 #define CST4349_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0) /* PCIE */ argument 2555 #define CST4373_CHIPMODE_USB20D(cs) (((cs) & (1 << 8)) != 0) /* USB */ argument 2556 #define CST4373_CHIPMODE_SDIOD(cs) (((cs) & (1 << 7)) != 0) /* SDIO */ argument 2557 #define CST4373_CHIPMODE_PCIE(cs) (((cs) & (1 << 6)) != 0) /* PCIE */ argument 2831 #define CST4364_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */ argument 2832 #define CST4364_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0) /* PCIE */ argument 2942 #define CST4347_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */ argument [all …]
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | sbchipc.h | 2326 #define CST4360_RSRC_INIT_MODE(cs) ((cs & CST4360_RSRC_INIT_MODE_MASK) >> \ argument 2331 #define CST4360_RSRC_INIT_MODE(cs) ((cs & CST4360_RSRC_INIT_MODE_MASK) >> \ argument 2527 #define CST4349_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */ argument 2528 #define CST4349_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0) /* PCIE */ argument 2532 #define CST4373_CHIPMODE_USB20D(cs) (((cs) & (1 << 8)) != 0) /* USB */ argument 2533 #define CST4373_CHIPMODE_SDIOD(cs) (((cs) & (1 << 7)) != 0) /* SDIO */ argument 2534 #define CST4373_CHIPMODE_PCIE(cs) (((cs) & (1 << 6)) != 0) /* PCIE */ argument 2807 #define CST4364_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */ argument 2808 #define CST4364_CHIPMODE_PCIE(cs) (((cs) & (1 << 7)) != 0) /* PCIE */ argument 2918 #define CST4347_CHIPMODE_SDIOD(cs) (((cs) & (1 << 6)) != 0) /* SDIO */ argument [all …]
|