File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -226,16 +226,16 @@ enum sdw_clk_stop_mode {
226
226
227
227
/**
228
228
* struct sdw_dp0_prop - DP0 properties
229
+ * @words: wordlengths supported
229
230
* @max_word: Maximum number of bits in a Payload Channel Sample, 1 to 64
230
231
* (inclusive)
231
232
* @min_word: Minimum number of bits in a Payload Channel Sample, 1 to 64
232
233
* (inclusive)
233
234
* @num_words: number of wordlengths supported
234
- * @words: wordlengths supported
235
+ * @ch_prep_timeout: Port-specific timeout value, in milliseconds
235
236
* @BRA_flow_controlled: Slave implementation results in an OK_NotReady
236
237
* response
237
238
* @simple_ch_prep_sm: If channel prepare sequence is required
238
- * @ch_prep_timeout: Port-specific timeout value, in milliseconds
239
239
* @imp_def_interrupts: If set, each bit corresponds to support for
240
240
* implementation-defined interrupts
241
241
*
@@ -244,13 +244,13 @@ enum sdw_clk_stop_mode {
244
244
* support
245
245
*/
246
246
struct sdw_dp0_prop {
247
+ u32 * words ;
247
248
u32 max_word ;
248
249
u32 min_word ;
249
250
u32 num_words ;
250
- u32 * words ;
251
+ u32 ch_prep_timeout ;
251
252
bool BRA_flow_controlled ;
252
253
bool simple_ch_prep_sm ;
253
- u32 ch_prep_timeout ;
254
254
bool imp_def_interrupts ;
255
255
};
256
256
You can’t perform that action at this time.
0 commit comments