Home
last modified time | relevance | path

Searched refs:start_col (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/uwb/
Dallocator.c31 for (col = ci->csi.start_col; col < UWB_NUM_ZONES; col += ci->csi.interval) { in uwb_rsv_fill_column_alloc()
144 int start_col, max_mas_in_set, lowest_max_mas_in_deep; in uwb_rsv_find_best_column_set() local
148 tmp_csi.start_col = 0; in uwb_rsv_find_best_column_set()
159 start_col = start_col_deep + col_start_set; in uwb_rsv_find_best_column_set()
160 for (col = start_col; col < UWB_NUM_ZONES; col += interval) { in uwb_rsv_find_best_column_set()
174 tmp_csi.start_col = start_col; in uwb_rsv_find_best_column_set()
180 csi->start_col = tmp_csi.start_col; in uwb_rsv_find_best_column_set()
186 csi->start_col = tmp_csi.start_col; in uwb_rsv_find_best_column_set()
Duwb-internal.h138 unsigned char start_col; member