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;
5099 /* dev->reset_methods[] is a 0-terminated list of indices into this array */
5119 m = pdev->reset_methods[i];
5152 u8 reset_methods[PCI_NUM_RESET_METHODS] = { 0 }; local
5155 pdev->reset_methods[0] = 0;
5192 reset_methods[n++] = m;
5195 reset_methods[n] = 0;
5199 reset_methods[0] != 1)
5201 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 200 milliseconds