Lines Matching refs:dev_idx
43 edac_dbg(3, "\tedac_dev = %p dev_idx=%d\n",
44 edac_dev, edac_dev->dev_idx);
105 dev_ctl->dev_idx = device_index;
238 * assign a unique value to edac_dev->dev_idx.
258 /* Insert in ascending order by 'dev_idx', so find position */
262 if (rover->dev_idx >= edac_dev->dev_idx) {
263 if (unlikely(rover->dev_idx == edac_dev->dev_idx))
278 rover->mod_name, rover->ctl_name, rover->dev_idx);
284 " duplicate dev_idx %d in %s()\n", rover->dev_idx,
503 edac_dev->dev_idx,