Searched refs:blk_data (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/sound/soc/codecs/ |
D | pcm6240.c | 1267 bk_da = cfg_info->blk_data = kcalloc(cfg_info->nblocks, in pcmdevice_add_config() 1456 if (cfg_info[i]->blk_data) { in pcmdevice_config_info_remove() 1458 if (!cfg_info[i]->blk_data[j]) in pcmdevice_config_info_remove() 1460 kfree(cfg_info[i]->blk_data[j]->regdata); in pcmdevice_config_info_remove() 1461 kfree(cfg_info[i]->blk_data[j]); in pcmdevice_config_info_remove() 1463 kfree(cfg_info[i]->blk_data); in pcmdevice_config_info_remove() 1843 struct pcmdevice_block_data **blk_data; in pcmdevice_select_cfg_blk() local 1851 blk_data = cfg_info[conf_no]->blk_data; in pcmdevice_select_cfg_blk() 1862 if (block_type != blk_data[j]->block_type) in pcmdevice_select_cfg_blk() 1865 for (k = 0; k < (int)blk_data[j]->n_subblks; k++) { in pcmdevice_select_cfg_blk() [all …]
|
D | tas2781-fmwlib.c | 196 bk_da = cfg_info->blk_data = kcalloc(cfg_info->nblocks, in tasdevice_add_config() 815 struct tasdev_blk_data **blk_data; in tasdevice_select_cfg_blk() local 823 blk_data = cfg_info[conf_no]->blk_data; in tasdevice_select_cfg_blk() 833 if (block_type != blk_data[j]->block_type) in tasdevice_select_cfg_blk() 836 for (k = 0; k < (int)blk_data[j]->n_subblks; k++) { in tasdevice_select_cfg_blk() 837 if (blk_data[j]->dev_idx) { in tasdevice_select_cfg_blk() 838 chn = blk_data[j]->dev_idx - 1; in tasdevice_select_cfg_blk() 839 chnend = blk_data[j]->dev_idx; in tasdevice_select_cfg_blk() 848 blk_data[j]->regdata + length, in tasdevice_select_cfg_blk() 849 blk_data[j]->dev_idx, in tasdevice_select_cfg_blk() [all …]
|
D | pcm6240.h | 202 struct pcmdevice_block_data **blk_data; member
|
/linux-6.14.4/sound/pci/hda/ |
D | tas2781_spi_fwlib.c | 201 bk_da = cfg_info->blk_data = kcalloc(cfg_info->nblocks, in tasdevice_add_config() 814 struct tasdev_blk_data **blk_data; in tasdevice_spi_select_cfg_blk() local 822 blk_data = cfg_info[conf_no]->blk_data; in tasdevice_spi_select_cfg_blk() 832 if (block_type != blk_data[j]->block_type) in tasdevice_spi_select_cfg_blk() 835 for (k = 0; k < blk_data[j]->n_subblks; k++) { in tasdevice_spi_select_cfg_blk() 839 blk_data[j]->regdata + length, in tasdevice_spi_select_cfg_blk() 840 blk_data[j]->dev_idx, in tasdevice_spi_select_cfg_blk() 841 blk_data[j]->block_size - length); in tasdevice_spi_select_cfg_blk() 843 if (blk_data[j]->block_size < length) { in tasdevice_spi_select_cfg_blk() 847 blk_data[j]->block_size); in tasdevice_spi_select_cfg_blk() [all …]
|
/linux-6.14.4/include/sound/ |
D | tas2781-dsp.h | 169 struct tasdev_blk_data **blk_data; member
|
/linux-6.14.4/tools/perf/util/ |
D | mem-events.h | 81 u32 blk_data; /* count of loads blocked by data */ member
|
D | mem-events.c | 649 if (blk & P(BLK, DATA)) stats->blk_data++; in c2c_decode_stats() 781 stats->blk_data += add->blk_data; in c2c_add_stats()
|
/linux-6.14.4/tools/perf/ |
D | builtin-c2c.c | 2382 fprintf(out, " Load access blocked by data : %10d\n", stats->blk_data); in print_c2c__display_stats() 2416 fprintf(out, " Blocked Access on shared lines : %10d\n", stats->blk_data + stats->blk_addr); in print_shared_cacheline_info()
|