Searched refs:first_step (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A 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/fs/xfs/scrub/ |
| H A D | dirtree.c | 254 path->first_step = xfarray_length(dl->path_steps) - 1; in xchk_dirtree_create_path() 293 path->first_step, &dl->xname, &dl->pptr_rec); in xchk_dirpath_revalidate() 664 xfarray_idx_t idx = path->first_step; in xchk_dirpath_is_stale() 765 error = xfarray_load(dl->path_steps, path->first_step, &step); in xchk_dirtree_load_path()
|
| H A 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()
|