Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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);
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dusb-omap.h74 struct omap_musb_board_data { struct
75 u8 interface_type;
76 u8 mode;
77 u16 power;
78 unsigned extvbus:1;
79 void (*set_phy_power)(u8 on);
80 void (*clear_irq)(void);
81 void (*set_mode)(u8 mode);
82 void (*reset)(void);