Searched refs:sdw_cols (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | generic_bandwidth_allocation.c | 320 sdw_cols[c] != prop->default_col) in sdw_select_row_col() 323 frame_int = sdw_rows[r] * sdw_cols[c]; in sdw_select_row_col() 331 bus->params.col = sdw_cols[c]; in sdw_select_row_col()
|
H A D | bus.h | 77 extern int sdw_cols[SDW_FRAME_COLS];
|
H A D | stream.c | 30 int sdw_cols[SDW_FRAME_COLS] = {2, 4, 6, 8, 10, 12, 14, 16}; variable 31 EXPORT_SYMBOL(sdw_cols); variable 38 if (sdw_cols[i] == col) in sdw_find_col_index()
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | generic_bandwidth_allocation.c | 310 sdw_cols[c] != prop->default_col) in sdw_select_row_col() 313 frame_int = sdw_rows[r] * sdw_cols[c]; in sdw_select_row_col() 321 bus->params.col = sdw_cols[c]; in sdw_select_row_col()
|
H A D | bus.h | 79 extern int sdw_cols[SDW_FRAME_COLS];
|
H A D | stream.c | 31 int sdw_cols[SDW_FRAME_COLS] = {2, 4, 6, 8, 10, 12, 14, 16}; variable 32 EXPORT_SYMBOL(sdw_cols); variable 39 if (sdw_cols[i] == col) in sdw_find_col_index()
|
Completed in 11 milliseconds