Lines Matching defs:hdev
92 static inline int btintel_check_bdaddr(struct hci_dev *hdev) in btintel_check_bdaddr()
97 static inline int btintel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr) in btintel_set_bdaddr()
102 static inline int btintel_set_diag(struct hci_dev *hdev, bool enable) in btintel_set_diag()
107 static inline int btintel_set_diag_mfg(struct hci_dev *hdev, bool enable) in btintel_set_diag_mfg()
112 static inline void btintel_hw_error(struct hci_dev *hdev, u8 code) in btintel_hw_error()
116 static inline void btintel_version_info(struct hci_dev *hdev, in btintel_version_info()
121 static inline int btintel_secure_send(struct hci_dev *hdev, u8 fragment_type, in btintel_secure_send()
127 static inline int btintel_load_ddc_config(struct hci_dev *hdev, in btintel_load_ddc_config()
133 static inline int btintel_set_event_mask(struct hci_dev *hdev, bool debug) in btintel_set_event_mask()
138 static inline int btintel_set_event_mask_mfg(struct hci_dev *hdev, bool debug) in btintel_set_event_mask_mfg()
143 static inline struct regmap *btintel_regmap_init(struct hci_dev *hdev, in btintel_regmap_init()