Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/
H A Diicbb.c89 static int iicbb_stop(device_t);
113 DEVMETHOD(iicbus_stop, iicbb_stop),
473 (void)iicbb_stop(dev); in iicbb_start_impl()
492 iicbb_stop(device_t dev) in iicbb_stop() function