OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_unit
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/netbt/
hci_event.c
47
static void hci_event_inquiry_result(struct
hci_unit
*, struct mbuf *);
48
static void hci_event_rssi_result(struct
hci_unit
*, struct mbuf *);
49
static void hci_event_extended_result(struct
hci_unit
*, struct mbuf *);
50
static void hci_event_command_status(struct
hci_unit
*, struct mbuf *);
51
static void hci_event_command_compl(struct
hci_unit
*, struct mbuf *);
52
static void hci_event_con_compl(struct
hci_unit
*, struct mbuf *);
53
static void hci_event_discon_compl(struct
hci_unit
*, struct mbuf *);
54
static void hci_event_con_req(struct
hci_unit
*, struct mbuf *);
55
static void hci_event_num_compl_pkts(struct
hci_unit
*, struct mbuf *);
56
static void hci_event_auth_compl(struct
hci_unit
*, struct mbuf *)
[
all
...]
hci_unit.c
1
/* $NetBSD:
hci_unit
.c,v 1.16 2021/08/07 16:19:18 thorpej Exp $ */
34
__KERNEL_RCSID(0, "$NetBSD:
hci_unit
.c,v 1.16 2021/08/07 16:19:18 thorpej Exp $");
83
struct
hci_unit
*
86
struct
hci_unit
*unit;
96
unit = malloc(sizeof(struct
hci_unit
), M_BLUETOOTH, M_ZERO | M_WAITOK);
123
hci_detach_pcb(struct
hci_unit
*unit)
129
SIMPLEQ_REMOVE(&hci_unit_list, unit,
hci_unit
, hci_next);
138
hci_enable(struct
hci_unit
*unit)
212
hci_disable(struct
hci_unit
*unit)
268
struct
hci_unit
*
[
all
...]
hci_misc.c
59
struct
hci_unit
*unit;
115
hci_memo_find(struct
hci_unit
*unit, bdaddr_t *bdaddr)
147
hci_memo_new(struct
hci_unit
*unit, bdaddr_t *bdaddr)
hci.h
2394
/*
hci_unit
& btr_flags */
2442
struct
hci_unit
*hl_unit; /* our unit */
2518
struct
hci_unit
{
struct
2566
SIMPLEQ_ENTRY(
hci_unit
) hci_next;
2569
extern SIMPLEQ_HEAD(hci_unit_list,
hci_unit
) hci_unit_list;
2576
void hci_event(struct mbuf *, struct
hci_unit
*);
2582
struct hci_link *hci_acl_open(struct
hci_unit
*, bdaddr_t *);
2583
struct hci_link *hci_acl_newconn(struct
hci_unit
*, bdaddr_t *);
2588
void hci_acl_recv(struct mbuf *, struct
hci_unit
*);
2592
struct hci_link *hci_sco_newconn(struct
hci_unit
*, bdaddr_t *)
[
all
...]
hci_link.c
68
hci_acl_open(struct
hci_unit
*unit, bdaddr_t *bdaddr)
172
hci_acl_newconn(struct
hci_unit
*unit, bdaddr_t *bdaddr)
425
hci_acl_recv(struct mbuf *m, struct
hci_unit
*unit)
625
struct
hci_unit
*unit;
769
hci_sco_newconn(struct
hci_unit
*unit, bdaddr_t *bdaddr)
833
hci_sco_recv(struct mbuf *m, struct
hci_unit
*unit)
895
hci_link_alloc(struct
hci_unit
*unit, bdaddr_t *bdaddr, uint8_t type)
1027
hci_link_lookup_bdaddr(struct
hci_unit
*unit, bdaddr_t *bdaddr, uint8_t type)
1049
hci_link_lookup_handle(struct
hci_unit
*unit, uint16_t handle)
hci_ioctl.c
57
struct
hci_unit
*unit;
138
struct
hci_unit
*unit;
hci_socket.c
215
struct
hci_unit
*unit = (struct
hci_unit
*)arg0;
335
struct
hci_unit
*unit;
597
struct
hci_unit
*unit;
796
hci_mtap(struct mbuf *m, struct
hci_unit
*unit)
sco_upper.c
125
struct
hci_unit
*unit;
l2cap_upper.c
149
struct
hci_unit
*unit;
/src/sys/rump/net/lib/libnetbt/
Makefile
15
hci_unit
.c \
/src/sys/dev/sdmmc/
sbt.c
61
struct
hci_unit
*sc_unit; /* Bluetooth HCI Unit */
/src/sys/dev/bluetooth/
btuart.c
59
struct
hci_unit
*sc_unit; /* Bluetooth HCI handle */
bcsp.c
78
struct
hci_unit
*sc_unit; /* Bluetooth HCI Unit */
bth5.c
81
struct
hci_unit
*sc_unit; /* Bluetooth HCI Unit */
/src/sys/dev/pcmcia/
bt3c.c
106
struct
hci_unit
*sc_unit; /* Bluetooth HCI Unit */
btbc.c
81
struct
hci_unit
*sc_unit; /* Bluetooth HCI Unit */
/src/sys/dev/usb/
ubt.c
232
struct
hci_unit
*sc_unit;
Completed in 23 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025