Home
last modified time | relevance | path

Searched refs:pci_ptm_debugfs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/pcie/
H A Dptm.c288 struct pci_ptm_debugfs *ptm_debugfs = file->private_data; in context_update_write()
324 struct pci_ptm_debugfs *ptm_debugfs = file->private_data; in context_update_read()
352 struct pci_ptm_debugfs *ptm_debugfs = data; in context_valid_get()
372 struct pci_ptm_debugfs *ptm_debugfs = data; in context_valid_set()
390 struct pci_ptm_debugfs *ptm_debugfs = data; in local_clock_get()
410 struct pci_ptm_debugfs *ptm_debugfs = data; in master_clock_get()
430 struct pci_ptm_debugfs *ptm_debugfs = data; in t1_get()
450 struct pci_ptm_debugfs *ptm_debugfs = data; in t2_get()
470 struct pci_ptm_debugfs *ptm_debugfs = data; in t3_get()
490 struct pci_ptm_debugfs *ptm_debugfs = data; in t4_get()
[all …]
/linux/include/linux/
H A Dpci.h2013 struct pci_ptm_debugfs { struct
2033 struct pci_ptm_debugfs *pcie_ptm_create_debugfs(struct device *dev, void *pdata, argument
2035 void pcie_ptm_destroy_debugfs(struct pci_ptm_debugfs *ptm_debugfs);
2037 static inline struct pci_ptm_debugfs
2041 pcie_ptm_destroy_debugfs(struct pci_ptm_debugfs *ptm_debugfs) { } in pcie_ptm_destroy_debugfs()