/linux/drivers/edac/ |
H A D | highbank_l2_edac.c | 32 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 …]
|
H A D | sifive_edac.c | 19 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 …]
|
H A D | zynqmp_edac.c | 204 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 …]
|
H A D | armada_xp_edac.c | 493 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 …]
|
H A D | altera_edac.c | 742 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() 1289 edac_device_handle_ce(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_l2_irq() 1296 edac_device_handle_ue(dci->edac_dev, 0, 0, dci->edac_dev_name); in altr_edac_a10_l2_irq() 1517 if (!dci) { in altr_portb_setup() 1525 altdev = dci->pvt_info; in altr_portb_setup() 1925 if (!dci) { in altr_edac_a10_device_add() [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-most | 19 What: /sys/bus/most/devices/<dev>/dci 29 What: /sys/bus/most/devices/<dev>/dci/arb_address 38 What: /sys/bus/most/devices/<dev>/dci/arb_value 47 What: /sys/bus/most/devices/<dev>/dci/mep_eui48_hi 71 What: /sys/bus/most/devices/<dev>/dci/mep_filter 79 What: /sys/bus/most/devices/<dev>/dci/mep_hash0 87 What: /sys/bus/most/devices/<dev>/dci/mep_hash1 95 What: /sys/bus/most/devices/<dev>/dci/mep_hash2 103 What: /sys/bus/most/devices/<dev>/dci/mep_hash3 111 What: /sys/bus/most/devices/<dev>/dci/ni_state [all …]
|
/linux/drivers/staging/most/Documentation/ABI/ |
H A 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 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 …]
|
/linux/drivers/most/ |
H A D | most_usb.c | 108 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 …]
|
/linux/net/6lowpan/ |
H A D | iphc.c | 1137 struct lowpan_iphc_ctx *dci, *sci, dci_entry, sci_entry; in lowpan_header_compress() local 1168 dci = lowpan_iphc_ctx_get_by_mcast_addr(dev, &hdr->daddr); in lowpan_header_compress() 1170 dci = lowpan_iphc_ctx_get_by_addr(dev, &hdr->daddr); in lowpan_header_compress() 1171 if (dci) { in lowpan_header_compress() 1172 memcpy(&dci_entry, dci, sizeof(*dci)); in lowpan_header_compress() 1173 cid |= dci->id; in lowpan_header_compress() 1259 if (dci) { in lowpan_header_compress() 1269 if (dci) { in lowpan_header_compress()
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | zynq-7000.txt | 50 9: dci 98 "dci", "lqspi", "smc", "pcap", "gem0", "gem1",
|
/linux/drivers/clk/zynq/ |
H A D | clkc.c | 53 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()
|
/linux/arch/arm/boot/dts/xilinx/ |
H A D | zynq-7000.dtsi | 322 "dci", "lqspi", "smc", "pcap", "gem0", "gem1",
|
/linux/fs/ceph/ |
H A D | dir.c | 2195 struct ceph_inode_info *dci = ceph_inode(dir); in ceph_dentry_hash() local 2198 switch (dci->i_dir_layout.dl_dir_hash) { in ceph_dentry_hash() 2205 hash = ceph_str_hash(dci->i_dir_layout.dl_dir_hash, in ceph_dentry_hash()
|