Lines Matching defs:hdev

653 	struct hci_dev	*hdev;  member
705 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) argument
706 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) argument
707 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) argument
708 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) argument
709 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) argument
710 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) argument
711 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags) argument
713 #define hci_dev_clear_volatile_flags(hdev) \ argument
730 static inline int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, in sco_connect_ind()
745 static inline void discovery_init(struct hci_dev *hdev) in discovery_init()
755 static inline void hci_discovery_filter_clear(struct hci_dev *hdev) in hci_discovery_filter_clear()
771 static inline int inquiry_cache_empty(struct hci_dev *hdev) in inquiry_cache_empty()
776 static inline long inquiry_cache_age(struct hci_dev *hdev) in inquiry_cache_age()
829 struct hci_dev *hdev = conn->hdev; in hci_conn_ssp_enabled() local
836 struct hci_dev *hdev = conn->hdev; in hci_conn_sc_enabled() local
841 static inline void hci_conn_hash_add(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_add()
864 static inline void hci_conn_hash_del(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_del()
890 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num()
908 static inline unsigned int hci_conn_count(struct hci_dev *hdev) in hci_conn_count()
915 static inline __u8 hci_conn_lookup_type(struct hci_dev *hdev, __u16 handle) in hci_conn_lookup_type()
935 static inline struct hci_conn *hci_conn_hash_lookup_handle(struct hci_dev *hdev, in hci_conn_hash_lookup_handle()
954 static inline struct hci_conn *hci_conn_hash_lookup_ba(struct hci_dev *hdev, in hci_conn_hash_lookup_ba()
974 static inline struct hci_conn *hci_conn_hash_lookup_le(struct hci_dev *hdev, in hci_conn_hash_lookup_le()
998 static inline struct hci_conn *hci_conn_hash_lookup_state(struct hci_dev *hdev, in hci_conn_hash_lookup_state()
1018 static inline struct hci_conn *hci_lookup_le_connect(struct hci_dev *hdev) in hci_lookup_le_connect()
1174 static inline void *hci_get_drvdata(struct hci_dev *hdev) in hci_get_drvdata()
1179 static inline void hci_set_drvdata(struct hci_dev *hdev, void *data) in hci_set_drvdata()
1199 static inline void hci_set_msft_opcode(struct hci_dev *hdev, __u16 opcode) in hci_set_msft_opcode()
1310 #define SET_HCIDEV_DEV(hdev, pdev) ((hdev)->dev.parent = (pdev)) argument
1380 static inline int hci_proto_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_proto_connect_ind()
1595 static inline struct smp_irk *hci_get_irk(struct hci_dev *hdev, in hci_get_irk()