Searched refs:inst_nr (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/edac/ |
| H A D | edac_device.h | 284 unsigned int count, int inst_nr, int block_nr, 297 unsigned int count, int inst_nr, int block_nr, 309 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ce() argument 312 edac_device_handle_ce_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ce() 324 edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ue() argument 327 edac_device_handle_ue_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ue()
|
| H A D | edac_device.c | 479 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ce_count() argument 488 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce_count() 491 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce_count() 496 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce_count() 502 inst_nr, block_nr, in edac_device_handle_ce_count() 525 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ue_count() argument 534 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue_count() 537 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue_count() 542 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue_count() 548 inst_nr, block_nr, in edac_device_handle_ue_count()
|