Lines Matching defs:usb_ehci_pdata
44 struct usb_ehci_pdata { struct
45 int caps_offset;
46 unsigned has_tt:1;
47 unsigned has_synopsys_hc_bug:1;
48 unsigned big_endian_desc:1;
49 unsigned big_endian_mmio:1;
50 unsigned no_io_watchdog:1;
51 unsigned reset_on_resume:1;
52 unsigned dma_mask_64:1;
53 unsigned spurious_oc:1;
56 int (*power_on)(struct platform_device *pdev);
58 void (*power_off)(struct platform_device *pdev);
61 void (*power_suspend)(struct platform_device *pdev);
62 int (*pre_setup)(struct usb_hcd *hcd);