Searched defs:usb_ohci_pdata (Results 1 – 5 of 5) sorted by relevance
34 struct usb_ohci_pdata { struct35 unsigned big_endian_desc:1;36 unsigned big_endian_mmio:1;37 unsigned no_big_frame_no:1;38 unsigned int num_ports;41 int (*power_on)(struct platform_device *pdev);43 void (*power_off)(struct platform_device *pdev);46 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 14 milliseconds