• Home
  • Raw
  • Download

Lines Matching defs:hdev

667 	struct hci_dev	*hdev;  member
729 #define hci_dev_set_flag(hdev, nr) set_bit((nr), (hdev)->dev_flags) argument
730 #define hci_dev_clear_flag(hdev, nr) clear_bit((nr), (hdev)->dev_flags) argument
731 #define hci_dev_change_flag(hdev, nr) change_bit((nr), (hdev)->dev_flags) argument
732 #define hci_dev_test_flag(hdev, nr) test_bit((nr), (hdev)->dev_flags) argument
733 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) argument
734 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) argument
735 #define hci_dev_test_and_change_flag(hdev, nr) test_and_change_bit((nr), (hdev)->dev_flags) argument
737 #define hci_dev_clear_volatile_flags(hdev) \ argument
754 static inline int sco_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, in sco_connect_ind()
769 static inline void discovery_init(struct hci_dev *hdev) in discovery_init()
779 static inline void hci_discovery_filter_clear(struct hci_dev *hdev) in hci_discovery_filter_clear()
795 static inline int inquiry_cache_empty(struct hci_dev *hdev) in inquiry_cache_empty()
800 static inline long inquiry_cache_age(struct hci_dev *hdev) in inquiry_cache_age()
852 struct hci_dev *hdev = conn->hdev; in hci_conn_ssp_enabled() local
859 struct hci_dev *hdev = conn->hdev; in hci_conn_sc_enabled() local
864 static inline void hci_conn_hash_add(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_add()
887 static inline void hci_conn_hash_del(struct hci_dev *hdev, struct hci_conn *c) in hci_conn_hash_del()
913 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num()
931 static inline unsigned int hci_conn_count(struct hci_dev *hdev) in hci_conn_count()
938 static inline __u8 hci_conn_lookup_type(struct hci_dev *hdev, __u16 handle) in hci_conn_lookup_type()
958 static inline struct hci_conn *hci_conn_hash_lookup_handle(struct hci_dev *hdev, in hci_conn_hash_lookup_handle()
977 static inline struct hci_conn *hci_conn_hash_lookup_ba(struct hci_dev *hdev, in hci_conn_hash_lookup_ba()
997 static inline struct hci_conn *hci_conn_hash_lookup_le(struct hci_dev *hdev, in hci_conn_hash_lookup_le()
1021 static inline struct hci_conn *hci_conn_hash_lookup_state(struct hci_dev *hdev, in hci_conn_hash_lookup_state()
1041 static inline struct hci_conn *hci_lookup_le_connect(struct hci_dev *hdev) in hci_lookup_le_connect()
1197 static inline void *hci_get_drvdata(struct hci_dev *hdev) in hci_get_drvdata()
1202 static inline void hci_set_drvdata(struct hci_dev *hdev, void *data) in hci_set_drvdata()
1223 static inline void hci_set_msft_opcode(struct hci_dev *hdev, __u16 opcode) in hci_set_msft_opcode()
1334 #define SET_HCIDEV_DEV(hdev, pdev) ((hdev)->dev.parent = (pdev)) argument
1404 static inline int hci_proto_connect_ind(struct hci_dev *hdev, bdaddr_t *bdaddr, in hci_proto_connect_ind()
1621 static inline struct smp_irk *hci_get_irk(struct hci_dev *hdev, in hci_get_irk()