Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtifm.h124 int (*has_ms_pif)(struct tifm_adapter *fm, member
/linux/drivers/misc/
H A Dtifm_7xx1.c341 fm->has_ms_pif = tifm_7xx1_has_ms_pif; in tifm_7xx1_probe()
385 fm->has_ms_pif = tifm_7xx1_dummy_has_ms_pif; in tifm_7xx1_remove()
H A Dtifm_core.c288 return fm->has_ms_pif(fm, sock); in tifm_has_ms_pif()