/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-powermac.c | 271 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 D | pdb.h | 54 uint32_t type_size; member 64 uint32_t type_size; member
|
/openbmc/qemu/include/qapi/ |
H A D | visitor-impl.h | 91 bool (*type_size)(Visitor *v, const char *name, uint64_t *obj, member
|
/openbmc/qemu/qapi/ |
H A D | qapi-visit-core.c | 326 if (v->type_size) { in visit_type_size() 327 return v->type_size(v, name, obj, errp); in visit_type_size()
|
H A D | qapi-forward-visitor.c | 310 v->visitor.type_size = forward_field_type_size; in visitor_forward_field()
|
H A D | string-input-visitor.c | 400 v->visitor.type_size = parse_type_size; in string_input_visitor_new()
|
H A D | string-output-visitor.c | 437 v->visitor.type_size = print_type_size; in string_output_visitor_new()
|
H A D | opts-visitor.c | 573 ov->visitor.type_size = &opts_type_size; in opts_visitor_new()
|
H A D | qobject-input-visitor.c | 743 v->visitor.type_size = qobject_input_type_size_keyval; in qobject_input_visitor_new_keyval()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | ser.c | 81 u32 type_size; \ 88 p->type_size = sizeof(p->data); \
|
/openbmc/linux/include/linux/ |
H A D | btf.h | 221 u32 *type_size);
|
/openbmc/linux/tools/lib/bpf/ |
H A D | btf.c | 418 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 D | btf.c | 1876 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() 6846 u32 type_size; in btf_check_func_arg_match() local 6848 resolve_ret = btf_resolve_size(btf, ref_t, &type_size); in btf_check_func_arg_match() 6857 if (check_mem_reg(env, reg, regno, type_size)) in btf_check_func_arg_match()
|
H A D | verifier.c | 11288 u32 regno = i + 1, ref_id, type_size; in check_kfunc_args() local 11590 resolve_ret = btf_resolve_size(btf, ref_t, &type_size); in check_kfunc_args() 11596 ret = check_mem_reg(env, reg, regno, type_size); in check_kfunc_args()
|
/openbmc/linux/Documentation/bpf/ |
H A D | llvm_reloc.rst | 517 98: CO-RE <type_size> [2] struct foo
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 3422 bde->type_size = cpu_to_le32(ULP_BDE64_TYPE_BDE_64 << in lpfc_fdmi_cmd() 3424 bde->type_size |= cpu_to_le32(size); in lpfc_fdmi_cmd()
|
H A D | lpfc_els.c | 271 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 D | lpfc_sli.c | 10844 bde->type_size = cpu_to_le32(cmd_size); in __lpfc_sli_prep_els_req_rsp_s4() 10845 bde->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64); in __lpfc_sli_prep_els_req_rsp_s4() 10968 size = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_SIZE_MASK; in __lpfc_sli_prep_gen_req_s4() 10972 size = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_SIZE_MASK; in __lpfc_sli_prep_gen_req_s4() 10973 type = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_TYPE_MASK; in __lpfc_sli_prep_gen_req_s4() 10983 bde->type_size = cpu_to_le32(xmit_len); in __lpfc_sli_prep_gen_req_s4() 10984 bde->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64); in __lpfc_sli_prep_gen_req_s4()
|
H A D | lpfc_hw4.h | 264 __le32 type_size; /* type 31:24, size 23:0 */ member
|