Searched defs:usb_ehci_pdata (Results 1 – 1 of 1) sorted by relevance
43 struct usb_ehci_pdata { struct44 int caps_offset;45 unsigned has_tt:1;46 unsigned has_synopsys_hc_bug:1;47 unsigned big_endian_desc:1;48 unsigned big_endian_mmio:1;49 unsigned no_io_watchdog:1;50 unsigned reset_on_resume:1;51 unsigned dma_mask_64:1;54 int (*power_on)(struct platform_device *pdev);[all …]