Lines Matching refs:reset

11  * Init/reset quirks for USB host controllers should be in the USB quirks
3626 * Some NVIDIA GPU devices do not work with bus reset, SBR needs to be
3638 * Some Atheros AR9xxx and QCA988x chips do not behave after a bus reset.
3641 * and typically causes the system to hang or reset when access is attempted.
3653 * reset when used with certain child devices. After the reset, config
3659 * Some TI KeyStone C667X devices do not support bus/hot reset. The PCIESS
3661 * the device stops working. Prevent bus reset for these devices. With
3671 * We can't do a bus reset on root bus devices, but an ineffective
3672 * PM reset may be better than nothing.
3680 * causes a reset (i.e., they advertise NoSoftRst-). This transition seems
3684 * unavailable to skip it when testing reset methods.
3690 * Spectrum-{1,2,3,4} devices report that a D3hot->D0 transition causes a reset
3693 * remain up. Advertising this support makes it seem as if a PM reset is viable
3694 * for these devices. Mark it as unavailable to skip it when testing reset
3790 * Following are device-specific reset methods which can be used to
3791 * reset a single function if other methods (e.g. FLR, PM D0->D3) are
3833 * driver loaded sets the right bits. However, this's a reset and
3849 pci_warn(dev, "timeout during reset\n");
3858 /* Device-specific reset method for Chelsio T4-based adapters */
3866 * that we have no device-specific reset method.
3873 * reset this device.
3889 * Perform the actual device function reset, saving and restoring
3890 * configuration information around the reset.
3967 * to quiesce the device before reset.
4033 /* Device-specific reset method for Huawei Intelligent NIC virtual functions */
4068 /* Firmware clears HINIC_VF_FLR_PROC_BIT when reset is complete */
4106 * These device-specific reset methods are here rather than in a driver
4108 * to reset the device but probably doesn't have a driver for it.
4114 for (i = pci_dev_reset_methods; i->reset; i++) {
4119 return i->reset(dev, probe);
5798 * not always reset the secondary Nvidia GPU between reboots if the system
5805 * Luckily, it seems a simple reset of the Nvidia GPU brings it back to a
5843 pci_err(pdev, "Failed to reset GPU: %d\n", ret);