Searched refs:master_clock_read (Results 1 – 3 of 3) sorted by relevance
410 if (!ptm_debugfs->ops->master_clock_read) in master_clock_get()413 ret = ptm_debugfs->ops->master_clock_read(ptm_debugfs->pdata, &clock); in master_clock_get()
825 .master_clock_read = dw_pcie_ptm_master_clock_read,
1954 int (*master_clock_read)(void *drvdata, u64 *clock); member