context_update_read
.context_update_read = dw_pcie_ptm_context_update_read,
if (!ptm_debugfs->ops->context_update_read)
ptm_debugfs->ops->context_update_read(ptm_debugfs->pdata, &mode);
.read = context_update_read,
int (*context_update_read)(void *drvdata, u8 *mode);