Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/
H A Domap_musb.h16 struct omap_musb_board_data { struct
17 u8 interface_type;
18 struct udevice *dev;
19 void (*set_phy_power)(struct udevice *dev, u8 on);
20 void (*clear_irq)(struct udevice *dev);
21 void (*reset)(struct udevice *dev);
/openbmc/linux/include/linux/platform_data/
H A Dusb-omap.h60 struct omap_musb_board_data { struct
61 u8 interface_type;
62 u8 mode;
63 u16 power;
64 unsigned extvbus:1;
65 void (*set_phy_power)(u8 on);
66 void (*clear_irq)(void);
67 void (*set_mode)(u8 mode);
68 void (*reset)(void);