diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/phy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/phy.h b/include/linux/usb/phy.h index bc91b5d380fd..8ed1e29ef329 100644 --- a/include/linux/usb/phy.h +++ b/include/linux/usb/phy.h | |||
| @@ -205,6 +205,8 @@ extern struct usb_phy *usb_get_phy_dev(struct device *dev, u8 index); | |||
| 205 | extern struct usb_phy *devm_usb_get_phy_dev(struct device *dev, u8 index); | 205 | extern struct usb_phy *devm_usb_get_phy_dev(struct device *dev, u8 index); |
| 206 | extern struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, | 206 | extern struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, |
| 207 | const char *phandle, u8 index); | 207 | const char *phandle, u8 index); |
| 208 | extern struct usb_phy *devm_usb_get_phy_by_node(struct device *dev, | ||
| 209 | struct device_node *node, struct notifier_block *nb); | ||
| 208 | extern void usb_put_phy(struct usb_phy *); | 210 | extern void usb_put_phy(struct usb_phy *); |
| 209 | extern void devm_usb_put_phy(struct device *dev, struct usb_phy *x); | 211 | extern void devm_usb_put_phy(struct device *dev, struct usb_phy *x); |
| 210 | extern int usb_bind_phy(const char *dev_name, u8 index, | 212 | extern int usb_bind_phy(const char *dev_name, u8 index, |
