Searched refs:total_sz (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/sound/pci/hda/ |
| H A D | tas2781_hda_i2c.c | 553 tas_priv->cali_data.total_sz = offset; in tas2563_save_calibration() 616 tas_priv->cali_data.total_sz = 0; in tas2781_save_calibration() 619 &tas_priv->cali_data.total_sz, tas_priv->cali_data.data); in tas2781_save_calibration() 623 tas_priv->cali_data.total_sz, GFP_KERNEL); in tas2781_save_calibration() 628 &tas_priv->cali_data.total_sz, in tas2781_save_calibration() 646 tas_priv->cali_data.total_sz = 0; in tas2781_save_calibration()
|
| H A D | tas2781_hda_spi.c | 805 unsigned long total_sz = 0; in tas2781_save_calibration() local 809 status = efi.get_variable(efi_name, &efi_guid, &attr, &total_sz, data); in tas2781_save_calibration() 811 if (total_sz > TASDEVICE_CALIBRATION_DATA_SIZE) in tas2781_save_calibration() 815 &total_sz, data); in tas2781_save_calibration()
|
| /linux-6.15/include/sound/ |
| H A D | tas2781.h | 157 unsigned long total_sz; member
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | linker.c | 2968 size_t funcs_sz = 0, lines_sz = 0, core_relos_sz = 0, total_sz = 0; in finalize_btf_ext() local 3019 total_sz += sizeof(struct btf_ext_header); in finalize_btf_ext() 3022 total_sz += funcs_sz; in finalize_btf_ext() 3026 total_sz += lines_sz; in finalize_btf_ext() 3030 total_sz += core_relos_sz; in finalize_btf_ext() 3033 cur = data = calloc(1, total_sz); in finalize_btf_ext() 3103 linker->btf_ext = btf_ext__new(data, total_sz); in finalize_btf_ext()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | tas2781-comlib.c | 453 if (tas_priv->apply_calibration && tas_priv->cali_data.total_sz) in tasdevice_apply_calibration()
|
| H A D | tas2781-i2c.c | 639 memcpy(dst, &src[i], cali_data->total_sz); in tasdev_cali_data_put() 1372 priv->cali_data.total_sz = priv->ndev * in tasdevice_create_cali_ctrls() 1382 cali_data->data = devm_kzalloc(priv->dev, cali_data->total_sz, in tasdevice_create_cali_ctrls()
|
| /linux-6.15/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 6289 u32 sz, total_sz, reply_post_free_sz, reply_post_free_array_sz; in _base_allocate_memory_pools() local 6388 total_sz = 0; in _base_allocate_memory_pools() 6470 total_sz = rdpq_sz * (!ioc->rdpq_array_enable ? 1 : in _base_allocate_memory_pools() 6534 total_sz += sz; in _base_allocate_memory_pools() 6620 total_sz += sz * ioc->scsiio_depth; in _base_allocate_memory_pools() 6628 total_sz += ioc->chain_segment_sz * ((ioc->chains_needed_per_io - in _base_allocate_memory_pools() 6641 total_sz += sense_sz; in _base_allocate_memory_pools() 6649 total_sz += sz; in _base_allocate_memory_pools() 6661 total_sz += sz; in _base_allocate_memory_pools() 6683 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools() [all …]
|