Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dtas2781-fmwlib.c136 bk_da = cfg_info->blk_data = kcalloc(cfg_info->nblocks, in tasdevice_add_config()
716 struct tasdev_blk_data **blk_data; in tasdevice_select_cfg_blk() local
724 blk_data = cfg_info[conf_no]->blk_data; in tasdevice_select_cfg_blk()
734 if (block_type != blk_data[j]->block_type) in tasdevice_select_cfg_blk()
737 for (k = 0; k < (int)blk_data[j]->n_subblks; k++) { in tasdevice_select_cfg_blk()
738 if (blk_data[j]->dev_idx) { in tasdevice_select_cfg_blk()
739 chn = blk_data[j]->dev_idx - 1; in tasdevice_select_cfg_blk()
740 chnend = blk_data[j]->dev_idx; in tasdevice_select_cfg_blk()
749 blk_data[j]->regdata + length, in tasdevice_select_cfg_blk()
750 blk_data[j]->dev_idx, in tasdevice_select_cfg_blk()
[all …]
/Linux-v6.6/tools/perf/util/
Dmem-events.h87 u32 blk_data; /* count of loads blocked by data */ member
Dmem-events.c567 if (blk & P(BLK, DATA)) stats->blk_data++; in c2c_decode_stats()
699 stats->blk_data += add->blk_data; in c2c_add_stats()
/Linux-v6.6/include/sound/
Dtas2781-dsp.h157 struct tasdev_blk_data **blk_data; member
/Linux-v6.6/tools/perf/
Dbuiltin-c2c.c2403 fprintf(out, " Load access blocked by data : %10d\n", stats->blk_data); in print_c2c__display_stats()
2437 fprintf(out, " Blocked Access on shared lines : %10d\n", stats->blk_data + stats->blk_addr); in print_shared_cacheline_info()