Searched refs:dci (Results 1 – 5 of 5) sorted by relevance
/drivers/edac/ |
D | highbank_l2_edac.c | 37 struct edac_device_ctl_info *dci = dev_id; in highbank_l2_err_handler() local 38 struct hb_l2_drvdata *drvdata = dci->pvt_info; in highbank_l2_err_handler() 42 edac_device_handle_ce(dci, 0, 0, dci->ctl_name); in highbank_l2_err_handler() 46 edac_device_handle_ue(dci, 0, 0, dci->ctl_name); in highbank_l2_err_handler() 61 struct edac_device_ctl_info *dci; in highbank_l2_err_probe() local 66 dci = edac_device_alloc_ctl_info(sizeof(*drvdata), "cpu", in highbank_l2_err_probe() 68 if (!dci) in highbank_l2_err_probe() 71 drvdata = dci->pvt_info; in highbank_l2_err_probe() 72 dci->dev = &pdev->dev; in highbank_l2_err_probe() 73 platform_set_drvdata(pdev, dci); in highbank_l2_err_probe() [all …]
|
D | altera_edac.c | 555 struct edac_device_ctl_info *dci = dev_id; in altr_edac_device_handler() local 556 struct altr_edac_device_dev *drvdata = dci->pvt_info; in altr_edac_device_handler() 562 edac_device_handle_ce(dci, 0, 0, drvdata->edac_dev_name); in altr_edac_device_handler() 567 edac_device_handle_ue(dci, 0, 0, drvdata->edac_dev_name); in altr_edac_device_handler() 703 struct edac_device_ctl_info *dci; in altr_edac_device_probe() local 733 dci = edac_device_alloc_ctl_info(sizeof(*drvdata), ecc_name, in altr_edac_device_probe() 737 if (!dci) { in altr_edac_device_probe() 744 drvdata = dci->pvt_info; in altr_edac_device_probe() 745 dci->dev = &pdev->dev; in altr_edac_device_probe() 746 platform_set_drvdata(pdev, dci); in altr_edac_device_probe() [all …]
|
/drivers/staging/most/Documentation/ABI/ |
D | sysfs-class-most.txt | 54 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 83 What: /sys/class/most/mostcore/devices/<mdev>/dci/mep_eui48_hi 91 What: /sys/class/most/mostcore/devices/<mdev>/dci/mep_eui48_lo 99 What: /sys/class/most/mostcore/devices/<mdev>/dci/mep_eui48_mi 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 [all …]
|
/drivers/staging/most/hdm-usb/ |
D | hdm_usb.c | 116 struct most_dci_obj *dci; member 1234 mdev->dci = create_most_dci_obj(mdev->parent); in hdm_probe() 1235 if (!mdev->dci) { in hdm_probe() 1242 kobject_uevent(&mdev->dci->kobj, KOBJ_ADD); in hdm_probe() 1243 mdev->dci->usb_device = mdev->usb_device; in hdm_probe() 1287 destroy_most_dci_obj(mdev->dci); in hdm_disconnect()
|
/drivers/clk/zynq/ |
D | clkc.c | 63 ddr2x, ddr3x, dci, enumerator 358 clks[dci] = clk_register_gate(NULL, clk_output_name[dci], "dci_div1", in zynq_clk_setup() 361 clk_prepare_enable(clks[dci]); in zynq_clk_setup()
|