/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | dsp_defs.h | 123 word segment_count; member 168 word segment_count; member 188 word segment_count; member
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | tc90522.c | 222 c->layer[0].segment_count = val[3] & 0x3f; /* slots */ in tc90522s_get_frontend() 228 c->layer[1].segment_count = 0; in tc90522s_get_frontend() 230 c->layer[1].segment_count = val[4] & 0x3f; /* slots */ in tc90522s_get_frontend() 362 c->layer[0].segment_count = 0; in tc90522t_get_frontend() 365 c->layer[0].segment_count = v; in tc90522t_get_frontend() 375 c->layer[1].segment_count = 0; in tc90522t_get_frontend() 378 c->layer[1].segment_count = v; in tc90522t_get_frontend() 387 c->layer[2].segment_count = 0; in tc90522t_get_frontend() 390 c->layer[2].segment_count = v; in tc90522t_get_frontend()
|
D | dib8000.c | 2040 …ate, 2 + layer_index, (constellation << 10) | ((c->layer[layer_index].segment_count & 0xf) << 6) |… in dib8000_set_layer() 2041 if (c->layer[layer_index].segment_count > 0) { in dib8000_set_layer() 2373 nbseg_diff += (c->layer[i].modulation == DQPSK) * c->layer[i].segment_count; in dib8000_set_isdbt_common_channel() 2378 nbseg_diff += (c->layer[i].modulation == DQPSK) * c->layer[i].segment_count; in dib8000_set_isdbt_common_channel() 2391 state->layer_b_nb_seg = c->layer[1].segment_count; in dib8000_set_isdbt_common_channel() 2392 state->layer_c_nb_seg = c->layer[2].segment_count; in dib8000_set_isdbt_common_channel() 2456 tmcc_pow += (((c->layer[i].modulation == DQPSK) * 4 + 1) * c->layer[i].segment_count) ; in dib8000_set_isdbt_common_channel() 2550 c->layer[0].segment_count = 13; in dib8000_autosearch_start() 2586 c->layer[0].segment_count = 13; in dib8000_autosearch_start() 2588 c->layer[0].segment_count = 13; in dib8000_autosearch_start() [all …]
|
D | mb86a20s.c | 662 c->layer[layer].segment_count = rc; in mb86a20s_get_frontend() 664 c->layer[layer].segment_count = 0; in mb86a20s_get_frontend() 690 c->layer[layer].segment_count); in mb86a20s_get_frontend()
|
D | dib0090.c | 1259 …ty_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cache.layer[0].segment_count > in dib0090_gain_control() 1267 ((state->fe->dtv_property_cache.layer[1].segment_count > in dib0090_gain_control() 1275 ((state->fe->dtv_property_cache.layer[2].segment_count > in dib0090_gain_control()
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 2079 u32 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_area_boundary() local 2084 (segment_count << log_blocks_per_seg); in sanity_check_area_boundary() 2134 (segment_count << log_blocks_per_seg), in sanity_check_area_boundary() 2142 raw_super->segment_count = cpu_to_le32((main_end_blkaddr - in sanity_check_area_boundary() 2156 (segment_count << log_blocks_per_seg), in sanity_check_area_boundary() 2167 block_t segment_count, segs_per_sec, secs_per_zone; in sanity_check_raw_super() local 2225 segment_count = le32_to_cpu(raw_super->segment_count); in sanity_check_raw_super() 2233 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super() 2234 segment_count < F2FS_MIN_SEGMENTS) { in sanity_check_raw_super() 2237 segment_count); in sanity_check_raw_super() [all …]
|
D | debug.c | 125 si->segment_count[i] = sbi->segment_count[i]; in update_general_status() 407 si->block_count[SSR], si->segment_count[SSR]); in stat_show() 409 si->block_count[LFS], si->segment_count[LFS]); in stat_show() 453 si->all_area_segs = le32_to_cpu(raw_super->segment_count); in f2fs_build_stats()
|
D | segment.h | 67 (SM_I(sbi) ? SM_I(sbi)->segment_count : \ 68 le32_to_cpu(F2FS_RAW_SUPER(sbi)->segment_count))
|
D | f2fs.h | 900 unsigned int segment_count; /* total # of segments */ member 1260 unsigned int segment_count[2]; /* # of allocated segments */ member 3101 unsigned int segment_count[2]; member 3153 ((sbi)->segment_count[(curseg)->alloc_type]++)
|
D | segment.c | 4128 sm_info->segment_count = le32_to_cpu(raw_super->segment_count); in f2fs_build_segment_manager()
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 1969 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-v4.19/drivers/media/dvb-core/ |
D | dvb_frontend.c | 1036 c->layer[i].segment_count = 0; in dvb_frontend_clear_cache() 1441 tvp->u.data = c->layer[0].segment_count; in dtv_property_process_get() 1453 tvp->u.data = c->layer[1].segment_count; in dtv_property_process_get() 1465 tvp->u.data = c->layer[2].segment_count; in dtv_property_process_get() 1627 c->layer[i].segment_count = 0; in emulate_delivery_system() 1929 c->layer[0].segment_count = data; in dtv_property_process_set() 1941 c->layer[1].segment_count = data; in dtv_property_process_set() 1953 c->layer[2].segment_count = data; in dtv_property_process_set()
|
/Linux-v4.19/include/media/ |
D | dvb_frontend.h | 616 u8 segment_count; member
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | tx.c | 364 unsigned int segment_count) in efx_tx_map_data() argument 386 if (segment_count) { in efx_tx_map_data()
|
/Linux-v4.19/include/linux/ |
D | f2fs_fs.h | 87 __le32 segment_count; /* total # of segments */ member
|
/Linux-v4.19/drivers/media/common/siano/ |
D | smsdvb-main.c | 400 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()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_type.h | 1431 u32 segment_count; member
|
D | i40e_common.c | 1210 for (i = 0; i < pkg_hdr->segment_count; i++) { in i40evf_find_segment_in_package()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_type.h | 1510 u32 segment_count; member
|
D | i40e_common.c | 5436 for (i = 0; i < pkg_hdr->segment_count; i++) { in i40e_find_segment_in_package()
|