Lines Matching defs:reset_methods
97 return dev->reset_methods[0] != 0;
5346 /* dev->reset_methods[] is a 0-terminated list of indices into this array */
5365 m = pdev->reset_methods[i];
5398 u8 reset_methods[PCI_NUM_RESET_METHODS] = { 0 };
5401 pdev->reset_methods[0] = 0;
5438 reset_methods[n++] = m;
5441 reset_methods[n] = 0;
5445 reset_methods[0] != 1)
5447 memcpy(pdev->reset_methods, reset_methods, sizeof(pdev->reset_methods));
5514 m = dev->reset_methods[i];
5538 * Stores reset mechanisms supported by device in reset_methods byte array
5553 dev->reset_methods[i++] = m;
5558 dev->reset_methods[i] = 0;