Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/
Dtifm_7xx1.c71 if (fm->finish_me) in tifm_7xx1_isr()
72 complete_all(fm->finish_me); in tifm_7xx1_isr()
273 fm->finish_me = &finish_resume; in tifm_7xx1_resume()
284 fm->finish_me = NULL; in tifm_7xx1_resume()
/linux-3.4.99/include/linux/
Dtifm.h121 struct completion *finish_me; member