Home
last modified time | relevance | path

Searched refs:dci (Results 1 – 8 of 8) sorted by relevance

/drivers/edac/
A Dhighbank_l2_edac.c32 edac_device_handle_ce(dci, 0, 0, dci->ctl_name); in highbank_l2_err_handler()
36 edac_device_handle_ue(dci, 0, 0, dci->ctl_name); in highbank_l2_err_handler()
51 struct edac_device_ctl_info *dci; in highbank_l2_err_probe() local
58 if (!dci) in highbank_l2_err_probe()
61 drvdata = dci->pvt_info; in highbank_l2_err_probe()
62 dci->dev = &pdev->dev; in highbank_l2_err_probe()
63 platform_set_drvdata(pdev, dci); in highbank_l2_err_probe()
92 dci->dev_name = dev_name(&pdev->dev); in highbank_l2_err_probe()
94 if (edac_device_add_device(dci)) in highbank_l2_err_probe()
117 edac_device_free_ctl_info(dci); in highbank_l2_err_probe()
[all …]
A Dsifive_edac.c19 struct edac_device_ctl_info *dci; member
36 edac_device_handle_ue(p->dci, 0, 0, msg); in ecc_err_event()
38 edac_device_handle_ce(p->dci, 0, 0, msg); in ecc_err_event()
56 if (!p->dci) in ecc_register()
59 p->dci->dev = &pdev->dev; in ecc_register()
60 p->dci->mod_name = "Sifive ECC Manager"; in ecc_register()
61 p->dci->ctl_name = dev_name(&pdev->dev); in ecc_register()
62 p->dci->dev_name = dev_name(&pdev->dev); in ecc_register()
64 if (edac_device_add_device(p->dci)) { in ecc_register()
74 edac_device_free_ctl_info(p->dci); in ecc_register()
[all …]
A Dzynqmp_edac.c204 handle_error(dci, &priv->stat); in intr_handler()
368 struct edac_device_ctl_info *dci; in edac_probe() local
386 if (!dci) in edac_probe()
389 priv = dci->pvt_info; in edac_probe()
390 platform_set_drvdata(pdev, dci); in edac_probe()
391 dci->dev = &pdev->dev; in edac_probe()
404 dev_name(&pdev->dev), dci); in edac_probe()
414 setup_debugfs(dci); in edac_probe()
417 ret = edac_device_add_device(dci); in edac_probe()
424 edac_device_free_ctl_info(dci); in edac_probe()
[all …]
A Darmada_xp_edac.c493 aurora_l2_check(dci); in aurora_l2_poll()
508 struct edac_device_ctl_info *dci; in aurora_l2_probe() local
527 if (!dci) in aurora_l2_probe()
530 drvdata = dci->pvt_info; in aurora_l2_probe()
532 dci->dev = &pdev->dev; in aurora_l2_probe()
533 platform_set_drvdata(pdev, dci); in aurora_l2_probe()
536 dci->edac_check = aurora_l2_poll; in aurora_l2_probe()
539 dci->dev_name = dev_name(&pdev->dev); in aurora_l2_probe()
545 if (edac_device_add_device(dci)) { in aurora_l2_probe()
546 edac_device_free_ctl_info(dci); in aurora_l2_probe()
[all …]
A Daltera_edac.c742 if (!dci) { in altr_edac_device_probe()
750 dci->dev = &pdev->dev; in altr_edac_device_probe()
858 edac_device_handle_ce(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_ecc_irq()
864 edac_device_handle_ue(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_ecc_irq()
865 if (dci->data->panic) in altr_edac_a10_ecc_irq()
1286 edac_device_handle_ce(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_l2_irq()
1293 edac_device_handle_ue(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_l2_irq()
1514 if (!dci) { in altr_portb_setup()
1522 altdev = dci->pvt_info; in altr_portb_setup()
1922 if (!dci) { in altr_edac_a10_device_add()
[all …]
/drivers/staging/most/Documentation/ABI/
A Dsysfs-class-most.txt54 What: /sys/class/most/mostcore/devices/<mdev>/dci
59 If the network interface controller is attached via USB, a dci
65 What: /sys/class/most/mostcore/devices/<mdev>/dci/arb_address
74 What: /sys/class/most/mostcore/devices/<mdev>/dci/arb_value
107 What: /sys/class/most/mostcore/devices/<mdev>/dci/mep_filter
115 What: /sys/class/most/mostcore/devices/<mdev>/dci/mep_hash0
123 What: /sys/class/most/mostcore/devices/<mdev>/dci/mep_hash1
131 What: /sys/class/most/mostcore/devices/<mdev>/dci/mep_hash2
139 What: /sys/class/most/mostcore/devices/<mdev>/dci/mep_hash3
147 What: /sys/class/most/mostcore/devices/<mdev>/dci/ni_state
[all …]
/drivers/most/
A Dmost_usb.c108 struct most_dci_obj *dci; member
918 ATTRIBUTE_GROUPS(dci);
925 kfree(dci); in release_dci()
1063 mdev->dci = kzalloc(sizeof(*mdev->dci), GFP_KERNEL); in hdm_probe()
1064 if (!mdev->dci) { in hdm_probe()
1071 mdev->dci->dev.init_name = "dci"; in hdm_probe()
1073 mdev->dci->dev.groups = dci_groups; in hdm_probe()
1086 put_device(&mdev->dci->dev); in hdm_probe()
1121 if (mdev->dci) in hdm_disconnect()
1122 device_unregister(&mdev->dci->dev); in hdm_disconnect()
[all …]
/drivers/clk/zynq/
A Dclkc.c53 ddr2x, ddr3x, dci, enumerator
345 clks[dci] = clk_register_gate(NULL, clk_output_name[dci], "dci_div1", in zynq_clk_setup()
348 clk_prepare_enable(clks[dci]); in zynq_clk_setup()

Completed in 26 milliseconds