Home
last modified time | relevance | path

Searched refs:context_update_read (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/pcie/
H A Dptm.c321 static ssize_t context_update_read(struct file *file, char __user *ubuf, in context_update_read() function
329 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,
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-debugfs.c863 .context_update_read = dw_pcie_ptm_context_update_read,
/linux/include/linux/
H A Dpci.h1993 int (*context_update_read)(void *drvdata, u8 *mode); member