Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 25 of 66) sorted by relevance

123

/linux-6.1.9/drivers/soc/qcom/
Dspm.c85 .start_index[PM_SLEEP_MODE_STBY] = 0,
86 .start_index[PM_SLEEP_MODE_SPC] = 5,
97 .start_index[PM_SLEEP_MODE_STBY] = 0,
98 .start_index[PM_SLEEP_MODE_SPC] = 5,
116 .start_index[PM_SLEEP_MODE_STBY] = 0,
117 .start_index[PM_SLEEP_MODE_SPC] = 3,
128 .start_index[PM_SLEEP_MODE_STBY] = 0,
129 .start_index[PM_SLEEP_MODE_SPC] = 5,
150 .start_index[PM_SLEEP_MODE_STBY] = 0,
151 .start_index[PM_SLEEP_MODE_SPC] = 2,
[all …]
/linux-6.1.9/drivers/video/fbdev/core/
Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit() argument
70 if (start_index) { in color_imageblit()
72 start_index)); in color_imageblit()
74 shift = start_index; in color_imageblit()
105 start_index += pitch_index; in color_imageblit()
106 start_index &= 32 - 1; in color_imageblit()
113 u32 start_index, u32 pitch_index) in slow_imageblit() argument
135 if (start_index) { in slow_imageblit()
137 start_index)); in slow_imageblit()
139 shift = start_index; in slow_imageblit()
[all …]
Dcfbimgblt.c77 u32 start_index, in color_imageblit() argument
96 if (start_index) { in color_imageblit()
98 start_index, bswapmask); in color_imageblit()
100 shift = start_index; in color_imageblit()
131 start_index += pitch_index; in color_imageblit()
132 start_index &= 32 - 1; in color_imageblit()
140 u32 start_index, in slow_imageblit() argument
164 if (start_index) { in slow_imageblit()
166 start_index, bswapmask); in slow_imageblit()
168 shift = start_index; in slow_imageblit()
[all …]
/linux-6.1.9/kernel/trace/
Dtrace_printk.c123 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
136 if (!v || start_index == *pos) { in find_next_mod_format()
141 if (start_index == *pos) in find_next_mod_format()
143 start_index++; in find_next_mod_format()
180 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
268 int start_index; in find_next() local
271 start_index = __stop___trace_bprintk_fmt - __start___trace_bprintk_fmt; in find_next()
273 if (*pos < start_index) in find_next()
288 last_index = start_index; in find_next()
289 start_index = __stop___tracepoint_str - __start___tracepoint_str; in find_next()
[all …]
/linux-6.1.9/mm/
Dfadvise.c38 pgoff_t start_index; in generic_fadvise() local
99 start_index = offset >> PAGE_SHIFT; in generic_fadvise()
103 nrpages = end_index - start_index + 1; in generic_fadvise()
107 force_page_cache_readahead(mapping, file, start_index, nrpages); in generic_fadvise()
120 start_index = (offset+(PAGE_SIZE-1)) >> PAGE_SHIFT; in generic_fadvise()
142 if (end_index >= start_index) { in generic_fadvise()
157 start_index, end_index, in generic_fadvise()
168 invalidate_mapping_pages(mapping, start_index, in generic_fadvise()
/linux-6.1.9/drivers/misc/altera-stapl/
Daltera-jtag.h73 int altera_set_dr_pre(struct altera_jtag *js, u32 count, u32 start_index,
75 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index,
77 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index,
79 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index,
88 u8 *tdi_data, u32 start_index);
94 u8 *tdi_data, u32 start_index);
Daltera-jtag.c117 u32 count, u32 start_index, in altera_set_dr_pre() argument
136 j = i + start_index; in altera_set_dr_pre()
155 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index, in altera_set_ir_pre() argument
175 j = i + start_index; in altera_set_ir_pre()
193 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index, in altera_set_dr_post() argument
214 j = i + start_index; in altera_set_dr_post()
233 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index, in altera_set_ir_post() argument
255 j = i + start_index; in altera_set_ir_post()
394 u32 start_index, in altera_concatenate_data() argument
413 j = start_index; in altera_concatenate_data()
[all …]
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum1_kvdl.c33 unsigned int start_index; member
47 .start_index = MLXSW_SP1_KVDL_##id##_BASE, \
96 if (kvdl_index >= part->info.start_index && in mlxsw_sp1_kvdl_index_part()
108 return info->start_index + entry_index * info->alloc_size; in mlxsw_sp1_kvdl_to_kvdl_index()
115 return (kvdl_index - info->start_index) / info->alloc_size; in mlxsw_sp1_kvdl_to_entry_index()
124 nr_entries = (info->end_index - info->start_index + 1) / in mlxsw_sp1_kvdl_part_alloc()
202 part->info.start_index = part_prev->info.end_index + 1; in mlxsw_sp1_kvdl_part_update()
203 part->info.end_index = part->info.start_index + size - 1; in mlxsw_sp1_kvdl_part_update()
223 resource_size = info->end_index - info->start_index + 1; in mlxsw_sp1_kvdl_part_init()
285 info->start_index + 1) / in mlxsw_sp1_kvdl_part_occ()
Dspectrum_fid.c103 u16 start_index; member
147 return fid_family->start_index == fid_index; in mlxsw_sp_fid_is_dummy()
330 return fid_family->end_index - fid_family->start_index + 1; in mlxsw_sp_fid_family_num_fids()
420 fid->fid_offset = fid->fid_index - fid->fid_family->start_index; in mlxsw_sp_fid_8021q_setup()
778 fid->fid_offset = fid->fid_index - fid->fid_family->start_index; in mlxsw_sp_fid_8021d_setup()
799 nr_fids = fid_family->end_index - fid_family->start_index + 1; in mlxsw_sp_fid_8021d_index_alloc()
803 *p_fid_index = fid_family->start_index + fid_index; in mlxsw_sp_fid_8021d_index_alloc()
1137 *p_fid_index = fid->fid_family->start_index + rif_index; in mlxsw_sp_fid_rfid_index_alloc()
1147 return fid->fid_index == rif_index + fid->fid_family->start_index; in mlxsw_sp_fid_rfid_compare()
1278 *p_fid_index = fid->fid_family->start_index; in mlxsw_sp_fid_dummy_index_alloc()
[all …]
Dspectrum_policer.c16 u16 start_index; /* Inclusive */ member
92 family->start_index = MLXSW_CORE_RES_GET(core, MAX_CPU_POLICERS); in mlxsw_sp_policer_single_rate_family_init()
122 id = idr_alloc(&family->policer_idr, policer, family->start_index, in mlxsw_sp_policer_single_rate_index_alloc()
326 if (WARN_ON(family->start_index >= family->end_index)) { in mlxsw_sp_policer_family_register()
/linux-6.1.9/arch/sparc/kernel/
Dcpumap.c43 int start_index; /* Index of first node of a level in a cpuinfo tree */ member
133 lv->start_index = lv->end_index = lv->num_nodes = 0; in enumerate_cpuinfo_nodes()
165 tree_level[CPUINFO_LVL_NODE].start_index = 1; in enumerate_cpuinfo_nodes()
169 tree_level[CPUINFO_LVL_CORE].start_index = n; in enumerate_cpuinfo_nodes()
173 tree_level[CPUINFO_LVL_PROC].start_index = n; in enumerate_cpuinfo_nodes()
208 n = new_tree->level[level].start_index; in build_cpuinfo_tree()
223 ? new_tree->level[level - 1].start_index : -1; in build_cpuinfo_tree()
227 ? cpu : new_tree->level[level + 1].start_index; in build_cpuinfo_tree()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c323 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local
376 start_index = (region_start + k + MAX_LOW_POINT) * in cm_helper_translate_curve_to_hw_format()
378 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS; in cm_helper_translate_curve_to_hw_format()
390 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS; in cm_helper_translate_curve_to_hw_format()
391 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index]; in cm_helper_translate_curve_to_hw_format()
392 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index]; in cm_helper_translate_curve_to_hw_format()
393 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index]; in cm_helper_translate_curve_to_hw_format()
520 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local
552 start_index = (region_start + k + MAX_LOW_POINT) * in cm_helper_translate_curve_to_degamma_hw_format()
554 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS; in cm_helper_translate_curve_to_degamma_hw_format()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_cm_common.c121 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_hw_format() local
175 start_index = (region_start + k + MAX_LOW_POINT) * in cm3_helper_translate_curve_to_hw_format()
177 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS; in cm3_helper_translate_curve_to_hw_format()
189 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS; in cm3_helper_translate_curve_to_hw_format()
190 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index]; in cm3_helper_translate_curve_to_hw_format()
191 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index]; in cm3_helper_translate_curve_to_hw_format()
192 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index]; in cm3_helper_translate_curve_to_hw_format()
320 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_degamma_hw_format() local
352 start_index = (region_start + k + MAX_LOW_POINT) * in cm3_helper_translate_curve_to_degamma_hw_format()
354 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS; in cm3_helper_translate_curve_to_degamma_hw_format()
[all …]
/linux-6.1.9/fs/squashfs/
Dfile_direct.c31 int start_index = target_page->index & ~mask; in squashfs_readpage_block() local
32 int end_index = start_index | mask; in squashfs_readpage_block()
41 pages = end_index - start_index + 1; in squashfs_readpage_block()
48 for (i = 0, n = start_index; n <= end_index; n++) { in squashfs_readpage_block()
/linux-6.1.9/include/trace/events/
Dfs_dax.h228 TP_PROTO(struct inode *inode, pgoff_t start_index, pgoff_t end_index),
229 TP_ARGS(inode, start_index, end_index),
232 __field(pgoff_t, start_index)
239 __entry->start_index = start_index;
246 __entry->start_index,
253 TP_PROTO(struct inode *inode, pgoff_t start_index, pgoff_t end_index),\
254 TP_ARGS(inode, start_index, end_index))
/linux-6.1.9/drivers/infiniband/hw/mthca/
Dmthca_mr.c253 int start_index, u64 *buffer_list, int list_len) in __mthca_write_mtt() argument
268 start_index * 8); in __mthca_write_mtt()
288 start_index += i; in __mthca_write_mtt()
314 struct mthca_mtt *mtt, int start_index, in mthca_tavor_write_mtt_seg() argument
321 start_index * sizeof (u64); in mthca_tavor_write_mtt_seg()
328 struct mthca_mtt *mtt, int start_index, in mthca_arbel_write_mtt_seg() argument
334 int s = start_index * sizeof (u64); in mthca_arbel_write_mtt_seg()
357 int start_index, u64 *buffer_list, int list_len) in mthca_write_mtt() argument
364 return __mthca_write_mtt(dev, mtt, start_index, buffer_list, list_len); in mthca_write_mtt()
369 mthca_arbel_write_mtt_seg(dev, mtt, start_index, in mthca_write_mtt()
[all …]
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h105 __field(u32, start_index)
116 __entry->start_index = fg->start_index;
117 __entry->end_index = fg->start_index + fg->max_ftes;
139 __entry->start_index, __entry->end_index,
/linux-6.1.9/drivers/acpi/acpica/
Dnsrepair2.c74 u32 start_index,
765 u32 start_index, in acpi_ns_check_sorted_list() argument
791 if (!outer_element_count || start_index >= outer_element_count) { in acpi_ns_check_sorted_list()
795 outer_elements = &return_object->package.elements[start_index]; in acpi_ns_check_sorted_list()
796 outer_element_count -= start_index; in acpi_ns_check_sorted_list()
835 elements[start_index], in acpi_ns_check_sorted_list()
Dnsprepkg.c29 u8 type2, u32 count2, u32 start_index);
705 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements() argument
720 type1, i + start_index); in acpi_ns_check_package_elements()
731 (i + count1 + start_index)); in acpi_ns_check_package_elements()
/linux-6.1.9/drivers/infiniband/hw/mlx4/
Dmr.c98 int *start_index, int *npages) in mlx4_ib_umem_write_mtt_block() argument
134 err = mlx4_write_mtt(dev->dev, mtt, *start_index, in mlx4_ib_umem_write_mtt_block()
139 (*start_index) += *npages; in mlx4_ib_umem_write_mtt_block()
191 int start_index = 0; in mlx4_ib_umem_write_mtt() local
217 pages, &start_index, in mlx4_ib_umem_write_mtt()
235 &start_index, &npages); in mlx4_ib_umem_write_mtt()
241 err = mlx4_write_mtt(dev->dev, mtt, start_index, npages, pages); in mlx4_ib_umem_write_mtt()
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dslice.c78 unsigned long start_index = GET_HIGH_SLICE_INDEX(start); in slice_range_to_mask() local
80 unsigned long count = GET_HIGH_SLICE_INDEX(align_end) - start_index; in slice_range_to_mask()
82 bitmap_set(ret->high_slices, start_index, count); in slice_range_to_mask()
156 unsigned long start_index = GET_HIGH_SLICE_INDEX(start); in slice_check_range_fits() local
158 unsigned long count = GET_HIGH_SLICE_INDEX(align_end) - start_index; in slice_check_range_fits()
161 for (i = start_index; i < start_index + count; i++) { in slice_check_range_fits()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Dmr.c693 int start_index, int npages, u64 *page_list) in mlx4_write_mtt_chunk() argument
701 start_index, &dma_handle); in mlx4_write_mtt_chunk()
719 int start_index, int npages, u64 *page_list) in __mlx4_write_mtt() argument
728 max_mtts_first_page = mtts_per_page - (mtt->offset + start_index) in __mlx4_write_mtt()
734 err = mlx4_write_mtt_chunk(dev, mtt, start_index, chunk, page_list); in __mlx4_write_mtt()
738 start_index += chunk; in __mlx4_write_mtt()
747 int start_index, int npages, u64 *page_list) in mlx4_write_mtt() argument
767 inbox[0] = cpu_to_be64(mtt->offset + start_index); in mlx4_write_mtt()
779 start_index += chunk; in mlx4_write_mtt()
786 return __mlx4_write_mtt(dev, mtt, start_index, npages, page_list); in mlx4_write_mtt()
/linux-6.1.9/kernel/
Dkcov.c233 u64 count, start_index, end_pos, max_pos; in write_comp_data() local
251 start_index = 1 + count * KCOV_WORDS_PER_CMP; in write_comp_data()
252 end_pos = (start_index + KCOV_WORDS_PER_CMP) * sizeof(u64); in write_comp_data()
257 area[start_index] = type; in write_comp_data()
258 area[start_index + 1] = arg1; in write_comp_data()
259 area[start_index + 2] = arg2; in write_comp_data()
260 area[start_index + 3] = ip; in write_comp_data()
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/
Dxgbe-desc.c531 unsigned int start_index, cur_index; in xgbe_map_tx_skb() local
538 start_index = ring->cur; in xgbe_map_tx_skb()
646 packet->rdesc_count = cur_index - start_index; in xgbe_map_tx_skb()
653 while (start_index < cur_index) { in xgbe_map_tx_skb()
654 rdata = XGBE_GET_DESC_DATA(ring, start_index++); in xgbe_map_tx_skb()
/linux-6.1.9/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-desc.c502 unsigned int start_index, cur_index; in xlgmac_map_tx_skb() local
512 start_index = ring->cur; in xlgmac_map_tx_skb()
622 pkt_info->desc_count = cur_index - start_index; in xlgmac_map_tx_skb()
627 while (start_index < cur_index) { in xlgmac_map_tx_skb()
628 desc_data = XLGMAC_GET_DESC_DATA(ring, start_index++); in xlgmac_map_tx_skb()

123