Searched refs:comp_idx (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxfw/ |
| H A D | mlxfw_mfa2.c | 187 u16 comp_idx) in mlxfw_mfa2_file_comp_validate() argument 193 pr_debug("Component %d\n", comp_idx); in mlxfw_mfa2_file_comp_validate() 197 pr_err("Component %d is not a valid TLV error\n", comp_idx); in mlxfw_mfa2_file_comp_validate() 207 pr_err("Component descriptor %d multi TLV error\n", comp_idx); in mlxfw_mfa2_file_comp_validate() 214 comp_idx); in mlxfw_mfa2_file_comp_validate() 510 u16 comp_idx; in mlxfw_mfa2_file_component_find() local 526 comp_idx = be16_to_cpu(cptr->component_index); in mlxfw_mfa2_file_component_find() 527 return mlxfw_mfa2_file_component_tlv_get(mfa2_file, comp_idx); in mlxfw_mfa2_file_component_find()
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_crtc.c | 934 static int mtk_crtc_num_comp_planes(struct mtk_crtc *mtk_crtc, int comp_idx) in mtk_crtc_num_comp_planes() argument 938 if (comp_idx > 1) in mtk_crtc_num_comp_planes() 941 comp = mtk_crtc->ddp_comp[comp_idx]; in mtk_crtc_num_comp_planes() 945 if (comp_idx == 1 && !comp->funcs->bgclr_in_on) in mtk_crtc_num_comp_planes() 966 int comp_idx, int pipe) in mtk_crtc_init_comp_planes() argument 968 int num_planes = mtk_crtc_num_comp_planes(mtk_crtc, comp_idx); in mtk_crtc_init_comp_planes() 969 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[comp_idx]; in mtk_crtc_init_comp_planes()
|
| /linux/include/uapi/rdma/hfi/ |
| H A D | hfi1_user.h | 222 __u16 comp_idx; member
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | user_sdma.h | 80 (req)->pq->ctxt, (req)->pq->subctxt, (req)->info.comp_idx, \
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 3571 int comp_idx, const char *tag_key, int last_id) in btf_find_next_decl_tag() argument 3583 if (btf_type_decl_tag(t)->component_idx != comp_idx) in btf_find_next_decl_tag() 3593 int comp_idx, const char *tag_key) in btf_find_decl_tag_value() argument 3599 id = btf_find_next_decl_tag(btf, pt, comp_idx, tag_key, in btf_find_decl_tag_value() 3609 id = btf_find_next_decl_tag(btf, pt, comp_idx, tag_key, id); in btf_find_decl_tag_value() 3618 const struct btf_type *t, int comp_idx, u32 off, in btf_find_graph_root() argument 3630 value_type = btf_find_decl_tag_value(btf, pt, comp_idx, "contains:"); in btf_find_graph_root()
|
| /linux/include/linux/ |
| H A D | bpf.h | 3167 int comp_idx, const char *tag_key); 3169 int comp_idx, const char *tag_key, int last_id);
|