Searched refs:blk_data (Results 1 – 3 of 3) sorted by relevance
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()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()1842 struct pcmdevice_block_data **blk_data; in pcmdevice_select_cfg_blk() local1850 blk_data = cfg_info[conf_no]->blk_data; in pcmdevice_select_cfg_blk()1866 blk_data[j]->regdata + length, in pcmdevice_select_cfg_blk()1867 blk_data[j]->dev_idx, in pcmdevice_select_cfg_blk()1868 blk_data[j]->block_size - length); in pcmdevice_select_cfg_blk()1874 blk_data[j]->block_size); in pcmdevice_select_cfg_blk()[all …]
944 struct tasdev_blk_data **blk_data; in tasdevice_select_cfg_blk() local952 blk_data = cfg_info[conf_no]->blk_data; in tasdevice_select_cfg_blk()966 if (blk_data[j]->dev_idx) { in tasdevice_select_cfg_blk()968 chnend = blk_data[j]->dev_idx; in tasdevice_select_cfg_blk()977 blk_data[j]->regdata + length, in tasdevice_select_cfg_blk()978 blk_data[j]->dev_idx, in tasdevice_select_cfg_blk()985 blk_data[j]->block_size); in tasdevice_select_cfg_blk()2267 if (ci[i]->blk_data) { in tasdevice_config_info_remove()2269 if (!ci[i]->blk_data[j]) in tasdevice_config_info_remove()2272 kfree(ci[i]->blk_data[j]); in tasdevice_config_info_remove()[all …]
202 struct pcmdevice_block_data **blk_data; member
Completed in 16 milliseconds