Searched refs:tweaks (Results 1 – 2 of 2) sorted by relevance
973 static int ehci_common_init(struct ehci_ctrl *ctrl, uint tweaks) in ehci_common_init() argument1068 if (!(tweaks & EHCI_TWEAK_NO_INIT_CF)) { in ehci_common_init()1094 uint tweaks = 0; in usb_lowlevel_init() local1121 tweaks |= EHCI_TWEAK_NO_INIT_CF; in usb_lowlevel_init()1123 rc = ehci_common_init(ctrl, tweaks); in usb_lowlevel_init()1608 uint tweaks, enum usb_init_type init) in ehci_register() argument1641 ret = ehci_common_init(ctrl, tweaks); in ehci_register()
290 uint tweaks, enum usb_init_type init);