hci_dev           274 include/net/bluetooth/bluetooth.h struct hci_dev;
hci_dev           276 include/net/bluetooth/bluetooth.h typedef void (*hci_req_complete_t)(struct hci_dev *hdev, u8 status);
hci_dev           349 include/net/bluetooth/hci_core.h 	int (*open)(struct hci_dev *hdev);
hci_dev           350 include/net/bluetooth/hci_core.h 	int (*close)(struct hci_dev *hdev);
hci_dev           351 include/net/bluetooth/hci_core.h 	int (*flush)(struct hci_dev *hdev);
hci_dev           352 include/net/bluetooth/hci_core.h 	int (*setup)(struct hci_dev *hdev);
hci_dev           353 include/net/bluetooth/hci_core.h 	int (*send)(struct hci_dev *hdev, struct sk_buff *skb);
hci_dev           354 include/net/bluetooth/hci_core.h 	void (*notify)(struct hci_dev *hdev, unsigned int evt);
hci_dev           355 include/net/bluetooth/hci_core.h 	int (*set_bdaddr)(struct hci_dev *hdev, const bdaddr_t *bdaddr);
hci_dev           427 include/net/bluetooth/hci_core.h 	struct hci_dev	*hdev;
hci_dev           477 include/net/bluetooth/hci_core.h int l2cap_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr);
hci_dev           484 include/net/bluetooth/hci_core.h int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, __u8 *flags);
hci_dev           493 include/net/bluetooth/hci_core.h static inline void discovery_init(struct hci_dev *hdev)
hci_dev           501 include/net/bluetooth/hci_core.h bool hci_discovery_active(struct hci_dev *hdev);
hci_dev           503 include/net/bluetooth/hci_core.h void hci_discovery_set_state(struct hci_dev *hdev, int state);
hci_dev           505 include/net/bluetooth/hci_core.h static inline int inquiry_cache_empty(struct hci_dev *hdev)
hci_dev           510 include/net/bluetooth/hci_core.h static inline long inquiry_cache_age(struct hci_dev *hdev)
hci_dev           521 include/net/bluetooth/hci_core.h struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev,
hci_dev           523 include/net/bluetooth/hci_core.h struct inquiry_entry *hci_inquiry_cache_lookup_unknown(struct hci_dev *hdev,
hci_dev           525 include/net/bluetooth/hci_core.h struct inquiry_entry *hci_inquiry_cache_lookup_resolve(struct hci_dev *hdev,
hci_dev           528 include/net/bluetooth/hci_core.h void hci_inquiry_cache_update_resolve(struct hci_dev *hdev,
hci_dev           530 include/net/bluetooth/hci_core.h u32 hci_inquiry_cache_update(struct hci_dev *hdev, struct inquiry_data *data,
hci_dev           532 include/net/bluetooth/hci_core.h void hci_inquiry_cache_flush(struct hci_dev *hdev);
hci_dev           560 include/net/bluetooth/hci_core.h 	struct hci_dev *hdev = conn->hdev;
hci_dev           567 include/net/bluetooth/hci_core.h 	struct hci_dev *hdev = conn->hdev;
hci_dev           572 include/net/bluetooth/hci_core.h static inline void hci_conn_hash_add(struct hci_dev *hdev, struct hci_conn *c)
hci_dev           595 include/net/bluetooth/hci_core.h static inline void hci_conn_hash_del(struct hci_dev *hdev, struct hci_conn *c)
hci_dev           621 include/net/bluetooth/hci_core.h static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type)
hci_dev           639 include/net/bluetooth/hci_core.h static inline unsigned int hci_conn_count(struct hci_dev *hdev)
hci_dev           646 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_handle(struct hci_dev *hdev,
hci_dev           665 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_ba(struct hci_dev *hdev,
hci_dev           685 include/net/bluetooth/hci_core.h static inline struct hci_conn *hci_conn_hash_lookup_state(struct hci_dev *hdev,
hci_dev           709 include/net/bluetooth/hci_core.h struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
hci_dev           712 include/net/bluetooth/hci_core.h void hci_conn_hash_flush(struct hci_dev *hdev);
hci_dev           713 include/net/bluetooth/hci_core.h void hci_conn_check_pending(struct hci_dev *hdev);
hci_dev           718 include/net/bluetooth/hci_core.h struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle);
hci_dev           720 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst,
hci_dev           723 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst,
hci_dev           725 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst,
hci_dev           814 include/net/bluetooth/hci_core.h static inline void hci_dev_put(struct hci_dev *d)
hci_dev           822 include/net/bluetooth/hci_core.h static inline struct hci_dev *hci_dev_hold(struct hci_dev *d)
hci_dev           834 include/net/bluetooth/hci_core.h #define to_hci_dev(d) container_of(d, struct hci_dev, dev)
hci_dev           837 include/net/bluetooth/hci_core.h static inline void *hci_get_drvdata(struct hci_dev *hdev)
hci_dev           842 include/net/bluetooth/hci_core.h static inline void hci_set_drvdata(struct hci_dev *hdev, void *data)
hci_dev           847 include/net/bluetooth/hci_core.h struct hci_dev *hci_dev_get(int index);
hci_dev           848 include/net/bluetooth/hci_core.h struct hci_dev *hci_get_route(bdaddr_t *dst, bdaddr_t *src);
hci_dev           850 include/net/bluetooth/hci_core.h struct hci_dev *hci_alloc_dev(void);
hci_dev           851 include/net/bluetooth/hci_core.h void hci_free_dev(struct hci_dev *hdev);
hci_dev           852 include/net/bluetooth/hci_core.h int hci_register_dev(struct hci_dev *hdev);
hci_dev           853 include/net/bluetooth/hci_core.h void hci_unregister_dev(struct hci_dev *hdev);
hci_dev           854 include/net/bluetooth/hci_core.h int hci_suspend_dev(struct hci_dev *hdev);
hci_dev           855 include/net/bluetooth/hci_core.h int hci_resume_dev(struct hci_dev *hdev);
hci_dev           864 include/net/bluetooth/hci_core.h int hci_get_conn_info(struct hci_dev *hdev, void __user *arg);
hci_dev           865 include/net/bluetooth/hci_core.h int hci_get_auth_info(struct hci_dev *hdev, void __user *arg);
hci_dev           874 include/net/bluetooth/hci_core.h struct hci_conn_params *hci_conn_params_lookup(struct hci_dev *hdev,
hci_dev           876 include/net/bluetooth/hci_core.h struct hci_conn_params *hci_conn_params_add(struct hci_dev *hdev,
hci_dev           878 include/net/bluetooth/hci_core.h int hci_conn_params_set(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type,
hci_dev           880 include/net/bluetooth/hci_core.h void hci_conn_params_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type);
hci_dev           881 include/net/bluetooth/hci_core.h void hci_conn_params_clear_all(struct hci_dev *hdev);
hci_dev           882 include/net/bluetooth/hci_core.h void hci_conn_params_clear_disabled(struct hci_dev *hdev);
hci_dev           888 include/net/bluetooth/hci_core.h void hci_update_background_scan(struct hci_dev *hdev);
hci_dev           890 include/net/bluetooth/hci_core.h void hci_uuids_clear(struct hci_dev *hdev);
hci_dev           892 include/net/bluetooth/hci_core.h void hci_link_keys_clear(struct hci_dev *hdev);
hci_dev           893 include/net/bluetooth/hci_core.h struct link_key *hci_find_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
hci_dev           894 include/net/bluetooth/hci_core.h struct link_key *hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn,
hci_dev           897 include/net/bluetooth/hci_core.h struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, __le16 ediv, __le64 rand,
hci_dev           899 include/net/bluetooth/hci_core.h struct smp_ltk *hci_add_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev           902 include/net/bluetooth/hci_core.h struct smp_ltk *hci_find_ltk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev           904 include/net/bluetooth/hci_core.h int hci_remove_ltk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type);
hci_dev           905 include/net/bluetooth/hci_core.h void hci_smp_ltks_clear(struct hci_dev *hdev);
hci_dev           906 include/net/bluetooth/hci_core.h int hci_remove_link_key(struct hci_dev *hdev, bdaddr_t *bdaddr);
hci_dev           908 include/net/bluetooth/hci_core.h struct smp_irk *hci_find_irk_by_rpa(struct hci_dev *hdev, bdaddr_t *rpa);
hci_dev           909 include/net/bluetooth/hci_core.h struct smp_irk *hci_find_irk_by_addr(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev           911 include/net/bluetooth/hci_core.h struct smp_irk *hci_add_irk(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev           913 include/net/bluetooth/hci_core.h void hci_remove_irk(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 addr_type);
hci_dev           914 include/net/bluetooth/hci_core.h void hci_smp_irks_clear(struct hci_dev *hdev);
hci_dev           916 include/net/bluetooth/hci_core.h void hci_remote_oob_data_clear(struct hci_dev *hdev);
hci_dev           917 include/net/bluetooth/hci_core.h struct oob_data *hci_find_remote_oob_data(struct hci_dev *hdev,
hci_dev           919 include/net/bluetooth/hci_core.h int hci_add_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev           921 include/net/bluetooth/hci_core.h int hci_add_remote_oob_ext_data(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev           924 include/net/bluetooth/hci_core.h int hci_remove_remote_oob_data(struct hci_dev *hdev, bdaddr_t *bdaddr);
hci_dev           926 include/net/bluetooth/hci_core.h void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb);
hci_dev           928 include/net/bluetooth/hci_core.h int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb);
hci_dev           929 include/net/bluetooth/hci_core.h int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count);
hci_dev           931 include/net/bluetooth/hci_core.h void hci_init_sysfs(struct hci_dev *hdev);
hci_dev           979 include/net/bluetooth/hci_core.h static inline int hci_proto_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1209 include/net/bluetooth/hci_core.h static inline struct smp_irk *hci_get_irk(struct hci_dev *hdev,
hci_dev          1243 include/net/bluetooth/hci_core.h 	struct hci_dev		*hdev;
hci_dev          1252 include/net/bluetooth/hci_core.h void hci_req_init(struct hci_request *req, struct hci_dev *hdev);
hci_dev          1258 include/net/bluetooth/hci_core.h void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status);
hci_dev          1259 include/net/bluetooth/hci_core.h bool hci_req_pending(struct hci_dev *hdev);
hci_dev          1264 include/net/bluetooth/hci_core.h void hci_update_page_scan(struct hci_dev *hdev, struct hci_request *req);
hci_dev          1266 include/net/bluetooth/hci_core.h struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen,
hci_dev          1268 include/net/bluetooth/hci_core.h struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen,
hci_dev          1271 include/net/bluetooth/hci_core.h int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen,
hci_dev          1276 include/net/bluetooth/hci_core.h void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode);
hci_dev          1279 include/net/bluetooth/hci_core.h void hci_send_to_sock(struct hci_dev *hdev, struct sk_buff *skb);
hci_dev          1281 include/net/bluetooth/hci_core.h void hci_send_to_monitor(struct hci_dev *hdev, struct sk_buff *skb);
hci_dev          1283 include/net/bluetooth/hci_core.h void hci_sock_dev_event(struct hci_dev *hdev, int event);
hci_dev          1304 include/net/bluetooth/hci_core.h int mgmt_new_settings(struct hci_dev *hdev);
hci_dev          1305 include/net/bluetooth/hci_core.h void mgmt_index_added(struct hci_dev *hdev);
hci_dev          1306 include/net/bluetooth/hci_core.h void mgmt_index_removed(struct hci_dev *hdev);
hci_dev          1307 include/net/bluetooth/hci_core.h void mgmt_set_powered_failed(struct hci_dev *hdev, int err);
hci_dev          1308 include/net/bluetooth/hci_core.h int mgmt_powered(struct hci_dev *hdev, u8 powered);
hci_dev          1309 include/net/bluetooth/hci_core.h int mgmt_update_adv_data(struct hci_dev *hdev);
hci_dev          1310 include/net/bluetooth/hci_core.h void mgmt_discoverable_timeout(struct hci_dev *hdev);
hci_dev          1311 include/net/bluetooth/hci_core.h void mgmt_new_link_key(struct hci_dev *hdev, struct link_key *key,
hci_dev          1313 include/net/bluetooth/hci_core.h void mgmt_device_connected(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
hci_dev          1316 include/net/bluetooth/hci_core.h void mgmt_device_disconnected(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1319 include/net/bluetooth/hci_core.h void mgmt_disconnect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1321 include/net/bluetooth/hci_core.h void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
hci_dev          1323 include/net/bluetooth/hci_core.h void mgmt_pin_code_request(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 secure);
hci_dev          1324 include/net/bluetooth/hci_core.h void mgmt_pin_code_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1326 include/net/bluetooth/hci_core.h void mgmt_pin_code_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1328 include/net/bluetooth/hci_core.h int mgmt_user_confirm_request(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1331 include/net/bluetooth/hci_core.h int mgmt_user_confirm_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1333 include/net/bluetooth/hci_core.h int mgmt_user_confirm_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1335 include/net/bluetooth/hci_core.h int mgmt_user_passkey_request(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1337 include/net/bluetooth/hci_core.h int mgmt_user_passkey_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1339 include/net/bluetooth/hci_core.h int mgmt_user_passkey_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1341 include/net/bluetooth/hci_core.h int mgmt_user_passkey_notify(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1345 include/net/bluetooth/hci_core.h void mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status);
hci_dev          1346 include/net/bluetooth/hci_core.h void mgmt_ssp_enable_complete(struct hci_dev *hdev, u8 enable, u8 status);
hci_dev          1347 include/net/bluetooth/hci_core.h void mgmt_sc_enable_complete(struct hci_dev *hdev, u8 enable, u8 status);
hci_dev          1348 include/net/bluetooth/hci_core.h void mgmt_set_class_of_dev_complete(struct hci_dev *hdev, u8 *dev_class,
hci_dev          1350 include/net/bluetooth/hci_core.h void mgmt_set_local_name_complete(struct hci_dev *hdev, u8 *name, u8 status);
hci_dev          1351 include/net/bluetooth/hci_core.h void mgmt_read_local_oob_data_complete(struct hci_dev *hdev, u8 *hash192,
hci_dev          1354 include/net/bluetooth/hci_core.h void mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
hci_dev          1357 include/net/bluetooth/hci_core.h void mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
hci_dev          1359 include/net/bluetooth/hci_core.h void mgmt_discovering(struct hci_dev *hdev, u8 discovering);
hci_dev          1360 include/net/bluetooth/hci_core.h bool mgmt_powering_down(struct hci_dev *hdev);
hci_dev          1361 include/net/bluetooth/hci_core.h void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, bool persistent);
hci_dev          1362 include/net/bluetooth/hci_core.h void mgmt_new_irk(struct hci_dev *hdev, struct smp_irk *irk);
hci_dev          1363 include/net/bluetooth/hci_core.h void mgmt_new_csrk(struct hci_dev *hdev, struct smp_csrk *csrk,
hci_dev          1365 include/net/bluetooth/hci_core.h void mgmt_new_conn_param(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev          1368 include/net/bluetooth/hci_core.h void mgmt_reenable_advertising(struct hci_dev *hdev);
hci_dev          1378 include/net/bluetooth/hci_core.h void hci_copy_identity_address(struct hci_dev *hdev, bdaddr_t *bdaddr,
hci_dev            39 include/net/bluetooth/hci_sock.h 	unsigned short hci_dev;