Searched refs:context_update_read (Results 1 – 3 of 3) sorted by relevance
321 static ssize_t context_update_read(struct file *file, char __user *ubuf, in context_update_read() function329 if (!ptm_debugfs->ops->context_update_read) in context_update_read()333 ptm_debugfs->ops->context_update_read(ptm_debugfs->pdata, &mode); in context_update_read()346 .read = context_update_read,
863 .context_update_read = dw_pcie_ptm_context_update_read,
1993 int (*context_update_read)(void *drvdata, u8 *mode); member