Searched refs:inst_nr (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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 | 478 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ce_count() argument 487 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce_count() 490 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce_count() 495 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce_count() 501 inst_nr, block_nr, in edac_device_handle_ce_count() 524 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ue_count() argument 533 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue_count() 536 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue_count() 541 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue_count() 547 inst_nr, block_nr, in edac_device_handle_ue_count()
|