Lines Matching full:enum
18 enum usb_phy_interface {
27 enum usb_phy_events {
36 enum usb_phy_type {
43 enum usb_otg_state {
93 enum usb_phy_type type;
94 enum usb_phy_events last_event;
110 enum usb_charger_type chg_type;
111 enum usb_charger_state chg_state;
149 enum usb_device_speed speed);
151 enum usb_device_speed speed);
157 enum usb_charger_type (*charger_detect)(struct usb_phy *x);
161 extern int usb_add_phy(struct usb_phy *, enum usb_phy_type type);
218 extern struct usb_phy *usb_get_phy(enum usb_phy_type type);
220 enum usb_phy_type type);
233 enum usb_charger_state state);
235 static inline struct usb_phy *usb_get_phy(enum usb_phy_type type) in usb_get_phy()
241 enum usb_phy_type type) in devm_usb_get_phy()
282 enum usb_charger_state state) in usb_phy_set_charger_state()
320 usb_phy_notify_connect(struct usb_phy *x, enum usb_device_speed speed) in usb_phy_notify_connect()
329 usb_phy_notify_disconnect(struct usb_phy *x, enum usb_device_speed speed) in usb_phy_notify_disconnect()
350 static inline const char *usb_phy_type_string(enum usb_phy_type type) in usb_phy_type_string()