Searched refs:context_update_read (Results 1 – 2 of 2) sorted by relevance
317 static ssize_t context_update_read(struct file *file, char __user *ubuf, in context_update_read() function325 if (!ptm_debugfs->ops->context_update_read) in context_update_read()329 ptm_debugfs->ops->context_update_read(ptm_debugfs->pdata, &mode); in context_update_read()342 .read = context_update_read,
1950 int (*context_update_read)(void *drvdata, u8 *mode); member