Home
last modified time | relevance | path

Searched refs:type_size (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-powermac.c271 u32 addr, char *type, int type_size) in i2c_powermac_get_type() argument
286 snprintf(type, type_size, "MAC,%s", tmp); in i2c_powermac_get_type()
294 snprintf(type, type_size, "MAC,tas3001"); in i2c_powermac_get_type()
297 snprintf(type, type_size, "MAC,tas3004"); in i2c_powermac_get_type()
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.h54 uint32_t type_size; member
64 uint32_t type_size; member
/openbmc/qemu/include/qapi/
H A Dvisitor-impl.h91 bool (*type_size)(Visitor *v, const char *name, uint64_t *obj, member
/openbmc/qemu/qapi/
H A Dqapi-visit-core.c326 if (v->type_size) { in visit_type_size()
327 return v->type_size(v, name, obj, errp); in visit_type_size()
H A Dstring-input-visitor.c400 v->visitor.type_size = parse_type_size; in string_input_visitor_new()
H A Dqapi-forward-visitor.c310 v->visitor.type_size = forward_field_type_size; in visitor_forward_field()
H A Dstring-output-visitor.c377 v->visitor.type_size = print_type_size; in string_output_visitor_new()
H A Dopts-visitor.c573 ov->visitor.type_size = &opts_type_size; in opts_visitor_new()
H A Dqobject-input-visitor.c743 v->visitor.type_size = qobject_input_type_size_keyval; in qobject_input_visitor_new_keyval()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dser.c81 u32 type_size; \
88 p->type_size = sizeof(p->data); \
/openbmc/linux/include/linux/
H A Dbtf.h221 u32 *type_size);
/openbmc/linux/tools/lib/bpf/
H A Dbtf.c418 int err, type_size; in btf_parse_type_sec() local
424 type_size = btf_type_size(next_type); in btf_parse_type_sec()
425 if (type_size < 0) in btf_parse_type_sec()
426 return type_size; in btf_parse_type_sec()
427 if (next_type + type_size > end_type) { in btf_parse_type_sec()
439 next_type += type_size; in btf_parse_type_sec()
/openbmc/linux/kernel/bpf/
H A Dbtf.c1876 u32 *type_size, const struct btf_type **elem_type, in __btf_resolve_size() argument
1931 *type_size = nelems * size; in __btf_resolve_size()
1946 u32 *type_size) in btf_resolve_size() argument
1948 return __btf_resolve_size(btf, type, type_size, NULL, NULL, NULL, NULL); in btf_resolve_size()
4551 u32 var_type_id = vsi->type, type_id, type_size = 0; in btf_datasec_resolve() local
4567 if (!btf_type_id_size(btf, &type_id, &type_size)) { in btf_datasec_resolve()
4572 if (vsi->size < type_size) { in btf_datasec_resolve()
6840 u32 type_size; in btf_check_func_arg_match() local
6842 resolve_ret = btf_resolve_size(btf, ref_t, &type_size); in btf_check_func_arg_match()
6851 if (check_mem_reg(env, reg, regno, type_size)) in btf_check_func_arg_match()
H A Dverifier.c11300 u32 regno = i + 1, ref_id, type_size; in check_kfunc_args() local
11602 resolve_ret = btf_resolve_size(btf, ref_t, &type_size); in check_kfunc_args()
11608 ret = check_mem_reg(env, reg, regno, type_size); in check_kfunc_args()
/openbmc/linux/Documentation/bpf/
H A Dllvm_reloc.rst517 98: CO-RE <type_size> [2] struct foo
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c3410 bde->type_size = cpu_to_le32(ULP_BDE64_TYPE_BDE_64 << in lpfc_fdmi_cmd()
3412 bde->type_size |= cpu_to_le32(size); in lpfc_fdmi_cmd()
H A Dlpfc_els.c271 bpl->type_size = cpu_to_le32(cmd_size); in lpfc_prep_els_iocb()
272 bpl->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64); in lpfc_prep_els_iocb()
278 bpl->type_size = cpu_to_le32(FCELSSIZE); in lpfc_prep_els_iocb()
279 bpl->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64); in lpfc_prep_els_iocb()
H A Dlpfc_sli.c10831 bde->type_size = cpu_to_le32(cmd_size); in __lpfc_sli_prep_els_req_rsp_s4()
10832 bde->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64); in __lpfc_sli_prep_els_req_rsp_s4()
10955 size = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_SIZE_MASK; in __lpfc_sli_prep_gen_req_s4()
10959 size = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_SIZE_MASK; in __lpfc_sli_prep_gen_req_s4()
10960 type = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_TYPE_MASK; in __lpfc_sli_prep_gen_req_s4()
10970 bde->type_size = cpu_to_le32(xmit_len); in __lpfc_sli_prep_gen_req_s4()
10971 bde->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64); in __lpfc_sli_prep_gen_req_s4()
H A Dlpfc_hw4.h264 __le32 type_size; /* type 31:24, size 23:0 */ member