Home
last modified time | relevance | path

Searched refs:check_params (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/tee/
H A Dsandbox.c40 static u32 check_params(u8 p0, u8 p1, u8 p2, u8 p3, uint num_params, in check_params() function
71 return check_params(TEE_PARAM_ATTR_TYPE_NONE, TEE_PARAM_ATTR_TYPE_NONE, in ta_avb_open_session()
85 res = check_params(TEE_PARAM_ATTR_TYPE_VALUE_INPUT, in ta_avb_invoke_func()
105 res = check_params(TEE_PARAM_ATTR_TYPE_VALUE_INPUT, in ta_avb_invoke_func()
127 res = check_params(TEE_PARAM_ATTR_TYPE_VALUE_OUTPUT, in ta_avb_invoke_func()
139 res = check_params(TEE_PARAM_ATTR_TYPE_VALUE_INPUT, in ta_avb_invoke_func()
/openbmc/u-boot/tools/
H A Dimagetool.h103 int (*check_params) (struct image_tool_params *); member
316 .check_params = _check_params, \
H A Ddumpimage.c127 if (tparams->check_params) { in main()
128 if (tparams->check_params(&params)) { in main()
H A Dmkimage.c341 if (tparams->check_params) in main()
342 if (tparams->check_params (&params)) in main()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c31 int (*check_params)(struct mlxsw_sp_port *mlxsw_sp_port, member
363 err = ops->check_params(mlxsw_sp_port, params); in mlxsw_sp_qdisc_create()
423 err = ops->check_params(mlxsw_sp_port, params); in mlxsw_sp_qdisc_change()
836 .check_params = mlxsw_sp_qdisc_red_check_params,
1074 .check_params = mlxsw_sp_qdisc_tbf_check_params,
1155 .check_params = mlxsw_sp_qdisc_fifo_check_params,
1529 .check_params = mlxsw_sp_qdisc_prio_check_params,
1582 .check_params = mlxsw_sp_qdisc_ets_check_params,