Lines Matching refs:reset
15 #include <linux/reset.h>
84 .reset = xhci_pci_setup,
127 " endpoint cmd after reset endpoint");
402 /* called during probe() after chip reset completes */
452 struct reset_control *reset;
461 reset = devm_reset_control_get_optional_exclusive(&dev->dev, NULL);
462 if (IS_ERR(reset))
463 return PTR_ERR(reset);
464 reset_control_reset(reset);
483 xhci->reset = reset;
655 reset_control_reset(xhci->reset);