Searched refs:ptm_debugfs (Results 1 – 3 of 3) sorted by relevance
| /drivers/pci/pcie/ |
| A D | ptm.c | 286 ret = ptm_debugfs->ops->context_update_write(ptm_debugfs->pdata, mode); in context_update_write() 306 ptm_debugfs->ops->context_update_read(ptm_debugfs->pdata, &mode); in context_update_read() 370 ret = ptm_debugfs->ops->local_clock_read(ptm_debugfs->pdata, &clock); in local_clock_get() 390 ret = ptm_debugfs->ops->master_clock_read(ptm_debugfs->pdata, &clock); in master_clock_get() 410 ret = ptm_debugfs->ops->t1_read(ptm_debugfs->pdata, &clock); in t1_get() 430 ret = ptm_debugfs->ops->t2_read(ptm_debugfs->pdata, &clock); in t2_get() 450 ret = ptm_debugfs->ops->t3_read(ptm_debugfs->pdata, &clock); in t3_get() 470 ret = ptm_debugfs->ops->t4_read(ptm_debugfs->pdata, &clock); in t4_get() 517 ptm_debugfs = kzalloc(sizeof(*ptm_debugfs), GFP_KERNEL); in pcie_ptm_create_debugfs() 518 if (!ptm_debugfs) in pcie_ptm_create_debugfs() [all …]
|
| /drivers/pci/controller/dwc/ |
| A D | pcie-designware-debugfs.c | 895 pcie_ptm_destroy_debugfs(pci->ptm_debugfs); in dwc_pcie_debugfs_deinit() 925 pci->ptm_debugfs = pcie_ptm_create_debugfs(pci->dev, pci, in dwc_pcie_debugfs_init()
|
| A D | pcie-designware.h | 521 struct pci_ptm_debugfs *ptm_debugfs; member
|
Completed in 14 milliseconds