start_col          20 drivers/staging/uwb/allocator.c 	for (col = ci->csi.start_col; col < UWB_NUM_ZONES; col += ci->csi.interval) {
start_col         133 drivers/staging/uwb/allocator.c 	int start_col, max_mas_in_set, lowest_max_mas_in_deep;
start_col         137 drivers/staging/uwb/allocator.c 	tmp_csi.start_col = 0;
start_col         148 drivers/staging/uwb/allocator.c 			start_col = start_col_deep + col_start_set;
start_col         149 drivers/staging/uwb/allocator.c 			for (col = start_col; col < UWB_NUM_ZONES; col += interval) {
start_col         163 drivers/staging/uwb/allocator.c 				tmp_csi.start_col = start_col;
start_col         169 drivers/staging/uwb/allocator.c 			csi->start_col = tmp_csi.start_col;
start_col         175 drivers/staging/uwb/allocator.c 			csi->start_col = tmp_csi.start_col;
start_col         125 drivers/staging/uwb/uwb-internal.h 	unsigned char start_col;