Home
last modified time | relevance | path

Searched defs:c (Results 201 – 225 of 4295) sorted by relevance

12345678910>>...172

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dpkcs11_1000.c122 static void xtest_pkcs11_test_1000(ADBG_Case_t *c) in xtest_pkcs11_test_1000()
151 static void xtest_pkcs11_test_1001(ADBG_Case_t *c) in xtest_pkcs11_test_1001()
387 static void xtest_pkcs11_test_1002(ADBG_Case_t *c) in xtest_pkcs11_test_1002()
582 static CK_RV test_already_initialized_token(ADBG_Case_t *c, CK_SLOT_ID slot) in test_already_initialized_token()
671 static CK_RV test_uninitialized_token(ADBG_Case_t *c, CK_SLOT_ID slot) in test_uninitialized_token()
721 static CK_RV test_login_logout(ADBG_Case_t *c, CK_SLOT_ID slot) in test_login_logout()
802 static CK_RV test_set_pin(ADBG_Case_t *c, CK_SLOT_ID slot, in test_set_pin()
870 static void xtest_pkcs11_test_1003(ADBG_Case_t *c) in xtest_pkcs11_test_1003()
954 static void test_create_destroy_single_object(ADBG_Case_t *c, bool persistent) in test_create_destroy_single_object()
993 static void test_create_destroy_session_objects(ADBG_Case_t *c) in test_create_destroy_session_objects()
[all …]
H A Dregression_4000.c27 static TEEC_Result ta_crypt_cmd_reset_operation(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_reset_operation()
47 static TEEC_Result ta_crypt_cmd_copy_operation(ADBG_Case_t *c, in ta_crypt_cmd_copy_operation()
74 static TEEC_Result ta_crypt_cmd_digest_update(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_digest_update()
102 static TEEC_Result ta_crypt_cmd_digest_do_final(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_digest_do_final()
139 static TEE_Result ta_crypt_cmd_set_operation_key2(ADBG_Case_t *c, in ta_crypt_cmd_set_operation_key2()
171 static TEEC_Result ta_crypt_cmd_mac_init(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_mac_init()
203 static TEEC_Result ta_crypt_cmd_mac_update(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_mac_update()
231 static TEEC_Result ta_crypt_cmd_mac_final_compute(ADBG_Case_t *c, in ta_crypt_cmd_mac_final_compute()
270 static TEEC_Result ta_crypt_cmd_cipher_init(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_cipher_init()
303 static TEEC_Result ta_crypt_cmd_cipher_update(ADBG_Case_t *c, TEEC_Session *s, in ta_crypt_cmd_cipher_update()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopath/
H A Dtst_qgeopath.cpp87 for (const QGeoCoordinate &c : coords) { in listConstructor() local
166 QGeoPath c; in type() local
181 for (const QGeoCoordinate &c : coords) { in path() local
304 QList<QGeoCoordinate> c; in contains_data() local
344 QList<QGeoCoordinate> c; in boundingGeoRectangle_data() local
406 QList<QGeoCoordinate> c; in extendShape_data() local
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxichangehierarchy.c139 add_master(ClientPtr client, xXIAddMasterInfo * c, int flags[MAXDEVICES]) in add_master()
333 detach_slave(ClientPtr client, xXIDetachSlaveInfo * c, int flags[MAXDEVICES]) in detach_slave()
364 attach_slave(ClientPtr client, xXIAttachSlaveInfo * c, int flags[MAXDEVICES]) in attach_slave()
452 xXIAddMasterInfo *c = (xXIAddMasterInfo *) any; in ProcXIChangeHierarchy() local
482 xXIDetachSlaveInfo *c = (xXIDetachSlaveInfo *) any; in ProcXIChangeHierarchy() local
492 xXIAttachSlaveInfo *c = (xXIAttachSlaveInfo *) any; in ProcXIChangeHierarchy() local
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dxattr.h105 #define jffs2_init_xattr_subsystem(c) argument
106 #define jffs2_build_xattr_subsystem(c) argument
107 #define jffs2_clear_xattr_subsystem(c) argument
109 #define jffs2_xattr_do_crccheck_inode(c, ic) argument
110 #define jffs2_xattr_delete_inode(c, ic) argument
111 #define jffs2_xattr_free_inode(c, ic) argument
112 #define jffs2_verify_xattr(c) (1) argument
H A Dsuper.c86 struct jffs2_sb_info *c = JFFS2_SB_INFO(root->d_sb); in jffs2_show_options() local
99 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_sync_fs() local
190 struct jffs2_sb_info *c = fc->s_fs_info; in jffs2_parse_param() local
218 struct jffs2_sb_info *c = JFFS2_SB_INFO(fc->root->d_sb); in jffs2_update_mount_opts() local
259 struct jffs2_sb_info *c = sb->s_fs_info; in jffs2_fill_super() local
323 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_put_super() local
345 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_kill_sb() local
H A Dwrite.c23 int jffs2_do_new_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_do_new_inode()
59 struct jffs2_full_dnode *jffs2_write_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dnode()
205 struct jffs2_full_dirent *jffs2_write_dirent(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_dirent()
340 int jffs2_write_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_write_inode_range()
441 int jffs2_do_create(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, in jffs2_do_create()
547 int jffs2_do_unlink(struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, in jffs2_do_unlink()
669 int jffs2_do_link (struct jffs2_sb_info *c, struct jffs2_inode_info *dir_f, uint32_t ino, uint8_t t… in jffs2_do_link()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dio.h55 #define inb(c) ({ u8 __v; __io_pbr(); __v = readb_cpu((void*)(PCI_IOBASE + (c))); __io_par(__v); … argument
56 #define inw(c) ({ u16 __v; __io_pbr(); __v = readw_cpu((void*)(PCI_IOBASE + (c))); __io_par(__v); … argument
57 #define inl(c) ({ u32 __v; __io_pbr(); __v = readl_cpu((void*)(PCI_IOBASE + (c))); __io_par(__v); … argument
59 #define outb(v,c) ({ __io_pbw(); writeb_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) argument
60 #define outw(v,c) ({ __io_pbw(); writew_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) argument
61 #define outl(v,c) ({ __io_pbw(); writel_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) argument
64 #define inq(c) ({ u64 __v; __io_pbr(); __v = readq_cpu((void*)(c)); __io_par(__v); __v; }) argument
65 #define outq(v,c) ({ __io_pbw(); writeq_cpu((v),(void*)(c)); __io_paw(); }) argument
/OK3568_Linux_fs/u-boot/arch/arc/include/asm/
H A Dio.h223 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
224 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
225 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
227 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument
228 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) argument
229 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) argument
240 #define readb_relaxed(c) __raw_readb(c) argument
241 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument
243 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument
246 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dzhaoxin.c20 static void init_zhaoxin_cap(struct cpuinfo_x86 *c) in init_zhaoxin_cap()
57 static void early_init_zhaoxin(struct cpuinfo_x86 *c) in early_init_zhaoxin()
84 static void init_zhaoxin(struct cpuinfo_x86 *c) in init_zhaoxin()
116 zhaoxin_size_cache(struct cpuinfo_x86 *c, unsigned int size) in zhaoxin_size_cache()
H A Dproc.c17 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core()
32 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
50 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
63 struct cpuinfo_x86 *c = v; in show_cpuinfo() local
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dfpu.S26 #define __REST_32FPVSRS(n,c,base) \ argument
35 #define __SAVE_32FPVSRS(n,c,base) \ argument
47 #define REST_32FPVSRS(n,c,base) __REST_32FPVSRS(n,__REG_##c,__REG_##base) argument
48 #define SAVE_32FPVSRS(n,c,base) __SAVE_32FPVSRS(n,__REG_##c,__REG_##base) argument
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlock_events.h44 #define lockevent_cond_inc(ev, c) __lockevent_inc(LOCKEVENT_ ##ev, c) argument
51 #define lockevent_add(ev, c) __lockevent_add(LOCKEVENT_ ##ev, c) argument
56 #define lockevent_add(ev, c) argument
57 #define lockevent_cond_inc(ev, c) argument
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic.h28 #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) argument
29 #define atomic_cond_read_relaxed(v, c) smp_cond_load_relaxed(&(v)->counter, (c)) argument
31 #define atomic64_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) argument
32 #define atomic64_cond_read_relaxed(v, c) smp_cond_load_relaxed(&(v)->counter, (c)) argument
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.c123 crypto_comp_decompress(const struct ubifs_info *c, struct crypto_comp *tfm, in crypto_comp_decompress()
167 int ubifs_decompress(const struct ubifs_info *c, const void *in_buf, in ubifs_decompress()
263 static int filldir(struct ubifs_info *c, const char *name, int namlen, in filldir()
308 struct ubifs_info *c = dir->i_sb->s_fs_info; in ubifs_printdir() local
399 struct ubifs_info *c; in ubifs_finddir() local
587 struct ubifs_info *c = ubifs_sb->s_fs_info; in ubifs_ls() local
635 struct ubifs_info *c = ubifs_sb->s_fs_info; in ubifs_exists() local
647 struct ubifs_info *c = ubifs_sb->s_fs_info; in ubifs_size() local
689 struct ubifs_info *c = inode->i_sb->s_fs_info; in read_block() local
733 static int do_readpage(struct ubifs_info *c, struct inode *inode, in do_readpage()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgenrtl.h25 #define gen_rtx_fmt_0(c, m) \ argument
28 #define alloca_rtx_fmt_0(c, m) \ argument
53 #define gen_rtx_fmt_ee(c, m, arg0, arg1) \ argument
56 #define alloca_rtx_fmt_ee(c, m, arg0, arg1) \ argument
81 #define gen_rtx_fmt_ue(c, m, arg0, arg1) \ argument
84 #define alloca_rtx_fmt_ue(c, m, arg0, arg1) \ argument
109 #define gen_rtx_fmt_ie(c, m, arg0, arg1) \ argument
112 #define alloca_rtx_fmt_ie(c, m, arg0, arg1) \ argument
134 #define gen_rtx_fmt_E(c, m, arg0) \ argument
137 #define alloca_rtx_fmt_E(c, m, arg0) \ argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgenrtl.h25 #define gen_rtx_fmt_0(c, m) \ argument
28 #define alloca_rtx_fmt_0(c, m) \ argument
53 #define gen_rtx_fmt_ee(c, m, arg0, arg1) \ argument
56 #define alloca_rtx_fmt_ee(c, m, arg0, arg1) \ argument
81 #define gen_rtx_fmt_ue(c, m, arg0, arg1) \ argument
84 #define alloca_rtx_fmt_ue(c, m, arg0, arg1) \ argument
109 #define gen_rtx_fmt_ie(c, m, arg0, arg1) \ argument
112 #define alloca_rtx_fmt_ie(c, m, arg0, arg1) \ argument
134 #define gen_rtx_fmt_E(c, m, arg0) \ argument
137 #define alloca_rtx_fmt_E(c, m, arg0) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.c73 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_get_flush_register() local
286 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_poll_reset_status() local
308 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_control() local
320 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_wait_reset_status() local
339 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_clear_all_blendstages() local
355 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_setup_blendstage() local
490 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg_v1() local
507 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg() local
571 struct dpu_hw_ctl *c; in dpu_hw_ctl_init() local
H A Ddpu_hw_lm.c66 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_out() local
87 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_border_color() local
102 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_blend_config_sdm845() local
121 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_blend_config() local
139 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_lm_setup_color3() local
169 struct dpu_hw_mixer *c; in dpu_hw_lm_init() local
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dk3dma.c214 struct k3_dma_chan *c; in k3_dma_int_handler() local
265 static int k3_dma_start_txd(struct k3_dma_chan *c) in k3_dma_start_txd()
304 struct k3_dma_chan *c, *cn; in k3_dma_tasklet() local
363 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_free_chan_resources() local
378 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_tx_status() local
425 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_issue_pending() local
465 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_alloc_desc_resource() local
494 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_prep_memcpy() local
536 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_prep_slave_sg() local
594 struct k3_dma_chan *c = to_k3_chan(chan); in k3_dma_prep_dma_cyclic() local
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/analogbits/
H A Dwrpll-cln28hpc.c123 static u8 __wrpll_calc_fbdiv(const struct wrpll_cfg *c) in __wrpll_calc_fbdiv()
183 static int __wrpll_update_parent_rate(struct wrpll_cfg *c, in __wrpll_update_parent_rate()
221 int wrpll_configure_for_rate(struct wrpll_cfg *c, u32 target_rate, in wrpll_configure_for_rate()
330 unsigned long wrpll_calc_output_rate(const struct wrpll_cfg *c, in wrpll_calc_output_rate()
361 unsigned int wrpll_calc_max_lock_us(const struct wrpll_cfg *c) in wrpll_calc_max_lock_us()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dstrcoll.c162 uint32_t c, nu_read_iterator_t read, in _nu_strchr()
228 uint32_t c, nu_read_iterator_t read, in _nu_strrchr()
312 const char* nu_strchr(const char *encoded, uint32_t c, nu_read_iterator_t read) { in nu_strchr()
319 const char* nu_strcasechr(const char *encoded, uint32_t c, nu_read_iterator_t read) { in nu_strcasechr()
326 const char* nu_strrchr(const char *encoded, uint32_t c, nu_read_iterator_t read) { in nu_strrchr()
333 const char* nu_strrcasechr(const char *encoded, uint32_t c, nu_read_iterator_t read) { in nu_strrcasechr()
379 const char* nu_strnchr(const char *encoded, size_t max_len, uint32_t c, nu_read_iterator_t read) { in nu_strnchr()
386 const char* nu_strcasenchr(const char *encoded, size_t max_len, uint32_t c, nu_read_iterator_t read… in nu_strcasenchr()
393 const char* nu_strrnchr(const char *encoded, size_t max_len, uint32_t c, nu_read_iterator_t read) { in nu_strrnchr()
400 const char* nu_strrcasenchr(const char *encoded, size_t max_len, uint32_t c, in nu_strrcasenchr()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dwriteback.c20 static void update_gc_after_writeback(struct cache_set *c) in update_gc_after_writeback()
32 struct cache_set *c = dc->disk.c; in __calc_target_rate() local
122 static bool idle_counter_exceeded(struct cache_set *c) in idle_counter_exceeded()
169 static bool set_at_max_writeback_rate(struct cache_set *c, in set_at_max_writeback_rate()
209 struct cache_set *c = dc->disk.c; in update_writeback_rate() local
551 void bcache_dev_sectors_dirty_add(struct cache_set *c, unsigned int inode, in bcache_dev_sectors_dirty_add()
694 struct cache_set *c = dc->disk.c; in bch_writeback_thread() local
816 static int bch_root_node_dirty_init(struct cache_set *c, in bch_root_node_dirty_init()
844 struct cache_set *c = state->c; in bch_dirty_init_thread() local
917 struct cache_set *c = d->c; in bch_sectors_dirty_init() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.h26 #define CONN_MSG(c,l,f,a...) do { \ argument
31 #define CONN_ERR(c,f,a...) CONN_MSG((c), error, f, ##a) argument
32 #define CONN_DBG(c,f,a...) CONN_MSG((c), debug, f, ##a) argument
33 #define CONN_TRACE(c,f,a...) CONN_MSG((c), trace, f, ##a) argument
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmax9759.c28 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in pga_event() local
45 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in speaker_gain_control_get() local
64 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in speaker_gain_control_put() local
86 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in speaker_mute_get() local
97 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in speaker_mute_put() local

12345678910>>...172