hci_unit           56 dev/sdmmc/sbt.c 	struct hci_unit sc_unit;	/* MI host controller */
hci_unit           74 dev/sdmmc/sbt.c int	sbt_enable(struct hci_unit *);
hci_unit           75 dev/sdmmc/sbt.c void	sbt_disable(struct hci_unit *);
hci_unit           76 dev/sdmmc/sbt.c void	sbt_start(struct hci_unit *, struct ifqueue *, int);
hci_unit           77 dev/sdmmc/sbt.c void	sbt_start_cmd(struct hci_unit *);
hci_unit           78 dev/sdmmc/sbt.c void	sbt_start_acl(struct hci_unit *);
hci_unit           79 dev/sdmmc/sbt.c void	sbt_start_sco(struct hci_unit *);
hci_unit          385 dev/sdmmc/sbt.c sbt_enable(struct hci_unit *unit)
hci_unit          396 dev/sdmmc/sbt.c sbt_disable(struct hci_unit *unit)
hci_unit          417 dev/sdmmc/sbt.c sbt_start(struct hci_unit *unit, struct ifqueue *q, int xmit)
hci_unit          460 dev/sdmmc/sbt.c sbt_start_cmd(struct hci_unit *unit)
hci_unit          466 dev/sdmmc/sbt.c sbt_start_acl(struct hci_unit *unit)
hci_unit          472 dev/sdmmc/sbt.c sbt_start_sco(struct hci_unit *unit)
hci_unit          212 dev/usb/ubt.c  	struct hci_unit		 sc_unit;
hci_unit          221 dev/usb/ubt.c  int ubt_enable(struct hci_unit *);
hci_unit          222 dev/usb/ubt.c  void ubt_disable(struct hci_unit *);
hci_unit          224 dev/usb/ubt.c  void ubt_xmit_cmd_start(struct hci_unit *);
hci_unit          228 dev/usb/ubt.c  void ubt_xmit_acl_start(struct hci_unit *);
hci_unit          232 dev/usb/ubt.c  void ubt_xmit_sco_start(struct hci_unit *);
hci_unit          708 dev/usb/ubt.c  ubt_enable(struct hci_unit *unit)
hci_unit          852 dev/usb/ubt.c  ubt_disable(struct hci_unit *unit)
hci_unit          867 dev/usb/ubt.c  ubt_xmit_cmd_start(struct hci_unit *unit)
hci_unit          924 dev/usb/ubt.c  	struct hci_unit *unit = h;
hci_unit          960 dev/usb/ubt.c  ubt_xmit_acl_start(struct hci_unit *unit)
hci_unit         1021 dev/usb/ubt.c  	struct hci_unit *unit = h;
hci_unit         1053 dev/usb/ubt.c  ubt_xmit_sco_start(struct hci_unit *unit)
hci_unit           29 netbt/bt_input.c 	struct hci_unit *unit;
hci_unit         2045 netbt/hci.h    	struct hci_unit		*hl_unit;	/* our unit */
hci_unit         2103 netbt/hci.h    struct hci_unit {
hci_unit         2135 netbt/hci.h    		(struct hci_unit *);
hci_unit         2137 netbt/hci.h    		(struct hci_unit *);
hci_unit         2139 netbt/hci.h    		(struct hci_unit *);
hci_unit         2141 netbt/hci.h    		(struct hci_unit *);
hci_unit         2143 netbt/hci.h    		(struct hci_unit *);
hci_unit         2163 netbt/hci.h    	TAILQ_ENTRY(hci_unit) hci_next;
hci_unit         2166 netbt/hci.h    extern TAILQ_HEAD(hci_unit_list, hci_unit) hci_unit_list;
hci_unit         2173 netbt/hci.h    void hci_event(struct mbuf *, struct hci_unit *);
hci_unit         2179 netbt/hci.h    struct hci_link *hci_acl_open(struct hci_unit *, bdaddr_t *);
hci_unit         2180 netbt/hci.h    struct hci_link *hci_acl_newconn(struct hci_unit *, bdaddr_t *);
hci_unit         2185 netbt/hci.h    void hci_acl_recv(struct mbuf *, struct hci_unit *);
hci_unit         2189 netbt/hci.h    struct hci_link *hci_sco_newconn(struct hci_unit *, bdaddr_t *);
hci_unit         2190 netbt/hci.h    void hci_sco_recv(struct mbuf *, struct hci_unit *);
hci_unit         2193 netbt/hci.h    struct hci_link *hci_link_alloc(struct hci_unit *);
hci_unit         2195 netbt/hci.h    struct hci_link *hci_link_lookup_state(struct hci_unit *, uint16_t, uint16_t);
hci_unit         2196 netbt/hci.h    struct hci_link *hci_link_lookup_bdaddr(struct hci_unit *, bdaddr_t *, uint16_t);
hci_unit         2197 netbt/hci.h    struct hci_link *hci_link_lookup_handle(struct hci_unit *, uint16_t);
hci_unit         2201 netbt/hci.h    struct hci_memo *hci_memo_find(struct hci_unit *, bdaddr_t *);
hci_unit         2208 netbt/hci.h    void hci_mtap(struct mbuf *, struct hci_unit *);
hci_unit         2211 netbt/hci.h    void hci_attach(struct hci_unit *);
hci_unit         2212 netbt/hci.h    void hci_detach(struct hci_unit *);
hci_unit         2213 netbt/hci.h    int hci_enable(struct hci_unit *);
hci_unit         2214 netbt/hci.h    void hci_disable(struct hci_unit *);
hci_unit         2215 netbt/hci.h    struct hci_unit *hci_unit_lookup(bdaddr_t *);
hci_unit         2216 netbt/hci.h    int hci_send_cmd(struct hci_unit *, uint16_t, void *, uint8_t);
hci_unit         2217 netbt/hci.h    void hci_input_event(struct hci_unit *, struct mbuf *);
hci_unit         2218 netbt/hci.h    void hci_input_acl(struct hci_unit *, struct mbuf *);
hci_unit         2219 netbt/hci.h    void hci_input_sco(struct hci_unit *, struct mbuf *);
hci_unit         2220 netbt/hci.h    void hci_complete_sco(struct hci_unit *, struct mbuf *);
hci_unit         2221 netbt/hci.h    void hci_output_cmd(struct hci_unit *, struct mbuf *);
hci_unit         2222 netbt/hci.h    void hci_output_acl(struct hci_unit *, struct mbuf *);
hci_unit         2223 netbt/hci.h    void hci_output_sco(struct hci_unit *, struct mbuf *);
hci_unit           47 netbt/hci_event.c static void hci_event_inquiry_result(struct hci_unit *, struct mbuf *);
hci_unit           48 netbt/hci_event.c static void hci_event_command_status(struct hci_unit *, struct mbuf *);
hci_unit           49 netbt/hci_event.c static void hci_event_command_compl(struct hci_unit *, struct mbuf *);
hci_unit           50 netbt/hci_event.c static void hci_event_con_compl(struct hci_unit *, struct mbuf *);
hci_unit           51 netbt/hci_event.c static void hci_event_discon_compl(struct hci_unit *, struct mbuf *);
hci_unit           52 netbt/hci_event.c static void hci_event_con_req(struct hci_unit *, struct mbuf *);
hci_unit           53 netbt/hci_event.c static void hci_event_num_compl_pkts(struct hci_unit *, struct mbuf *);
hci_unit           54 netbt/hci_event.c static void hci_event_auth_compl(struct hci_unit *, struct mbuf *);
hci_unit           55 netbt/hci_event.c static void hci_event_encryption_change(struct hci_unit *, struct mbuf *);
hci_unit           56 netbt/hci_event.c static void hci_event_change_con_link_key_compl(struct hci_unit *, struct mbuf *);
hci_unit           57 netbt/hci_event.c static void hci_cmd_read_bdaddr(struct hci_unit *, struct mbuf *);
hci_unit           58 netbt/hci_event.c static void hci_cmd_read_buffer_size(struct hci_unit *, struct mbuf *);
hci_unit           59 netbt/hci_event.c static void hci_cmd_read_local_features(struct hci_unit *, struct mbuf *);
hci_unit           60 netbt/hci_event.c static void hci_cmd_reset(struct hci_unit *, struct mbuf *);
hci_unit          138 netbt/hci_event.c hci_event(struct mbuf *m, struct hci_unit *unit)
hci_unit          239 netbt/hci_event.c hci_event_command_status(struct hci_unit *unit, struct mbuf *m)
hci_unit          288 netbt/hci_event.c hci_event_command_compl(struct hci_unit *unit, struct mbuf *m)
hci_unit          343 netbt/hci_event.c hci_event_num_compl_pkts(struct hci_unit *unit, struct mbuf *m)
hci_unit          415 netbt/hci_event.c hci_event_inquiry_result(struct hci_unit *unit, struct mbuf *m)
hci_unit          466 netbt/hci_event.c hci_event_con_compl(struct hci_unit *unit, struct mbuf *m)
hci_unit          558 netbt/hci_event.c hci_event_discon_compl(struct hci_unit *unit, struct mbuf *m)
hci_unit          583 netbt/hci_event.c hci_event_con_req(struct hci_unit *unit, struct mbuf *m)
hci_unit          631 netbt/hci_event.c hci_event_auth_compl(struct hci_unit *unit, struct mbuf *m)
hci_unit          673 netbt/hci_event.c hci_event_encryption_change(struct hci_unit *unit, struct mbuf *m)
hci_unit          717 netbt/hci_event.c hci_event_change_con_link_key_compl(struct hci_unit *unit, struct mbuf *m)
hci_unit          755 netbt/hci_event.c hci_cmd_read_bdaddr(struct hci_unit *unit, struct mbuf *m)
hci_unit          783 netbt/hci_event.c hci_cmd_read_buffer_size(struct hci_unit *unit, struct mbuf *m)
hci_unit          814 netbt/hci_event.c hci_cmd_read_local_features(struct hci_unit *unit, struct mbuf *m)
hci_unit          912 netbt/hci_event.c hci_cmd_reset(struct hci_unit *unit, struct mbuf *m)
hci_unit           56 netbt/hci_ioctl.c 	struct hci_unit *unit;
hci_unit          137 netbt/hci_ioctl.c 	struct hci_unit *unit;
hci_unit           68 netbt/hci_link.c hci_acl_open(struct hci_unit *unit, bdaddr_t *bdaddr)
hci_unit          175 netbt/hci_link.c hci_acl_newconn(struct hci_unit *unit, bdaddr_t *bdaddr)
hci_unit          411 netbt/hci_link.c hci_acl_recv(struct mbuf *m, struct hci_unit *unit)
hci_unit          606 netbt/hci_link.c 	struct hci_unit *unit;
hci_unit          750 netbt/hci_link.c hci_sco_newconn(struct hci_unit *unit, bdaddr_t *bdaddr)
hci_unit          817 netbt/hci_link.c hci_sco_recv(struct mbuf *m, struct hci_unit *unit)
hci_unit          885 netbt/hci_link.c hci_link_alloc(struct hci_unit *unit)
hci_unit          998 netbt/hci_link.c hci_link_lookup_state(struct hci_unit *unit, uint16_t type, uint16_t state)
hci_unit         1016 netbt/hci_link.c hci_link_lookup_bdaddr(struct hci_unit *unit, bdaddr_t *bdaddr, uint16_t type)
hci_unit         1038 netbt/hci_link.c hci_link_lookup_handle(struct hci_unit *unit, uint16_t handle)
hci_unit           59 netbt/hci_misc.c 	struct hci_unit *unit;
hci_unit          115 netbt/hci_misc.c hci_memo_find(struct hci_unit *unit, bdaddr_t *bdaddr)
hci_unit          220 netbt/hci_socket.c 	struct hci_unit *unit;
hci_unit          245 netbt/hci_socket.c 	struct hci_unit *unit;
hci_unit          617 netbt/hci_socket.c hci_mtap(struct mbuf *m, struct hci_unit *unit)
hci_unit           65 netbt/hci_unit.c hci_attach(struct hci_unit *unit)
hci_unit           86 netbt/hci_unit.c hci_detach(struct hci_unit *unit)
hci_unit           94 netbt/hci_unit.c hci_enable(struct hci_unit *unit)
hci_unit          163 netbt/hci_unit.c hci_disable(struct hci_unit *unit)
hci_unit          210 netbt/hci_unit.c struct hci_unit *
hci_unit          213 netbt/hci_unit.c 	struct hci_unit *unit;
hci_unit          230 netbt/hci_unit.c hci_send_cmd(struct hci_unit *unit, uint16_t opcode, void *buf, uint8_t len)
hci_unit          279 netbt/hci_unit.c 	struct hci_unit *unit = arg;
hci_unit          369 netbt/hci_unit.c hci_input_event(struct hci_unit *unit, struct mbuf *m)
hci_unit          383 netbt/hci_unit.c hci_input_acl(struct hci_unit *unit, struct mbuf *m)
hci_unit          397 netbt/hci_unit.c hci_input_sco(struct hci_unit *unit, struct mbuf *m)
hci_unit          411 netbt/hci_unit.c hci_output_cmd(struct hci_unit *unit, struct mbuf *m)
hci_unit          440 netbt/hci_unit.c hci_output_acl(struct hci_unit *unit, struct mbuf *m)
hci_unit          460 netbt/hci_unit.c hci_output_sco(struct hci_unit *unit, struct mbuf *m)
hci_unit          480 netbt/hci_unit.c hci_complete_sco(struct hci_unit *unit, struct mbuf *m)
hci_unit          145 netbt/l2cap_upper.c 	struct hci_unit *unit;
hci_unit          121 netbt/sco_upper.c 	struct hci_unit *unit;