otg_device
struct platform_device *otg_device = config->otg_device;
otg_device->dev.platform_data = config;
status = platform_device_register(otg_device);
static struct platform_device otg_device = {
pdata->otg_device = &otg_device;
static void omap_otg_ctrl(struct otg_device *otg_dev, u32 outputs)
static void omap_otg_set_mode(struct otg_device *otg_dev)
struct otg_device *otg_dev = container_of(nb, struct otg_device, id_nb);
struct otg_device *otg_dev = container_of(nb, struct otg_device,
struct otg_device *otg_dev;
struct platform_device *otg_device;