Searched refs:inst_nr (Results 1 – 2 of 2) sorted by relevance
/drivers/edac/ |
D | edac_device.h | 299 unsigned int count, int inst_nr, int block_nr, 312 unsigned int count, int inst_nr, int block_nr, 324 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ce() argument 327 edac_device_handle_ce_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ce() 339 edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ue() argument 342 edac_device_handle_ue_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ue()
|
D | edac_device.c | 527 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ce_count() argument 536 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce_count() 539 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce_count() 544 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce_count() 550 inst_nr, block_nr, in edac_device_handle_ce_count() 573 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ue_count() argument 582 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue_count() 585 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue_count() 590 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue_count() 596 inst_nr, block_nr, in edac_device_handle_ue_count()
|