Lines Matching refs:priv_tmp
565 struct dwc_pcie_rasdes_priv *priv_tmp; in dwc_pcie_rasdes_debugfs_init() local
599 priv_tmp = devm_kzalloc(dev, sizeof(*priv_tmp), GFP_KERNEL); in dwc_pcie_rasdes_debugfs_init()
600 if (!priv_tmp) { in dwc_pcie_rasdes_debugfs_init()
605 priv_tmp->idx = i; in dwc_pcie_rasdes_debugfs_init()
606 priv_tmp->pci = pci; in dwc_pcie_rasdes_debugfs_init()
607 debugfs_create_file(err_inj_list[i].name, 0200, rasdes_err_inj, priv_tmp, in dwc_pcie_rasdes_debugfs_init()
613 priv_tmp = devm_kzalloc(dev, sizeof(*priv_tmp), GFP_KERNEL); in dwc_pcie_rasdes_debugfs_init()
614 if (!priv_tmp) { in dwc_pcie_rasdes_debugfs_init()
619 priv_tmp->idx = i; in dwc_pcie_rasdes_debugfs_init()
620 priv_tmp->pci = pci; in dwc_pcie_rasdes_debugfs_init()
624 priv_tmp, &dwc_pcie_counter_lane_ops); in dwc_pcie_rasdes_debugfs_init()
626 debugfs_create_file("counter_value", 0444, rasdes_events, priv_tmp, in dwc_pcie_rasdes_debugfs_init()
628 debugfs_create_file("counter_enable", 0644, rasdes_events, priv_tmp, in dwc_pcie_rasdes_debugfs_init()