Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtyphoon.c382 typhoon_reset(unsigned long ioaddr, int wait_type) in typhoon_reset() argument
387 if(wait_type == WaitNoSleep) in typhoon_reset()
400 if(wait_type != NoWait) { in typhoon_reset()
406 if(wait_type == WaitSleep) { in typhoon_reset()
1891 typhoon_wakeup(struct typhoon *tp, int wait_type) in typhoon_wakeup() argument
1906 return typhoon_reset(ioaddr, wait_type); in typhoon_wakeup()
2006 typhoon_stop_runtime(struct typhoon *tp, int wait_type) in typhoon_stop_runtime() argument
2055 if(typhoon_reset(ioaddr, wait_type) < 0) { in typhoon_stop_runtime()