Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/bluetooth/
H A Dbtuart.c95 static void btuart_disable(device_t);
123 .disable = btuart_disable,
204 btuart_disable(self); in btuart_detach()
575 btuart_disable(device_t self) in btuart_disable() function