Home
last modified time | relevance | path

Searched refs:inst_nr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
Dedac_device.h298 unsigned int count, int inst_nr, int block_nr,
311 unsigned int count, int inst_nr, int block_nr,
323 edac_device_handle_ce(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ce() argument
326 edac_device_handle_ce_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ce()
338 edac_device_handle_ue(struct edac_device_ctl_info *edac_dev, int inst_nr, in edac_device_handle_ue() argument
341 edac_device_handle_ue_count(edac_dev, 1, inst_nr, block_nr, msg); in edac_device_handle_ue()
Dedac_device.c559 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ce_count() argument
568 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce_count()
571 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce_count()
576 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce_count()
582 inst_nr, block_nr, in edac_device_handle_ce_count()
605 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ue_count() argument
614 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue_count()
617 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue_count()
622 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue_count()
628 inst_nr, block_nr, in edac_device_handle_ue_count()