Lines Matching refs:dev_idx
43 edac_dbg(3, "\tedac_dev = %p dev_idx=%d\n",
44 edac_dev, edac_dev->dev_idx);
132 dev_ctl->dev_idx = device_index;
268 * assign a unique value to edac_dev->dev_idx.
288 /* Insert in ascending order by 'dev_idx', so find position */
292 if (rover->dev_idx >= edac_dev->dev_idx) {
293 if (unlikely(rover->dev_idx == edac_dev->dev_idx))
308 rover->mod_name, rover->ctl_name, rover->dev_idx);
314 " duplicate dev_idx %d in %s()\n", rover->dev_idx,
533 edac_dev->dev_idx,