Searched refs:first_step (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/input/touchscreen/ |
D | ti_am335x_tsc.c | 129 int end_step, first_step, tsc_steps; in titsc_step_config() local 150 first_step = TOTAL_STEPS - tsc_steps; in titsc_step_config() 152 end_step = first_step + tsc_steps; in titsc_step_config() 177 end_step = first_step + ts_dev->coordinate_readouts; in titsc_step_config() 179 for (i = first_step; i < end_step; i++) { in titsc_step_config() 212 stepenable |= 1 << (first_step + i + 1); in titsc_step_config()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | dirtree.c | 255 path->first_step = xfarray_length(dl->path_steps) - 1; in xchk_dirtree_create_path() 294 path->first_step, &dl->xname, &dl->pptr_rec); in xchk_dirpath_revalidate() 654 xfarray_idx_t idx = path->first_step; in xchk_dirpath_is_stale() 755 error = xfarray_load(dl->path_steps, path->first_step, &step); in xchk_dirtree_load_path()
|
D | dirtree.h | 45 xfarray_idx_t first_step; member
|
D | dirtree_repair.c | 105 error = xfarray_load(dl->path_steps, path->first_step, &step); in xrep_dirpath_retain_parent() 269 error = xfarray_load(dl->path_steps, path->first_step, step); in xrep_dirtree_prep_path() 598 path->first_step = xfarray_length(dl->path_steps) - 1; in xrep_dirtree_create_adoption_path()
|