Searched defs:usb_ohci_pdata (Results 1 – 5 of 5) sorted by relevance
20 struct usb_ohci_pdata { struct21 unsigned big_endian_desc:1;22 unsigned big_endian_mmio:1;23 unsigned no_big_frame_no:1;24 unsigned int num_ports;27 int (*power_on)(struct platform_device *pdev);29 void (*power_off)(struct platform_device *pdev);32 void (*power_suspend)(struct platform_device *pdev);
109 static struct usb_ohci_pdata usb_ohci_pdata; variable
117 static struct usb_ohci_pdata usb_ohci_pdata; variable
370 static struct usb_ohci_pdata usb_ohci_pdata; variable
725 static struct usb_ohci_pdata usb_ohci_pdata; variable
Completed in 9 milliseconds