Searched refs:block_type (Results 1 – 4 of 4) sorted by relevance
1291 bk_da[i]->block_type = config_data[config_offset]; in pcmdevice_add_config()1294 if (bk_da[i]->block_type == PCMDEVICE_BIN_BLK_PRE_POWER_UP) { in pcmdevice_add_config()1837 unsigned char block_type) in pcmdevice_select_cfg_blk() argument1855 if (block_type > 5 || block_type < 2) { in pcmdevice_select_cfg_blk()1861 if (block_type != blk_data[j]->block_type) in pcmdevice_select_cfg_blk()1891 unsigned char block_type; in pcmdevice_mute() local1899 block_type = PCMDEVICE_BIN_BLK_PRE_SHUTDOWN; in pcmdevice_mute()1901 block_type = PCMDEVICE_BIN_BLK_PRE_POWER_UP; in pcmdevice_mute()1904 pcmdevice_select_cfg_blk(pcm_dev, pcm_dev->cur_conf, block_type); in pcmdevice_mute()
190 unsigned char block_type; member
226 bk_da[i]->block_type = config_data[config_offset]; in tasdevice_add_config()229 if (bk_da[i]->block_type == TASDEVICE_BIN_BLK_PRE_POWER_UP) { in tasdevice_add_config()939 unsigned char block_type) in tasdevice_select_cfg_blk() argument957 if (block_type > 5 || block_type < 2) { in tasdevice_select_cfg_blk()962 if (block_type != blk_data[j]->block_type) in tasdevice_select_cfg_blk()
388 int block_type, mem_type; in load_dsp() local394 block_type = code[index]; in load_dsp()395 if (block_type == 4) /* We're finished */ in load_dsp()
Completed in 23 milliseconds