Home
last modified time | relevance | path

Searched defs:ctype (Results 51 - 75 of 120) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/mips/alchemy/common/
H A Dclock.c750 static int __init alchemy_clk_init_fgens(int ctype) in alchemy_clk_init_fgens() argument
956 static int __init alchemy_clk_setup_imux(int ctype) in alchemy_clk_setup_imux() argument
1048 int ctype = alchemy_get_cputype(), ret, i; in alchemy_clk_init() local
150 alchemy_clk_setup_cpu(const char *parent_name, int ctype) alchemy_clk_setup_cpu() argument
[all...]
/kernel/linux/linux-6.6/arch/mips/alchemy/common/
H A Dclock.c750 static int __init alchemy_clk_init_fgens(int ctype) in alchemy_clk_init_fgens() argument
956 static int __init alchemy_clk_setup_imux(int ctype) in alchemy_clk_setup_imux() argument
1047 int ctype = alchemy_get_cputype(), ret, i; in alchemy_clk_init() local
150 alchemy_clk_setup_cpu(const char *parent_name, int ctype) alchemy_clk_setup_cpu() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/firewire/
H A Dfiredtv-avc.c75 u8 ctype; member
145 static const char *debug_fcp_ctype(unsigned int ctype) in debug_fcp_ctype() argument
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dcavium.h110 u8 ctype; member
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dgss_krb5.h60 const u32 ctype; /* checksum type */ member
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Dparse-filter.c424 create_arg_cmp(enum tep_filter_cmp_type ctype) in create_arg_cmp() argument
650 process_op(const char *token, enum tep_filter_op_type *btype, enum tep_filter_cmp_type *ctype, enum tep_filter_exp_type *etype) process_op() argument
950 enum tep_filter_cmp_type ctype; process_filter() local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dcavium.h110 u8 ctype; member
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Ddevice.c1249 enum idxd_complete_type ctype; in idxd_flush_pending_descs() local
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c401 static u64 rvu_exact_prepare_mdata(u8 *mac, u16 chan, u16 ctype, u64 mask) in rvu_exact_prepare_mdata() argument
426 static u32 rvu_exact_calculate_hash(struct rvu *rvu, u16 chan, u16 ctype, u8 *mac, in rvu_exact_calculate_hash() argument
587 rvu_exact_prepare_table_entry(struct rvu *rvu, bool enable, u8 ctype, u16 chan, u8 *mac_addr) rvu_exact_prepare_table_entry() argument
784 rvu_npc_exact_add_to_list(struct rvu *rvu, enum npc_exact_opc_type opc_type, u8 ways, u32 index, u8 cgx_id, u8 lmac_id, u8 *mac_addr, u16 chan, u8 ctype, u32 *seq_id, bool cmd, u32 mcam_idx, u16 pcifunc) rvu_npc_exact_add_to_list() argument
973 rvu_npc_exact_alloc_table_entry(struct rvu *rvu, char *mac, u16 chan, u8 ctype, u32 *index, u8 *ways, enum npc_exact_opc_type *opc_type) rvu_npc_exact_alloc_table_entry() argument
1316 rvu_npc_exact_add_table_entry(struct rvu *rvu, u8 cgx_id, u8 lmac_id, u8 *mac, u16 chan, u8 ctype, u32 *seq_id, bool cmd, u32 mcam_idx, u16 pcifunc) rvu_npc_exact_add_table_entry() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/firewire/
H A Dfiredtv-avc.c75 u8 ctype; member
145 static const char *debug_fcp_ctype(unsigned int ctype) in debug_fcp_ctype() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_imem.h239 enum ipc_ctype ctype; member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtls.c188 unsigned char ctype; in tls_recv_cmsg() local
/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c1436 snd_ctl_elem_type_t ctype; in simple_add1() local
[all...]
/third_party/alsa-utils/alsactl/
H A Dstate.c831 static int get_comment_range(snd_config_t *n, int ctype, in get_comment_range() argument
903 snd_ctl_elem_type_t ctype; in add_user_control() local
1005 int ctype; in check_comment_type() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c728 SVGA3D_SetShaderConst(struct svga_winsys_context *swc, uint32 reg, SVGA3dShaderType type, SVGA3dShaderConstType ctype, const void *value) SVGA3D_SetShaderConst() argument
794 SVGA3D_SetShaderConsts(struct svga_winsys_context *swc, uint32 reg, uint32 numRegs, SVGA3dShaderType type, SVGA3dShaderConstType ctype, const void *values) SVGA3D_SetShaderConsts() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c176 struct symbol *ctype = expr->ctype; in check_shift_count() local
191 static int simplify_int_binop(struct expression *expr, struct symbol *ctype) in simplify_int_binop() argument
307 simplify_cmp_binop(struct expression *expr, struct symbol *ctype) simplify_cmp_binop() argument
388 simplify_float_cmp(struct expression *expr, struct symbol *ctype) simplify_float_cmp() argument
732 struct symbol *ctype = expr->ctype; expand_dereference() local
888 struct symbol *ctype = fn->ctype; expand_symbol_call() local
1377 struct symbol *ctype; __get_expression_value() local
1428 struct symbol *ctype; expr_truth_value() local
[all...]
H A Dexpression.h165 struct symbol *ctype; member
H A Dshow-parse.c293 const char *builtin_ctypename(struct ctype *ctype) in builtin_ctypename() argument
1064 struct symbol *ctype = expr->init_expr->ctype; show_position_expr() local
1075 show_initializer_expr(struct expression *expr, struct symbol *ctype) show_initializer_expr() argument
[all...]
H A Dsparse-llvm.c355 static LLVMValueRef val_to_value(unsigned long long val, struct symbol *ctype) in val_to_value() argument
369 pseudo_to_value(struct function *fn, struct symbol *ctype, pseudo_t pseudo) pseudo_to_value() argument
403 pseudo_to_rvalue(struct function *fn, struct symbol *ctype, pseudo_t pseudo) pseudo_to_rvalue() argument
413 value_to_ivalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) value_to_ivalue() argument
428 value_to_pvalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) value_to_pvalue() argument
447 adjust_type(struct function *fn, struct symbol *ctype, LLVMValueRef val) adjust_type() argument
460 get_operand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) get_operand() argument
471 get_ioperand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) get_ioperand() argument
800 struct symbol *ctype; output_op_call() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dsys_regs.c2583 u32 level, ctype; in is_valid_cache() local
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c846 nix_get_ctx_name(int ctype) nix_get_ctx_name() argument
[all...]
H A Drvu_debugfs.c560 static int rvu_dbg_npa_ctx_display(struct seq_file *m, void *unused, int ctype) in rvu_dbg_npa_ctx_display() argument
640 write_npa_ctx(struct rvu *rvu, bool all, int npalf, int id, int ctype) write_npa_ctx() argument
729 rvu_dbg_npa_ctx_write(struct file *filp, const char __user *buffer, size_t count, loff_t *ppos, int ctype) rvu_dbg_npa_ctx_write() argument
791 ndc_cache_stats(struct seq_file *s, int blk_addr, int ctype, int transaction) ndc_cache_stats() argument
1055 rvu_dbg_nix_queue_ctx_display(struct seq_file *filp, void *unused, int ctype) rvu_dbg_nix_queue_ctx_display() argument
1143 write_nix_queue_ctx(struct rvu *rvu, bool all, int nixlf, int id, int ctype, char *ctype_string) write_nix_queue_ctx() argument
1204 rvu_dbg_nix_queue_ctx_write(struct file *filp, const char __user *buffer, size_t count, loff_t *ppos, int ctype) rvu_dbg_nix_queue_ctx_write() argument
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dinode.c1808 enum nfs4_change_attr_type ctype = NFS_SERVER(inode)->change_attr_type; in nfs_inode_finish_partial_attr_update() local
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_hw.c2318 enum sli4_qentry ctype; in efct_hw_cq_process() local
/third_party/ffmpeg/libavformat/
H A Dmov.c774 uint32_t ctype; in mov_read_hdlr() local

Completed in 56 milliseconds

12345