Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Dhighbank_l2_edac.c37 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 …]
Daltera_edac.c865 struct edac_device_ctl_info *dci = dev_id; in altr_edac_device_handler() local
866 struct altr_edac_device_dev *drvdata = dci->pvt_info; in altr_edac_device_handler()
872 edac_device_handle_ce(dci, 0, 0, drvdata->edac_dev_name); in altr_edac_device_handler()
877 edac_device_handle_ue(dci, 0, 0, drvdata->edac_dev_name); in altr_edac_device_handler()
1013 struct edac_device_ctl_info *dci; in altr_edac_device_probe() local
1043 dci = edac_device_alloc_ctl_info(sizeof(*drvdata), ecc_name, in altr_edac_device_probe()
1047 if (!dci) { in altr_edac_device_probe()
1054 drvdata = dci->pvt_info; in altr_edac_device_probe()
1055 dci->dev = &pdev->dev; in altr_edac_device_probe()
1056 platform_set_drvdata(pdev, dci); in altr_edac_device_probe()
[all …]
/Linux-v4.19/drivers/staging/most/Documentation/ABI/
Dsysfs-bus-most.txt19 What: /sys/bus/most/devices/.../dci
24 If the network interface controller is attached via USB, a dci
29 What: /sys/bus/most/devices/.../dci/arb_address
38 What: /sys/bus/most/devices/.../dci/arb_value
47 What: /sys/bus/most/devices/.../dci/mep_eui48_hi
55 What: /sys/bus/most/devices/.../dci/mep_eui48_lo
63 What: /sys/bus/most/devices/.../dci/mep_eui48_mi
71 What: /sys/bus/most/devices/.../dci/mep_filter
79 What: /sys/bus/most/devices/.../dci/mep_hash0
87 What: /sys/bus/most/devices/.../dci/mep_hash1
[all …]
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
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 …]
/Linux-v4.19/drivers/staging/most/usb/
Dusb.c108 struct most_dci_obj *dci; member
1138 mdev->dci = kzalloc(sizeof(*mdev->dci), GFP_KERNEL); in hdm_probe()
1139 if (!mdev->dci) { in hdm_probe()
1146 mdev->dci->dev.init_name = "dci"; in hdm_probe()
1147 mdev->dci->dev.parent = &mdev->iface.dev; in hdm_probe()
1148 mdev->dci->dev.groups = dci_attr_groups; in hdm_probe()
1149 if (device_register(&mdev->dci->dev)) { in hdm_probe()
1155 mdev->dci->usb_device = mdev->usb_device; in hdm_probe()
1160 kfree(mdev->dci); in hdm_probe()
1200 device_unregister(&mdev->dci->dev); in hdm_disconnect()
[all …]
/Linux-v4.19/drivers/usb/host/
Dxhci-debugfs.c276 int dci; in xhci_endpoint_context_show() local
285 for (dci = 1; dci < 32; dci++) { in xhci_endpoint_context_show()
286 ep_ctx = xhci_get_ep_ctx(xhci, dev->out_ctx, dci); in xhci_endpoint_context_show()
287 dma = dev->out_ctx->dma + dci * CTX_SIZE(xhci->hcc_params); in xhci_endpoint_context_show()
/Linux-v4.19/net/6lowpan/
Diphc.c1137 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-v4.19/Documentation/devicetree/bindings/clock/
Dzynq-7000.txt50 9: dci
98 "dci", "lqspi", "smc", "pcap", "gem0", "gem1",
/Linux-v4.19/drivers/clk/zynq/
Dclkc.c63 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()
/Linux-v4.19/fs/ceph/
Ddir.c1472 struct ceph_inode_info *dci = ceph_inode(dir); in ceph_dentry_hash() local
1474 switch (dci->i_dir_layout.dl_dir_hash) { in ceph_dentry_hash()
1480 return ceph_str_hash(dci->i_dir_layout.dl_dir_hash, in ceph_dentry_hash()
/Linux-v4.19/arch/arm/boot/dts/
Dzynq-7000.dtsi254 "dci", "lqspi", "smc", "pcap", "gem0", "gem1",