Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/bluetooth/
H A Dbtuart.c98 static void btuart_output_sco(device_t, struct mbuf *);
126 .output_sco = btuart_output_sco,
637 btuart_output_sco(device_t self, struct mbuf *m) in btuart_output_sco() function