/* * FIXME correct answer depends on hmc_mode, * as does (on omap1) any nonzero value for config->otg port number */ #if IS_ENABLED(CONFIG_USB_OMAP) #define is_usb0_device(config) 1 #else #define is_usb0_device(config) 0 #endif #include <linux/platform_data/usb-omap1.h> void omap_otg_init(struct omap_usb_config *config); #if defined(CONFIG_USB) || defined(CONFIG_USB_MODULE) void omap1_usb_init(struct omap_usb_config *pdata); #else
static inline void omap1_usb_init(struct omap_usb_config *pdata) { }Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| tony lindgren | tony lindgren | 11 | 100.00% | 1 | 100.00% |
| Total | 11 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| tony lindgren | tony lindgren | 484 | 98.17% | 1 | 33.33% |
| aaro koskinen | aaro koskinen | 9 | 1.83% | 2 | 66.67% |
| Total | 493 | 100.00% | 3 | 100.00% |