Searched refs:edac_device_ctl_info (Results 1 – 20 of 20) sorted by relevance
| /linux/drivers/edac/ |
| A D | edac_device.h | 79 struct edac_device_ctl_info; 89 ssize_t (*show)(struct edac_device_ctl_info *, char *); 90 ssize_t (*store)(struct edac_device_ctl_info *, const char *, size_t); 124 struct edac_device_ctl_info *ctl; /* Up pointer */ 141 struct edac_device_ctl_info { struct 181 void (*edac_check) (struct edac_device_ctl_info * edac_dev); argument 223 container_of(w,struct edac_device_ctl_info,work) argument 230 extern struct edac_device_ctl_info *edac_device_alloc_ctl_info( 258 extern int edac_device_add_device(struct edac_device_ctl_info *edac_dev); 283 void edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev, [all …]
|
| A D | edac_device.c | 41 static void edac_device_dump_device(struct edac_device_ctl_info *edac_dev) in edac_device_dump_device() 56 struct edac_device_ctl_info * 63 struct edac_device_ctl_info *dev_ctl; in edac_device_alloc_ctl_info() 70 dev_ctl = kzalloc(sizeof(struct edac_device_ctl_info), GFP_KERNEL); in edac_device_alloc_ctl_info() 153 void edac_device_free_ctl_info(struct edac_device_ctl_info *ctl_info) in edac_device_free_ctl_info() 171 struct edac_device_ctl_info *edac_dev; in find_edac_device_by_dev() 177 edac_dev = list_entry(item, struct edac_device_ctl_info, link); in find_edac_device_by_dev() 200 struct edac_device_ctl_info *rover; in add_edac_dev_to_global_list() 211 rover = list_entry(item, struct edac_device_ctl_info, link); in add_edac_dev_to_global_list() 371 int edac_device_add_device(struct edac_device_ctl_info *edac_dev) in edac_device_add_device() [all …]
|
| A D | edac_device_sysfs.c | 23 #define to_edacdev(k) container_of(k, struct edac_device_ctl_info, kobj) 32 static ssize_t edac_device_ctl_log_ue_show(struct edac_device_ctl_info in edac_device_ctl_log_ue_show() 38 static ssize_t edac_device_ctl_log_ue_store(struct edac_device_ctl_info in edac_device_ctl_log_ue_store() 49 static ssize_t edac_device_ctl_log_ce_show(struct edac_device_ctl_info in edac_device_ctl_log_ce_show() 55 static ssize_t edac_device_ctl_log_ce_store(struct edac_device_ctl_info in edac_device_ctl_log_ce_store() 109 ssize_t(*show) (struct edac_device_ctl_info *, char *); 120 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); in edac_dev_ctl_info_show() 133 struct edac_device_ctl_info *edac_dev = to_ctl_info(kobj); in edac_dev_ctl_info_store() 204 struct edac_device_ctl_info *edac_dev = to_edacdev(kobj); in edac_device_ctrl_master_release() 727 struct edac_device_ctl_info *edac_dev) in edac_device_add_main_sysfs_attributes() [all …]
|
| A D | edac_module.h | 42 struct edac_device_ctl_info *edac_dev); 44 struct edac_device_ctl_info *edac_dev); 45 extern int edac_device_create_sysfs(struct edac_device_ctl_info *edac_dev); 46 extern void edac_device_remove_sysfs(struct edac_device_ctl_info *edac_dev); 55 extern void edac_device_reset_delay_period(struct edac_device_ctl_info
|
| A D | mpc85xx_edac.c | 339 static ssize_t mpc85xx_l2_inject_data_hi_show(struct edac_device_ctl_info in mpc85xx_l2_inject_data_hi_show() 347 static ssize_t mpc85xx_l2_inject_data_lo_show(struct edac_device_ctl_info in mpc85xx_l2_inject_data_lo_show() 355 static ssize_t mpc85xx_l2_inject_ctrl_show(struct edac_device_ctl_info in mpc85xx_l2_inject_ctrl_show() 363 static ssize_t mpc85xx_l2_inject_data_hi_store(struct edac_device_ctl_info in mpc85xx_l2_inject_data_hi_store() 376 static ssize_t mpc85xx_l2_inject_data_lo_store(struct edac_device_ctl_info in mpc85xx_l2_inject_data_lo_store() 389 static ssize_t mpc85xx_l2_inject_ctrl_store(struct edac_device_ctl_info in mpc85xx_l2_inject_ctrl_store() 431 static void mpc85xx_set_l2_sysfs_attributes(struct edac_device_ctl_info in mpc85xx_set_l2_sysfs_attributes() 439 static void mpc85xx_l2_check(struct edac_device_ctl_info *edac_dev) in mpc85xx_l2_check() 474 struct edac_device_ctl_info *edac_dev = dev_id; in mpc85xx_l2_isr() 490 struct edac_device_ctl_info *edac_dev; in mpc85xx_l2_err_probe() [all …]
|
| A D | octeon_edac-l2c.c | 23 static void octeon_l2c_poll_oct1(struct edac_device_ctl_info *l2c) in octeon_l2c_poll_oct1() 60 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad) in _octeon_l2c_poll_oct2() 126 static void octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c) in octeon_l2c_poll_oct2() 135 struct edac_device_ctl_info *l2c; in octeon_l2c_probe() 189 struct edac_device_ctl_info *l2c = platform_get_drvdata(pdev); in octeon_l2c_remove()
|
| A D | zynqmp_edac.c | 157 static void handle_error(struct edac_device_ctl_info *dci, struct ecc_status *p) in handle_error() 190 struct edac_device_ctl_info *dci = dev_id; in intr_handler() 253 struct edac_device_ctl_info *edac_dev = file->private_data; in inject_ce_write() 297 struct edac_device_ctl_info *edac_dev = file->private_data; in inject_ue_write() 349 static void setup_debugfs(struct edac_device_ctl_info *edac_dev) in setup_debugfs() 368 struct edac_device_ctl_info *dci; in edac_probe() 431 struct edac_device_ctl_info *dci = platform_get_drvdata(pdev); in edac_remove()
|
| A D | xgene_edac.c | 513 struct edac_device_ctl_info *edac_dev; 810 struct edac_device_ctl_info *edac_dev = file->private_data; in xgene_edac_pmd_l1_inject_ctrl_write() 836 struct edac_device_ctl_info *edac_dev = file->private_data; in xgene_edac_pmd_l2_inject_ctrl_write() 889 struct edac_device_ctl_info *edac_dev; in xgene_edac_pmd_add() 981 struct edac_device_ctl_info *edac_dev = pmd->edac_dev; in xgene_edac_pmd_remove() 1021 struct edac_device_ctl_info *edac_dev; 1150 struct edac_device_ctl_info *edac_dev = file->private_data; in xgene_edac_l3_inject_ctrl_write() 1186 struct edac_device_ctl_info *edac_dev; in xgene_edac_l3_add() 1263 struct edac_device_ctl_info *edac_dev = l3->edac_dev; in xgene_edac_l3_remove() 1725 struct edac_device_ctl_info *edac_dev; in xgene_edac_soc_add() [all …]
|
| A D | highbank_l2_edac.c | 27 struct edac_device_ctl_info *dci = dev_id; in highbank_l2_err_handler() 51 struct edac_device_ctl_info *dci; in highbank_l2_err_probe() 123 struct edac_device_ctl_info *dci = platform_get_drvdata(pdev); in highbank_l2_err_remove()
|
| A D | qcom_edac.c | 253 dump_syn_reg(struct edac_device_ctl_info *edev_ctl, int err_type, u32 bank) in dump_syn_reg() 290 struct edac_device_ctl_info *edac_dev_ctl = edev_ctl; in llcc_ecc_irq_handler() 332 static void llcc_ecc_check(struct edac_device_ctl_info *edev_ctl) in llcc_ecc_check() 340 struct edac_device_ctl_info *edev_ctl; in qcom_llcc_edac_probe() 396 struct edac_device_ctl_info *edev_ctl = dev_get_drvdata(&pdev->dev); in qcom_llcc_edac_remove()
|
| A D | amd8111_edac.h | 101 struct edac_device_ctl_info *edac_dev; 104 void (*check)(struct edac_device_ctl_info *edac_dev);
|
| A D | armada_xp_edac.c | 400 static void aurora_l2_check(struct edac_device_ctl_info *dci) in aurora_l2_check() 487 static void aurora_l2_poll(struct edac_device_ctl_info *dci) in aurora_l2_poll() 508 struct edac_device_ctl_info *dci; in aurora_l2_probe() 569 struct edac_device_ctl_info *dci = platform_get_drvdata(pdev); in aurora_l2_remove()
|
| A D | altera_edac.c | 551 struct edac_device_ctl_info *dci = dev_id; in altr_edac_device_handler() 582 struct edac_device_ctl_info *edac_dci = file->private_data; in altr_edac_device_trig() 670 static void altr_create_edacdev_dbgfs(struct edac_device_ctl_info *edac_dci, in altr_create_edacdev_dbgfs() 709 struct edac_device_ctl_info *dci; in altr_edac_device_probe() 809 struct edac_device_ctl_info *dci = platform_get_drvdata(pdev); in altr_edac_device_remove() 1496 struct edac_device_ctl_info *dci; in altr_portb_setup() 1740 struct edac_device_ctl_info *edac_dci = file->private_data; in altr_edac_a10_device_trig() 1772 struct edac_device_ctl_info *edac_dci = file->private_data; in altr_edac_a10_device_trig2() 1886 struct edac_device_ctl_info *dci; in altr_edac_a10_device_add()
|
| A D | sifive_edac.c | 19 struct edac_device_ctl_info *dci;
|
| A D | octeon_edac-pc.c | 30 struct edac_device_ctl_info *ed;
|
| A D | cpc925_edac.c | 277 struct edac_device_ctl_info *edac_dev; 280 void (*check)(struct edac_device_ctl_info *edac_dev); 653 static void cpc925_cpu_check(struct edac_device_ctl_info *edac_dev) in cpc925_cpu_check() 700 static void cpc925_htlink_check(struct edac_device_ctl_info *edac_dev) in cpc925_htlink_check()
|
| A D | altera_edac.h | 382 struct edac_device_ctl_info *edac_dev;
|
| A D | thunderx_edac.c | 1050 struct edac_device_ctl_info *edac_dev; 1340 struct edac_device_ctl_info *edac_dev; in thunderx_ocx_probe() 1468 struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev); in thunderx_ocx_remove() 1740 struct edac_device_ctl_info *edac_dev; 1942 struct edac_device_ctl_info *edac_dev; in thunderx_l2c_probe() 2075 struct edac_device_ctl_info *edac_dev = pci_get_drvdata(pdev); in thunderx_l2c_remove()
|
| A D | amd8111_edac.c | 276 static void amd8111_lpc_bridge_check(struct edac_device_ctl_info *edac_dev) in amd8111_lpc_bridge_check()
|
| /linux/Documentation/driver-api/ |
| A D | edac.rst | 149 :c:type:`edac_device_ctl_info` provide a generic or abstract 'edac_device'
|
Completed in 62 milliseconds