Home
last modified time | relevance | path

Searched defs:musb_hdrc_platform_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dmusb.h80 struct musb_hdrc_platform_data { struct
82 u8 mode;
85 const char *clock;
88 int (*set_vbus)(struct device *dev, int is_on);
91 u8 power;
94 u8 min_power;
97 u8 potpgt;
100 unsigned extvbus:1;
103 const struct musb_hdrc_config *config;
106 void *board_data;
[all …]
/openbmc/u-boot/include/linux/usb/
H A Dmusb.h96 struct musb_hdrc_platform_data { struct
98 u8 mode;
101 const char *clock;
104 int (*set_vbus)(struct device *dev, int is_on);
107 u8 power;
110 u8 min_power;
113 u8 potpgt;
116 unsigned extvbus:1;
141 struct musb_hdrc_platform_data *data, argument