OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_if
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/netbt/
hci_unit.c
84
hci_attach_pcb(const struct
hci_if
*
hci_if
, device_t dev, uint16_t flags)
89
KASSERT(
hci_if
->enable != NULL);
90
KASSERT(
hci_if
->disable != NULL);
91
KASSERT(
hci_if
->output_cmd != NULL);
92
KASSERT(
hci_if
->output_acl != NULL);
93
KASSERT(
hci_if
->output_sco != NULL);
94
KASSERT(
hci_if
->get_stats != NULL);
100
unit->
hci_if
=
hci_if
;
[
all
...]
hci_ioctl.c
282
(*unit->
hci_if
->get_stats)(unit->hci_dev, &btr->btr_stats, 0);
292
(*unit->
hci_if
->get_stats)(unit->hci_dev, &btr->btr_stats, 1);
hci.h
2505
struct
hci_if
{
struct
2521
const struct
hci_if
*
hci_if
; /* bthci driver interface */
member in struct:hci_unit
2614
struct hci_unit *hci_attach_pcb(const struct
hci_if
*, device_t, uint16_t);
/src/sys/dev/sdmmc/
sbt.c
128
static const struct
hci_if
sbt_hci = {
/src/sys/dev/bluetooth/
btuart.c
121
static const struct
hci_if
btuart_hci = {
bcsp.c
209
static const struct
hci_if
bcsp_hci = {
bth5.c
214
static const struct
hci_if
bth5_hci = {
/src/sys/dev/pcmcia/
bt3c.c
151
static const struct
hci_if
bt3c_hci = {
btbc.c
130
static const struct
hci_if
btbc_hci = {
/src/sys/dev/usb/
ubt.c
276
static const struct
hci_if
ubt_hci = {
Completed in 46 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025