Home
last modified time | relevance | path

Searched refs:context_valid_read (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/pcie/
H A Dptm.c352 if (!ptm_debugfs->ops->context_valid_read) in context_valid_get()
356 ret = ptm_debugfs->ops->context_valid_read(ptm_debugfs->pdata, &valid); in context_valid_get()
/linux/include/linux/
H A Dpci.h1952 int (*context_valid_read)(void *drvdata, bool *valid); member