| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | sysimgblt.c | 53 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 …]
|
| H A D | cfbimgblt.c | 77 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 …]
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_printk.c | 123 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 257 int start_index; in find_next() local 260 start_index = __stop___trace_bprintk_fmt - __start___trace_bprintk_fmt; in find_next() 262 if (*pos < start_index) in find_next() 277 last_index = start_index; in find_next() 278 start_index = __stop___tracepoint_str - __start___tracepoint_str; in find_next() [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | fadvise.c | 38 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() 121 start_index = (offset+(PAGE_SIZE-1)) >> PAGE_SHIFT; in generic_fadvise() 143 if (end_index >= start_index) { in generic_fadvise() 158 start_index, end_index, in generic_fadvise() 169 invalidate_mapping_pages(mapping, start_index, in generic_fadvise()
|
| /OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/ |
| H A D | altera-jtag.h | 73 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);
|
| H A D | altera-jtag.c | 117 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/ |
| H A D | cpuidle-qcom-spm.c | 62 u8 start_index[PM_SLEEP_MODE_NR]; member 86 .start_index[PM_SLEEP_MODE_STBY] = 0, 87 .start_index[PM_SLEEP_MODE_SPC] = 3, 108 .start_index[PM_SLEEP_MODE_STBY] = 0, 109 .start_index[PM_SLEEP_MODE_SPC] = 2, 149 u32 start_index; in spm_set_low_power_mode() local 152 start_index = drv->reg_data->start_index[mode]; in spm_set_low_power_mode() 156 ctl_val |= start_index << SPM_CTL_INDEX_SHIFT; in spm_set_low_power_mode()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | time-polling.c | 238 static void time_poll (struct pollfd *pollfd_array, int start_index, in time_poll() argument 255 poll (pollfd_array + start_index, num_to_test, 0); in time_poll() 260 nready = poll (pollfd_array + start_index, num_to_test, 0); in time_poll() 271 for (pollfd_ptr = pollfd_array + start_index; nready; ++pollfd_ptr) in time_poll() 293 static void time_poll2 (struct poll2ifd *poll2ifd_array, int start_index, in time_poll2() argument 310 poll2 (poll2ifd_array + start_index, poll2ofd_array, num_to_test, 0); in time_poll2() 315 nready = poll2 (poll2ifd_array + start_index, poll2ofd_array, in time_poll2() 368 int start_index; local 490 start_index = total_fds - num_to_test; 491 time_poll (pollfd_array, start_index, num_to_test, max_iter, poll_times); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum1_kvdl.c | 33 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() 224 resource_size = info->end_index - info->start_index + 1; in mlxsw_sp1_kvdl_part_init() 286 info->start_index + 1) / in mlxsw_sp1_kvdl_part_occ()
|
| H A D | spectrum_fid.c | 96 u16 start_index; member 137 return fid_family->start_index == fid_index; in mlxsw_sp_fid_is_dummy() 484 nr_fids = fid_family->end_index - fid_family->start_index + 1; in mlxsw_sp_fid_8021d_index_alloc() 488 *p_fid_index = fid_family->start_index + fid_index; in mlxsw_sp_fid_8021d_index_alloc() 696 .start_index = VLAN_N_VID, 745 .start_index = MLXSW_SP_FID_8021Q_EMU_START, 769 *p_fid_index = fid->fid_family->start_index + rif_index; in mlxsw_sp_fid_rfid_index_alloc() 779 return fid->fid_index == rif_index + fid->fid_family->start_index; in mlxsw_sp_fid_rfid_compare() 833 .start_index = MLXSW_SP_RFID_BASE, 854 *p_fid_index = fid->fid_family->start_index; in mlxsw_sp_fid_dummy_index_alloc() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_cm_common.c | 323 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_cm_common.c | 121 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_pp.c | 289 u32 start_index; in mali_pp_job_start() local 316 start_index = MALI200_REG_ADDR_RSW / sizeof(u32); in mali_pp_job_start() 320 relative_address, &frame_registers[start_index], in mali_pp_job_start() 321 nr_of_regs, &mali_frame_registers_reset_values[start_index]); in mali_pp_job_start() 325 start_index = MALI200_REG_ADDR_STACK_SIZE / sizeof(u32); in mali_pp_job_start() 328 relative_address, frame_registers[start_index], in mali_pp_job_start() 329 mali_frame_registers_reset_values[start_index]); in mali_pp_job_start() 335 start_index = MALI200_REG_ADDR_ORIGIN_OFFSET_X / sizeof(u32); in mali_pp_job_start() 339 relative_address, &frame_registers[start_index], in mali_pp_job_start() 340 nr_of_regs, &mali_frame_registers_reset_values[start_index]); in mali_pp_job_start()
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | cpumap.c | 43 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()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | fs_dax.h | 228 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))
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/ |
| H A D | mthca_mr.c | 255 int start_index, u64 *buffer_list, int list_len) in __mthca_write_mtt() argument 270 start_index * 8); in __mthca_write_mtt() 290 start_index += i; in __mthca_write_mtt() 316 struct mthca_mtt *mtt, int start_index, in mthca_tavor_write_mtt_seg() argument 323 start_index * sizeof (u64); in mthca_tavor_write_mtt_seg() 330 struct mthca_mtt *mtt, int start_index, in mthca_arbel_write_mtt_seg() argument 336 int s = start_index * sizeof (u64); in mthca_arbel_write_mtt_seg() 359 int start_index, u64 *buffer_list, int list_len) in mthca_write_mtt() argument 366 return __mthca_write_mtt(dev, mtt, start_index, buffer_list, list_len); in mthca_write_mtt() 371 mthca_arbel_write_mtt_seg(dev, mtt, start_index, in mthca_write_mtt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_virtchnl.c | 130 u32 start_index, in vchnl_vf_send_add_hmc_objs_req() argument 148 add_hmc_obj->start_index = start_index; in vchnl_vf_send_add_hmc_objs_req() 168 u32 start_index, in vchnl_vf_send_del_hmc_objs_req() argument 186 add_hmc_obj->start_index = start_index; in vchnl_vf_send_del_hmc_objs_req() 359 info.start_idx = add_hmc_obj->start_index; in pf_add_hmc_obj_callback() 394 info.start_idx = del_hmc_obj->start_index; in pf_del_hmc_obj_callback() 659 u32 start_index, in i40iw_vchnl_vf_add_hmc_objs() argument 674 start_index, in i40iw_vchnl_vf_add_hmc_objs() 697 u32 start_index, in i40iw_vchnl_vf_del_hmc_obj() argument 712 start_index, in i40iw_vchnl_vf_del_hmc_obj()
|
| H A D | i40iw_virtchnl.h | 81 u32 start_index; member 114 u32 start_index, 119 u32 start_index,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/ |
| H A D | MessageParser.cpp | 144 size_t start_index = 0; in process() local 151 new_pkt = findValidSection(&raw_stream[0], raw_stream.size(), &start_index, in process() 158 if (((ssize_t)start_index >= 0) && (end_index > 0)) { in process() 162 start_index = 0; in process() 167 raw_stream.size(), &start_index, &end_index); in process() 174 if (((ssize_t)start_index >= 0) && (end_index > 0)) { in process()
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | submenu.php | 70 $start_index = $current_page * $icons_per_page; variable 71 $end_index = $start_index + $icons_per_page - 1; 90 for($x = 0,$i = $start_index;$x<$icon_per_row;$x++)
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | submenu.php | 70 $start_index = $current_page * $icons_per_page; variable 71 $end_index = $start_index + $icons_per_page - 1; 90 for($x = 0,$i = $start_index;$x<$icon_per_row;$x++)
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | file_direct.c | 34 int start_index = target_page->index & ~mask; in squashfs_readpage_block() local 35 int end_index = start_index | mask; in squashfs_readpage_block() 44 pages = end_index - start_index + 1; in squashfs_readpage_block() 59 for (missing_pages = 0, i = 0, n = start_index; i < pages; i++, n++) { in squashfs_readpage_block()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | sort_by_side.hpp | 503 std::size_t start_index) in find_polygons_for_source() 506 rp const& start_rp = m_ranked_points[start_index]; in find_polygons_for_source() 510 for (std::size_t index = move<Member>(the_index, start_index); in find_polygons_for_source() 522 if (index == start_index) in find_polygons_for_source() 548 std::size_t start_index = 0; in assign_zones() local 562 if (ranked_point.rank == start_rank && start_index == 0) in assign_zones() 564 start_index = i; in assign_zones() 573 std::size_t index = start_index; in assign_zones()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fs_tracepoint.h | 105 __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,
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 2077 u16 start_index; in gup_burn_fw_gwake() local 2084 start_index = update_msg.fw_burned_len - FW_DSP_ISP_LENGTH; in gup_burn_fw_gwake() 2111 ret = gup_load_section_file(fw_gwake, start_index, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_gwake() 2129 … ret = gup_load_section_file(fw_gwake, start_index+FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET); in gup_burn_fw_gwake() 2147 …ret = gup_load_section_file(fw_gwake, start_index+2*FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_SET… in gup_burn_fw_gwake() 2165 …ret = gup_load_section_file(fw_gwake, start_index + 3*FW_SECTION_LENGTH, FW_SECTION_LENGTH, SEEK_S… in gup_burn_fw_gwake() 2578 static s32 gup_burn_fw_proc(struct i2c_client *client, u16 start_addr, s32 start_index, s32 burn_le… 2579 static s32 gup_check_and_repair(struct i2c_client *client, u16 start_addr, s32 start_index, s32 chk… 3212 static s32 gup_burn_fw_proc(struct i2c_client *client, u16 start_addr, s32 start_index, s32 burn_le… in gup_burn_fw_proc() argument 3216 …P_DEBUG("burn firmware: 0x%04X, %d bytes, start_index: 0x%04X", start_addr, burn_len, start_index); in gup_burn_fw_proc() [all …]
|