Searched refs:reset_methods (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/
H A Dpci.c96 return dev->reset_methods[0] != 0;
5015 /* dev->reset_methods[] is a 0-terminated list of indices into this array */
5034 m = pdev->reset_methods[i];
5067 u8 reset_methods[PCI_NUM_RESET_METHODS] = { 0 }; local
5070 pdev->reset_methods[0] = 0;
5107 reset_methods[n++] = m;
5110 reset_methods[n] = 0;
5114 reset_methods[0] != 1)
5116 memcpy(pdev->reset_methods, reset_methods, sizeo
[all...]
/linux-master/include/linux/
H A Dpci.h531 u8 reset_methods[PCI_NUM_RESET_METHODS]; /* In priority order */ member in struct:pci_dev

Completed in 111 milliseconds