| /linux/fs/ntfs3/lib/ |
| H A D | lzx_decompress.c | 351 int block_type; in lzx_read_block_header() local 360 block_type = bitstream_pop_bits(is, 3); in lzx_read_block_header() 372 switch (block_type) { in lzx_read_block_header() 465 *block_type_ret = block_type; in lzx_read_block_header() 473 int block_type, u32 block_size, in lzx_decompress_block() argument 478 u32 ones_if_aligned = 0U - (block_type == LZX_BLOCKTYPE_ALIGNED); in lzx_decompress_block() 610 int block_type; in lzx_decompress() local 613 if (lzx_read_block_header(d, &is, &block_type, &block_size, in lzx_decompress() 620 if (block_type != LZX_BLOCKTYPE_UNCOMPRESSED) { in lzx_decompress() 626 block_type, in lzx_decompress()
|
| /linux/sound/soc/codecs/ |
| H A D | pcm6240.c | 1284 bk_da[i]->block_type = config_data[config_offset]; in pcmdevice_add_config() 1287 if (bk_da[i]->block_type == PCMDEVICE_BIN_BLK_PRE_POWER_UP) { in pcmdevice_add_config() 1827 unsigned char block_type) in pcmdevice_process_block() 1845 if (block_type > 5 || block_type < 2) { in pcmdevice_select_cfg_blk() 1847 "%s: block_type should be out of range\n", in pcmdevice_select_cfg_blk() 1851 if (block_type != blk_data[j]->block_type) in pcmdevice_select_cfg_blk() 1881 unsigned char block_type; in pcmdevice_select_cfg_blk() 1889 block_type in pcmdevice_mute() 1833 pcmdevice_select_cfg_blk(void * ctxt,int conf_no,unsigned char block_type) pcmdevice_select_cfg_blk() argument 1887 unsigned char block_type; pcmdevice_mute() local [all...] |
| H A D | tas2781-fmwlib.c | 254 bk_da[i]->block_type = config_data[config_offset]; in tasdevice_add_config() 257 if (bk_da[i]->block_type == TASDEVICE_BIN_BLK_PRE_POWER_UP) { in tasdevice_add_config() 1019 unsigned char block_type) in tasdevice_select_cfg_blk() 1037 if (block_type > 5 || block_type < 2) { in tasdevice_select_cfg_blk() 1039 "block_type should be in range from 2 to 5\n"); in tasdevice_select_cfg_blk() 1042 if (block_type != blk_data[j]->block_type) in tasdevice_select_cfg_blk() 1018 tasdevice_select_cfg_blk(void * pContext,int conf_no,unsigned char block_type) tasdevice_select_cfg_blk() argument
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | security.h | 50 int block_type; member
|
| H A D | security.c | 641 int block_type) in hl_check_block_type_exclusion() argument 647 if (block_type == skip_blocks_cfg->block_types[i]) in hl_check_block_type_exclusion() 751 if (hl_check_block_type_exclusion(skip_blocks_cfg, block_info_arr->block_type)) in hl_iterate_special_blocks()
|
| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_wmfw.c | 100 int block_type, unsigned int offset, in cs_dsp_mock_wmfw_add_raw_block() argument 110 header->offset = cpu_to_le32(offset | (block_type << 24)); in cs_dsp_mock_wmfw_add_raw_block()
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio_dsp.c | 373 int block_type, mem_type; in load_dsp() local 379 block_type = code[index]; in load_dsp() 380 if (block_type == 4) /* We're finished */ in load_dsp()
|
| /linux/net/nfc/ |
| H A D | digital_technology.c | 171 u8 block_type; in digital_in_iso_dep_pull_sod() local 177 block_type = DIGITAL_ISO_DEP_PCB_TYPE(pcb); in digital_in_iso_dep_pull_sod() 180 if (block_type != DIGITAL_ISO_DEP_I_BLOCK) { in digital_in_iso_dep_pull_sod()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | amd_powerplay.c | 1203 uint32_t block_type, in pp_dpm_powergate_acp() 1209 switch (block_type) { in pp_dpm_powergate_sdma() 1221 pp_set_powergating_by_smu(void * handle,uint32_t block_type,bool gate,int inst) pp_set_powergating_by_smu() argument
|
| /linux/mm/ |
| H A D | page_alloc.c | 2288 int block_type, unsigned int alloc_flags) in try_to_claim_block() 2297 del_page_from_free_list(page, zone, current_order, block_type); in try_to_claim_block() 2332 if (block_type == MIGRATE_MOVABLE) in try_to_claim_block() 2344 __move_freepages_block(zone, start_pfn, block_type, start_type); 2278 try_to_claim_block(struct zone * zone,struct page * page,int current_order,int order,int start_type,int block_type,unsigned int alloc_flags) try_to_claim_block() argument
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | kv_dpm.c | 3293 uint32_t block_type, in kv_set_powergating_by_smu() argument 3297 switch (block_type) { in kv_set_powergating_by_smu()
|