We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7533d0d commit b6a2e1bCopy full SHA for b6a2e1b
include/linux/soundwire/sdw.h
@@ -893,6 +893,7 @@ struct sdw_master_ops {
893
* @multi_link: Store bus property that indicates if multi links
894
* are supported. This flag is populated by drivers after reading
895
* appropriate firmware (ACPI/DT).
896
+ * @lane_used_bandwidth: how much bandwidth in bits per second is used by each lane
897
*/
898
struct sdw_bus {
899
struct device *dev;
@@ -924,6 +925,7 @@ struct sdw_bus {
924
925
struct dentry *debugfs;
926
#endif
927
bool multi_link;
928
+ unsigned int lane_used_bandwidth[SDW_MAX_LANES];
929
};
930
931
int sdw_bus_master_add(struct sdw_bus *bus, struct device *parent,
0 commit comments