Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtifm.h128 int (*has_ms_pif)(struct tifm_adapter *fm, member
/linux-4.19.296/drivers/misc/
Dtifm_7xx1.c360 fm->has_ms_pif = tifm_7xx1_has_ms_pif; in tifm_7xx1_probe()
404 fm->has_ms_pif = tifm_7xx1_dummy_has_ms_pif; in tifm_7xx1_remove()
Dtifm_core.c294 return fm->has_ms_pif(fm, sock); in tifm_has_ms_pif()