Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/misc/
Dtifm_7xx1.c70 if (fm->finish_me) in tifm_7xx1_isr()
71 complete_all(fm->finish_me); in tifm_7xx1_isr()
272 fm->finish_me = &finish_resume; in tifm_7xx1_resume()
283 fm->finish_me = NULL; in tifm_7xx1_resume()
/linux-2.6.39/include/linux/
Dtifm.h121 struct completion *finish_me; member