Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/interconnect/qcom/
Dsmd-rpm.c34 int qcom_icc_rpm_smd_send(int ctx, int rsc_type, int id, u32 val) in qcom_icc_rpm_smd_send() argument
42 return qcom_rpm_smd_write(icc_smd_rpm, ctx, rsc_type, id, &req, in qcom_icc_rpm_smd_send()
Dsmd-rpm.h13 int qcom_icc_rpm_smd_send(int ctx, int rsc_type, int id, u32 val);
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_internal.h102 int rproc_handle_rsc(struct rproc *rproc, u32 rsc_type, void *rsc, int offset, in rproc_handle_rsc() argument
106 return rproc->ops->handle_rsc(rproc, rsc_type, rsc, offset, in rproc_handle_rsc()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c105 static bool is_event_type_allowed(int rsc_type, int event_type) in is_event_type_allowed() argument
107 switch (rsc_type) { in is_event_type_allowed()
198 int rsc_type) in create_resource_common() argument
203 qp->common.res = rsc_type; in create_resource_common()
206 qp->qpn | (rsc_type << MLX5_USER_INDEX_LEN), in create_resource_common()
/Linux-v5.4/include/linux/
Dremoteproc.h379 int (*handle_rsc)(struct rproc *rproc, u32 rsc_type, void *rsc,