Searched refs:hci_unit (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dhci_event.c47 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 *, struc
[all...]
H A Dhci_unit.c1 /* $NetBSD: hci_unit.c,v 1.12 2008/06/26 14:17:27 plunky Exp $ */
34 __KERNEL_RCSID(0, "$NetBSD: hci_unit.c,v 1.12 2008/06/26 14:17:27 plunky 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(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...]
H A Dhci_misc.c59 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)
H A Dhci.h2355 /* hci_unit & btr_flags */
2403 struct hci_unit *hl_unit; /* our unit */
2479 struct hci_unit { struct
2526 SIMPLEQ_ENTRY(hci_unit) hci_next;
2529 extern SIMPLEQ_HEAD(hci_unit_list, hci_unit) hci_unit_list;
2536 void hci_event(struct mbuf *, struct hci_unit *);
2542 struct hci_link *hci_acl_open(struct hci_unit *, bdaddr_t *);
2543 struct hci_link *hci_acl_newconn(struct hci_unit *, bdaddr_t *);
2548 void hci_acl_recv(struct mbuf *, struct hci_unit *);
2552 struct hci_link *hci_sco_newconn(struct hci_unit *, bdaddr_
[all...]
H A Dhci_link.c68 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)
616 struct hci_unit *unit;
760 hci_sco_newconn(struct hci_unit *unit, bdaddr_t *bdaddr)
824 hci_sco_recv(struct mbuf *m, struct hci_unit *unit)
886 hci_link_alloc(struct hci_unit *unit, bdaddr_t *bdaddr, uint8_t type)
1020 hci_link_lookup_bdaddr(struct hci_unit *unit, bdaddr_t *bdaddr, uint8_t type)
1042 hci_link_lookup_handle(struct hci_unit *unit, uint16_t handle)
H A Dhci_ioctl.c57 struct hci_unit *unit;
138 struct hci_unit *unit;
H A Dhci_socket.c212 struct hci_unit *unit = (struct hci_unit *)arg0;
332 struct hci_unit *unit;
357 struct hci_unit *unit;
739 hci_mtap(struct mbuf *m, struct hci_unit *unit)
H A Dsco_upper.c125 struct hci_unit *unit;
H A Dl2cap_upper.c149 struct hci_unit *unit;
/netbsd-6-1-5-RELEASE/sys/rump/net/lib/libnetbt/
H A DMakefile10 hci_unit.c \
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsbt.c61 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */
/netbsd-6-1-5-RELEASE/sys/dev/bluetooth/
H A Dbtuart.c59 struct hci_unit *sc_unit; /* Bluetooth HCI handle */
H A Dbcsp.c78 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */
/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dbt3c.c106 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */
H A Dbtbc.c81 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dubt.c236 struct hci_unit *sc_unit;

Completed in 260 milliseconds