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 e783362 commit 945c37eCopy full SHA for 945c37e
include/linux/usb/role.h
@@ -91,6 +91,12 @@ fwnode_usb_role_switch_get(struct fwnode_handle *node)
91
92
static inline void usb_role_switch_put(struct usb_role_switch *sw) { }
93
94
+static inline struct usb_role_switch *
95
+usb_role_switch_find_by_fwnode(const struct fwnode_handle *fwnode)
96
+{
97
+ return NULL;
98
+}
99
+
100
static inline struct usb_role_switch *
101
usb_role_switch_register(struct device *parent,
102
const struct usb_role_switch_desc *desc)
0 commit comments