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;
55 int (*power_on)(struct platform_device *pdev);
57 void (*power_off)(struct platform_device *pdev);
60 void (*power_suspend)(struct platform_device *pdev);
61 int (*pre_setup)(struct usb_hcd *hcd);