File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -979,6 +979,7 @@ struct sdw_stream_runtime {
979
979
* @stream_refcount: number of streams currently using this bus
980
980
* @btp_stream_refcount: number of BTP streams currently using this bus (should
981
981
* be zero or one, multiple streams per link is not supported).
982
+ * @bpt_stream: pointer stored to handle BTP streams.
982
983
* @ops: Master callback ops
983
984
* @port_ops: Master port callback ops
984
985
* @prop: Master properties
@@ -1017,6 +1018,7 @@ struct sdw_bus {
1017
1018
struct sdw_bus_params params ;
1018
1019
int stream_refcount ;
1019
1020
int bpt_stream_refcount ;
1021
+ struct sdw_stream_runtime * bpt_stream ;
1020
1022
const struct sdw_master_ops * ops ;
1021
1023
const struct sdw_master_port_ops * port_ops ;
1022
1024
struct sdw_master_prop prop ;
You can’t perform that action at this time.
0 commit comments