Home
last modified time | relevance | path

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

/freebsd/sys/dev/ste/
H A Dif_ste.c101 static int ste_suspend(device_t);
162 DEVMETHOD(device_suspend, ste_suspend),
1974 return (ste_suspend(dev)); in ste_shutdown()
1978 ste_suspend(device_t dev) in ste_suspend() function