--- zzzz-none-000/linux-4.4.271/include/linux/usb/ehci_pdriver.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/include/linux/usb/ehci_pdriver.h 2023-04-19 10:22:30.000000000 +0000 @@ -49,6 +49,9 @@ unsigned no_io_watchdog:1; unsigned reset_on_resume:1; unsigned dma_mask_64:1; + unsigned ignore_oc:1; + unsigned qca_force_host_mode:1; + unsigned qca_force_16bit_ptw:1; /* Turn on all power and clocks */ int (*power_on)(struct platform_device *pdev); @@ -58,6 +61,7 @@ * turn off everything else */ void (*power_suspend)(struct platform_device *pdev); int (*pre_setup)(struct usb_hcd *hcd); + void (*reset_notifier)(struct platform_device *pdev); }; #endif /* __USB_CORE_EHCI_PDRIVER_H */