Home
last modified time | relevance | path

Searched refs:segment_count (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddsp_defs.h123 word segment_count; member
168 word segment_count; member
188 word segment_count; member
/linux-4.4.14/drivers/media/dvb-frontends/
Dtc90522.c232 c->layer[0].segment_count = val[3] & 0x3f; /* slots */ in tc90522s_get_frontend()
238 c->layer[1].segment_count = 0; in tc90522s_get_frontend()
240 c->layer[1].segment_count = val[4] & 0x3f; /* slots */ in tc90522s_get_frontend()
373 c->layer[0].segment_count = 0; in tc90522t_get_frontend()
376 c->layer[0].segment_count = v; in tc90522t_get_frontend()
386 c->layer[1].segment_count = 0; in tc90522t_get_frontend()
389 c->layer[1].segment_count = v; in tc90522t_get_frontend()
398 c->layer[2].segment_count = 0; in tc90522t_get_frontend()
401 c->layer[2].segment_count = v; in tc90522t_get_frontend()
Ddib8000.c2033 …ate, 2 + layer_index, (constellation << 10) | ((c->layer[layer_index].segment_count & 0xf) << 6) |… in dib8000_set_layer()
2034 if (c->layer[layer_index].segment_count > 0) { in dib8000_set_layer()
2366 nbseg_diff += (c->layer[i].modulation == DQPSK) * c->layer[i].segment_count; in dib8000_set_isdbt_common_channel()
2371 nbseg_diff += (c->layer[i].modulation == DQPSK) * c->layer[i].segment_count; in dib8000_set_isdbt_common_channel()
2384 state->layer_b_nb_seg = c->layer[1].segment_count; in dib8000_set_isdbt_common_channel()
2385 state->layer_c_nb_seg = c->layer[2].segment_count; in dib8000_set_isdbt_common_channel()
2449 tmcc_pow += (((c->layer[i].modulation == DQPSK) * 4 + 1) * c->layer[i].segment_count) ; in dib8000_set_isdbt_common_channel()
2543 c->layer[0].segment_count = 13; in dib8000_autosearch_start()
2579 c->layer[0].segment_count = 13; in dib8000_autosearch_start()
2581 c->layer[0].segment_count = 13; in dib8000_autosearch_start()
[all …]
Dmb86a20s.c665 c->layer[layer].segment_count = rc; in mb86a20s_get_frontend()
667 c->layer[layer].segment_count = 0; in mb86a20s_get_frontend()
693 c->layer[layer].segment_count); in mb86a20s_get_frontend()
Ddib0090.c1251 …ty_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cache.layer[0].segment_count > in dib0090_gain_control()
1259 ((state->fe->dtv_property_cache.layer[1].segment_count > in dib0090_gain_control()
1267 ((state->fe->dtv_property_cache.layer[2].segment_count > in dib0090_gain_control()
/linux-4.4.14/fs/f2fs/
Ddebug.c88 si->segment_count[i] = sbi->segment_count[i]; in update_general_status()
325 si->block_count[SSR], si->segment_count[SSR]); in stat_show()
327 si->block_count[LFS], si->segment_count[LFS]); in stat_show()
370 si->all_area_segs = le32_to_cpu(raw_super->segment_count); in f2fs_build_stats()
Df2fs.h611 unsigned int segment_count; /* total # of segments */ member
801 unsigned int segment_count[2]; /* # of allocated segments */ member
1900 unsigned int segment_count[2]; member
1951 ((sbi)->segment_count[(curseg)->alloc_type]++)
Dsegment.h55 #define TOTAL_SEGS(sbi) (SM_I(sbi)->segment_count)
Dsegment.c2297 sm_info->segment_count = le32_to_cpu(raw_super->segment_count); in build_segment_manager()
Dsuper.c977 total = le32_to_cpu(raw_super->segment_count); in sanity_check_ckpt()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1969 int segment_count; in bnx2fc_free_hash_table() local
1976 segment_count = hba->hash_tbl_segment_count; in bnx2fc_free_hash_table()
1977 for (i = 0; i < segment_count; ++i) { in bnx2fc_free_hash_table()
2007 int segment_count; in bnx2fc_allocate_hash_table() local
2016 segment_count = hash_table_size + BNX2FC_HASH_TBL_CHUNK_SIZE - 1; in bnx2fc_allocate_hash_table()
2017 segment_count /= BNX2FC_HASH_TBL_CHUNK_SIZE; in bnx2fc_allocate_hash_table()
2018 hba->hash_tbl_segment_count = segment_count; in bnx2fc_allocate_hash_table()
2020 segment_array_size = segment_count * sizeof(*hba->hash_tbl_segments); in bnx2fc_allocate_hash_table()
2026 dma_segment_array_size = segment_count * sizeof(*dma_segment_array); in bnx2fc_allocate_hash_table()
2033 for (i = 0; i < segment_count; ++i) { in bnx2fc_allocate_hash_table()
[all …]
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.c1049 c->layer[i].segment_count = 0; in dvb_frontend_clear_cache()
1469 tvp->u.data = c->layer[0].segment_count; in dtv_property_process_get()
1481 tvp->u.data = c->layer[1].segment_count; in dtv_property_process_get()
1493 tvp->u.data = c->layer[2].segment_count; in dtv_property_process_get()
1650 c->layer[i].segment_count = 0; in emulate_delivery_system()
1937 c->layer[0].segment_count = tvp->u.data; in dtv_property_process_set()
1949 c->layer[1].segment_count = tvp->u.data; in dtv_property_process_set()
1961 c->layer[2].segment_count = tvp->u.data; in dtv_property_process_set()
Ddvb_frontend.h600 u8 segment_count; member
/linux-4.4.14/include/linux/
Df2fs_fs.h71 __le32 segment_count; /* total # of segments */ member
/linux-4.4.14/drivers/media/common/siano/
Dsmsdvb-main.c400 c->layer[i].segment_count = lr->number_of_segments; in smsdvb_update_isdbt_stats()
488 c->layer[i].segment_count = lr->number_of_segments; in smsdvb_update_isdbt_stats_ex()