Searched refs:ptm_debugfs (Results 1 – 3 of 3) sorted by relevance
288 struct pci_ptm_debugfs *ptm_debugfs = file->private_data; in context_update_write() local293 if (!ptm_debugfs->ops->context_update_write) in context_update_write()312 mutex_lock(&ptm_debugfs->lock); in context_update_write()313 ret = ptm_debugfs->ops->context_update_write(ptm_debugfs->pdata, mode); in context_update_write()314 mutex_unlock(&ptm_debugfs->lock); in context_update_write()324 struct pci_ptm_debugfs *ptm_debugfs = file->private_data; in context_update_read() local329 if (!ptm_debugfs->ops->context_update_read) in context_update_read()332 mutex_lock(&ptm_debugfs->lock); in context_update_read()333 ptm_debugfs->ops->context_update_read(ptm_debugfs->pdata, &mode); in context_update_read()334 mutex_unlock(&ptm_debugfs->lock); in context_update_read()[all …]
887 pcie_ptm_destroy_debugfs(pci->ptm_debugfs); in dwc_pcie_debugfs_deinit()917 pci->ptm_debugfs = pcie_ptm_create_debugfs(pci->dev, pci, in dwc_pcie_debugfs_init()
2035 void pcie_ptm_destroy_debugfs(struct pci_ptm_debugfs *ptm_debugfs);2041 pcie_ptm_destroy_debugfs(struct pci_ptm_debugfs *ptm_debugfs) { } in pcie_ptm_destroy_debugfs() argument