Home
last modified time | relevance | path

Searched refs:type_check (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Dshared_item_pool.h70 struct type_check; \
72 static yes& chk(type_check<typename _1::typedef_name>*); \
96 struct type_check; \
98 static yes& chk(type_check<Sign, &_1::func>*); \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c153 unsigned int type_check; in mlxsw_sp_ipip_fib_entry_op_gre4_rtdp() local
165 type_check = has_ikey ? in mlxsw_sp_ipip_fib_entry_op_gre4_rtdp()
178 type_check, has_ikey, daddr4, ikey); in mlxsw_sp_ipip_fib_entry_op_gre4_rtdp()
H A Dreg.h7854 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip4_pack() argument
7859 mlxsw_reg_rtdp_ipip_type_check_set(payload, type_check); in mlxsw_reg_rtdp_ipip4_pack()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y100 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op);
1383 type_check(&$2, &$4, AIC_OP_OR);
1661 type_check(dest, immed, opcode); in format_1_instr()
1854 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check() function